Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2013-12-23 12:32:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtscript (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtscript.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtscript"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtscript/libqt5-qtscript.changes  
2013-12-19 12:43:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes     
2013-12-23 12:32:37.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 16 23:20:56 UTC 2013 - [email protected]
+
+- Add ppc64le-support.patch: Support powerpc64le-linux.
+
+-------------------------------------------------------------------

New:
----
  ppc64le-support.patch

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

Other differences:
------------------
++++++ libqt5-qtscript.spec ++++++
--- /var/tmp/diff_new_pack.OThTHa/_old  2013-12-23 12:32:37.000000000 +0100
+++ /var/tmp/diff_new_pack.OThTHa/_new  2013-12-23 12:32:37.000000000 +0100
@@ -25,11 +25,13 @@
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
 Url:            http://qt.digia.com
-Source:         %{tar_version}.tar.xz
 %define base_name libqt5
 %define real_version 5.2.0
 %define so_version 5.2.0
 %define tar_version qtscript-opensource-src-%{real_version}
+Source:         %{tar_version}.tar.xz
+# PATCH-FIX-UPSTREAM ppc64le-support.diff [email protected] -- add support 
for ppc64le
+Patch1:         ppc64le-support.patch
 BuildRequires:  libqt5-qtbase-devel >= %{version}
 BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
 BuildRequires:  xz
@@ -44,6 +46,7 @@
 
 %prep
 %setup -q -n qtscript-opensource-src-%{real_version}
+%patch1 -p1
 
 %package -n %libname
 Summary:        Qt 5 QtScript Library
@@ -70,8 +73,8 @@
 %package private-headers-devel
 Summary:        Non-ABI stable experimental API
 Group:          Development/Libraries/C and C++
-Requires:       libqt5-qtscript-devel = %{version}
 Requires:       libqt5-qtbase-private-headers-devel >= %{version}
+Requires:       libqt5-qtscript-devel = %{version}
 Provides:       libQt5Script-private-headers-devel = %{version}
 # TODO: change to < on 5.2.1 update
 Obsoletes:      libQt5Script-private-headers-devel <= %{version}

++++++ ppc64le-support.patch ++++++
Index: 
qtscript-opensource-src-5.2.0-rc1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
===================================================================
--- 
qtscript-opensource-src-5.2.0-rc1.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
+++ 
qtscript-opensource-src-5.2.0-rc1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
@@ -156,16 +156,22 @@
     || defined(__POWERPC__) \
     || defined(_M_PPC)      \
     || defined(__PPC)
+#if !defined(__ppc64__) && !defined(__PPC64__)
 #define WTF_CPU_PPC 1
+#endif
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(PPC64) - PowerPC 64-bit */
 #if   defined(__ppc64__) \
     || defined(__PPC64__)
 #define WTF_CPU_PPC64 1
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(SH4) - SuperH SH-4 */
 #if defined(__SH4__)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to