rpms/qt4/devel qt4.spec,1.15,1.16

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jul 20 14:18:15 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/qt4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2322

Modified Files:
	qt4.spec 
Log Message:
apply -fno-strict-aliasing to fc5 too



Index: qt4.spec
===================================================================
RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- qt4.spec	20 Jul 2006 12:12:36 -0000	1.15
+++ qt4.spec	20 Jul 2006 14:18:15 -0000	1.16
@@ -191,8 +191,8 @@
 
 # drop -fexceptions from $RPM_OPT_FLAGS
 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
-# add -fno-strict-aliasing, for now (fc6+)
-%if "%{?fedora}" > "5"
+# add -fno-strict-aliasing, for now
+%if "%{?fedora}" > "4"
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %endif
 # use $RPM_OPT_FLAGS for our platform
@@ -465,7 +465,7 @@
 %changelog
 * Thu Jul 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-7
 - -no-reduce-exports (for now)
-- -fno-strict-aliasing (fc6+)
+- -fno-strict-aliasing (fc5+)
 
 * Thu Jul 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-6
 - make buildable on legacy releases




More information about the fedora-extras-commits mailing list