rpms/qt4/FC-5 qt4.spec,1.12,1.13

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


Author: rdieter

Update of /cvs/extras/rpms/qt4/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2357

Modified Files:
	qt4.spec 
Log Message:
* Thu Jul 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-7
- -no-reduce-exports (for now)
- -fno-strict-aliasing (fc5+)



Index: qt4.spec
===================================================================
RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- qt4.spec	16 Jul 2006 13:35:46 -0000	1.12
+++ qt4.spec	20 Jul 2006 14:19:03 -0000	1.13
@@ -5,7 +5,7 @@
 Summary: Qt toolkit
 Name:	 qt4
 Version: 4.1.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: GPL/QPL
 Group: 	 System Environment/Libraries
@@ -191,6 +191,10 @@
 
 # drop -fexceptions from $RPM_OPT_FLAGS
 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
+# 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
 %if "%{_lib}" == "lib64"
 %define platform linux-g++-64
@@ -225,11 +229,12 @@
   -release \
   -shared \
   -cups \
-  -fontconfig \
   -no-exceptions \
-  -no-rpath \
+  -fontconfig \
   -largefile \
   -qt-gif \
+  -no-reduce-exports \
+  -no-rpath \
   -sm \
   -stl \
   -system-libmng \
@@ -458,6 +463,10 @@
 
 
 %changelog
+* Thu Jul 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-7
+- -no-reduce-exports (for now)
+- -fno-strict-aliasing (fc5+)
+
 * Thu Jul 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-6
 - make buildable on legacy releases
 - -system-nas-sound (bug #197937) 




More information about the fedora-extras-commits mailing list