rpms/subversion/F-11 subversion.spec,1.138,1.139

Joe Orton jorton at fedoraproject.org
Wed Apr 15 16:12:22 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/subversion/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24487

Modified Files:
	subversion.spec 
Log Message:
* Wed Apr 15 2009 Joe Orton <jorton at redhat.com> 1.6.1-4
- really disable PIE



Index: subversion.spec
===================================================================
RCS file: /cvs/extras/rpms/subversion/F-11/subversion.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- subversion.spec	14 Apr 2009 07:37:15 -0000	1.138
+++ subversion.spec	15 Apr 2009 16:11:51 -0000	1.139
@@ -15,7 +15,7 @@
 Summary: A Modern Concurrent Version Control System
 Name: subversion
 Version: 1.6.1
-Release: 3
+Release: 4
 License: ASL 1.1
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -129,7 +129,7 @@
 export svn_cv_ruby_sitedir_libsuffix=""
 export svn_cv_ruby_sitedir_archsuffix=""
 
-export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS -fPIE"
+export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
 %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
         --with-swig --with-neon=%{_prefix} \
         --with-ruby-sitedir=%{ruby_sitearch} \
@@ -286,6 +286,9 @@
 %endif
 
 %changelog
+* Wed Apr 15 2009 Joe Orton <jorton at redhat.com> 1.6.1-4
+- really disable PIE
+
 * Tue Apr 14 2009 Joe Orton <jorton at redhat.com> 1.6.1-3
 - update to 1.6.1; disable PIE patch for the time being
 




More information about the fedora-extras-commits mailing list