rpms/qt/devel qt-x11-free-3.3.8b-gcc43.patch, NONE, 1.1 qt.spec, 1.153, 1.154

Than Ngo (than) fedora-extras-commits at redhat.com
Fri Feb 15 23:46:17 UTC 2008


Author: than

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

Modified Files:
	qt.spec 
Added Files:
	qt-x11-free-3.3.8b-gcc43.patch 
Log Message:
rebuild against gcc 4.3


qt-x11-free-3.3.8b-gcc43.patch:

--- NEW FILE qt-x11-free-3.3.8b-gcc43.patch ---
diff -up qt-x11-free-3.3.8b/plugins/src/inputmethods/imsw-none/qnoneinputcontextplugin.cpp.gcc43 qt-x11-free-3.3.8b/plugins/src/inputmethods/imsw-none/qnoneinputcontextplugin.cpp
--- qt-x11-free-3.3.8b/plugins/src/inputmethods/imsw-none/qnoneinputcontextplugin.cpp.gcc43	2008-02-15 23:51:58.000000000 +0100
+++ qt-x11-free-3.3.8b/plugins/src/inputmethods/imsw-none/qnoneinputcontextplugin.cpp	2008-02-16 00:42:09.000000000 +0100
@@ -44,7 +44,7 @@
 #include "qnoneinputcontextplugin.h"
 #include <qinputcontextfactory.h>
 #include <qsettings.h>
-
+#include <stdlib.h>
 
 QNoneInputContextPlugin::QNoneInputContextPlugin()
 {
diff -up qt-x11-free-3.3.8b/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp.gcc43 qt-x11-free-3.3.8b/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp
--- qt-x11-free-3.3.8b/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp.gcc43	2008-02-15 23:54:26.000000000 +0100
+++ qt-x11-free-3.3.8b/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp	2008-02-16 00:33:49.000000000 +0100
@@ -45,6 +45,7 @@
 #include <qnamespace.h>
 #include <qevent.h>
 #include <qglobal.h>
+#include <algorithm>
 
 static const int ignoreKeys[] = {
     Qt::Key_Shift,


Index: qt.spec
===================================================================
RCS file: /cvs/extras/rpms/qt/devel/qt.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- qt.spec	11 Feb 2008 15:04:45 -0000	1.153
+++ qt.spec	15 Feb 2008 23:45:36 -0000	1.154
@@ -37,6 +37,7 @@
 Patch34: qt-3.3.6-fontrendering-ml_IN-209974.patch
 Patch35: qt-3.3.6-fontrendering-ml_IN-217657.patch
 Patch37: qt-3.3.6-fontrendering-gu-228452.patch
+Patch38: qt-x11-free-3.3.8b-gcc43.patch
 
 # immodule patches
 Patch50: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-pre.patch
@@ -275,6 +276,7 @@
 %patch34 -p1 -b .fontrendering-#209974
 %patch35 -p1 -b .fontrendering-ml_IN-217657
 %patch37 -p1 -b .fontrendering-gu-228452
+%patch38 -p1 -b .gcc34
 
 # immodule patches
 %if %{immodule}




More information about the fedora-extras-commits mailing list