Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2013-12-11 11:28:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt4 (Old)
 and      /work/SRC/openSUSE:Factory/.libqt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2013-10-08 
10:55:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes     
2013-12-11 11:28:54.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Dec  6 14:33:33 CET 2013 - [email protected]
+
+- add ppc64le.diff to make the configure script recognize
+  ppc64le as 'powerpc'
+
+-------------------------------------------------------------------
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

New:
----
  ppc64le.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt4-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.T1Hi5U/_old  2013-12-11 11:28:58.000000000 +0100
+++ /var/tmp/diff_new_pack.T1Hi5U/_new  2013-12-11 11:28:58.000000000 +0100
@@ -113,6 +113,7 @@
 Patch158:       0005-Change-QDBusPendingCallPrivate-to-full-reference-cou.patch
 # PATCH-FIX-UPSTREAM 
0006-Revert-QTBUG-15319-fix-shortcuts-with-secondary-Xkb-layout.patch 
(QTBUG#32908)
 Patch159:       
0006-Revert-QTBUG-15319-fix-shortcuts-with-secondary-Xkb-layout.patch
+Patch160:       ppc64le.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama 
-sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups 
-stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
 %define check_config \
@@ -195,6 +196,7 @@
 %patch157 -p1
 %patch158 -p1
 %patch159 -p1
+%patch160
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use them

libqt4-sql-plugins.spec: same change
libqt4.spec: same change



++++++ ppc64le.diff ++++++
--- ./configure.orig    2013-12-06 13:27:48.591433470 +0000
+++ ./configure 2013-12-06 13:29:28.583433293 +0000
@@ -3234,6 +3234,12 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
         fi
         CFG_HOST_ARCH=powerpc
         ;;
+    *:*:ppc64le)
+        if [ "$OPT_VERBOSE" = "yes" ]; then
+            echo "    64-bit PowerPC LE (powerpc)"
+        fi
+        CFG_HOST_ARCH=powerpc
+        ;;
     *:*:s390*)
        if [ "$OPT_VERBOSE" = "yes" ]; then
            echo "    IBM S/390 (s390)"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to