rpms/subversion/devel subversion.spec,1.134,1.135

Dennis Gilmore ausil at fedoraproject.org
Sat Mar 14 04:28:51 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/subversion/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2336

Modified Files:
	subversion.spec 
Log Message:
use -fPIE on sparc64



Index: subversion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- subversion.spec	9 Mar 2009 15:15:48 -0000	1.134
+++ subversion.spec	14 Mar 2009 04:28:16 -0000	1.135
@@ -15,7 +15,7 @@
 Summary: A Modern Concurrent Version Control System
 Name: subversion
 Version: 1.5.6
-Release: 3
+Release: 4
 License: ASL 1.1
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -112,6 +112,9 @@
 %if %{with_java}
 %patch7 -p1 -b .java
 %endif
+%ifarch sparc64
+sed -i -e 's|-fpie|-fPIE|g' Makefile.in
+%endif
 
 %build
 # Regenerate the buildsystem, so that:
@@ -284,6 +287,9 @@
 %endif
 
 %changelog
+* Thu Mar 12 2009 Dennis Gilmore <dennis at ausil.us> - 1.5.6-4
+- use -fPIE on sparc64
+
 * Mon Mar  9 2009 Joe Orton <jorton at redhat.com> 1.5.6-3
 - update to 1.5.6
 - autoload psvn (#238491, Tom Tromey)




More information about the fedora-extras-commits mailing list