rpms/qt/devel qt-x11-opensource-src-4.5.0-rc1-ppc64.patch, 1.2, 1.3 qt.spec, 1.243, 1.244

Than Ngo than at fedoraproject.org
Tue Mar 3 12:17:04 UTC 2009


Author: than

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

Modified Files:
	qt.spec 
Added Files:
	qt-x11-opensource-src-4.5.0-rc1-ppc64.patch 
Log Message:
add patch for ppc, it's missing in final.


qt-x11-opensource-src-4.5.0-rc1-ppc64.patch:

Index: qt-x11-opensource-src-4.5.0-rc1-ppc64.patch
===================================================================
RCS file: qt-x11-opensource-src-4.5.0-rc1-ppc64.patch
diff -N qt-x11-opensource-src-4.5.0-rc1-ppc64.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ qt-x11-opensource-src-4.5.0-rc1-ppc64.patch	3 Mar 2009 12:17:03 -0000	1.3
@@ -0,0 +1,12 @@
+diff -up qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h.orig qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h
+--- qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h.orig	2009-02-14 22:51:51.000000000 +0100
++++ qt-x11-opensource-src-4.5.0-rc1/src/corelib/arch/qatomic_powerpc.h	2009-02-14 22:53:03.000000000 +0100
+@@ -188,7 +188,7 @@ inline bool QBasicAtomicInt::testAndSetR
+                  "lwarx  %[result]," _Q_VALUE "\n"
+                  "xor.   %[result], %[result], %[expectedValue]\n"
+                  "bne    $+12\n"
+-                 "stwcx. %[newValue],0,%[_q_value]\n"
++                 "stwcx. %[newValue]," _Q_VALUE "\n"
+                  "bne-   $-16\n"
+                  : [result] "=&r" (result),
+                    _Q_VALUE_MEMORY_OPERAND


Index: qt.spec
===================================================================
RCS file: /cvs/extras/rpms/qt/devel/qt.spec,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- qt.spec	3 Mar 2009 11:33:16 -0000	1.243
+++ qt.spec	3 Mar 2009 12:17:03 -0000	1.244
@@ -39,7 +39,7 @@
 # under GNOME, default to QGtkStyle if available
 # (otherwise fall back to QCleanlooksStyle)
 Patch9: qt-x11-opensource-src-4.4.0-qgtkstyle.patch
-
+Patch10: qt-x11-opensource-src-4.5.0-rc1-ppc64.patch
 ## upstreamable bits
 # http://bugzilla.redhat.com/485677
 Patch50: qt-x11-opensource-src-4.5.0-rc1-qhostaddress.patch
@@ -305,7 +305,7 @@
 %endif
 %patch5 -p1 -b .bz#437440-as_IN-437440
 %patch9 -p1 -b .qgtkstyle
-
+%patch10 -p1 -b .ppc64
 %patch50 -p1 -b .qhostaddress
 
 # drop -fexceptions from $RPM_OPT_FLAGS




More information about the fedora-extras-commits mailing list