rpms/qt/devel qt.spec,1.327,1.328

Rex Dieter rdieter at fedoraproject.org
Fri Sep 11 21:36:55 UTC 2009


Author: rdieter

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

Modified Files:
	qt.spec 
Log Message:
* Fri Sep 11 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-18
- drop gcc -fno-var-tracking-assignments hack (#522576)



Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -p -r1.327 -r1.328
--- qt.spec	11 Sep 2009 11:56:00 -0000	1.327
+++ qt.spec	11 Sep 2009 21:36:54 -0000	1.328
@@ -10,7 +10,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.5.2
-Release: 17%{?dist}
+Release: 18%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -370,10 +370,10 @@ Qt libraries used for drawing widgets an
 
 # drop -fexceptions from $RPM_OPT_FLAGS
 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
-# hack around (hopefully temporary) gcc borkage
-%if 0%{?fedora} > 11
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-var-tracking-assignments"
-%endif
+# hack around (hopefully temporary) gcc borkage (#522576)
+#if 0%{?fedora} > 11
+#RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-var-tracking-assignments"
+#endif
 
 %define platform linux-g++
 %if "%{_qt4_datadir}" != "%{_qt4_prefix}" && "%{_lib}" == "lib64"                                  
@@ -892,6 +892,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/qt4-logo.*
 
 %changelog
+* Fri Sep 11 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-18
+- drop gcc -fno-var-tracking-assignments hack (#522576)
+
 * Fri Sep 11 2009 Than Ngo <than at redhat.com> - 4.5.2-17
 - drop useless check for ossl patch, the patch works fine with old ossl
 




More information about the scm-commits mailing list