Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2014-03-27 09:29:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-03-22 09:08:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes     
2014-03-27 09:30:18.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Mar 25 11:44:16 UTC 2014 - [email protected]
+
+- Update to 5.3.0 beta
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2014/03/25/qt-5-3-beta-released/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.3
+- Drop aarch64-support.patch, merged upstream
+- Rebase libqt5-qtscript-s390-support.patch for this release
+
+-------------------------------------------------------------------

Old:
----
  aarch64-support.patch
  qtscript-opensource-src-5.2.1.tar.xz

New:
----
  qtscript-opensource-src-5.3.0-beta.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtscript.spec ++++++
--- /var/tmp/diff_new_pack.1ts3tV/_old  2014-03-27 09:30:20.000000000 +0100
+++ /var/tmp/diff_new_pack.1ts3tV/_new  2014-03-27 09:30:20.000000000 +0100
@@ -21,15 +21,15 @@
 %define libname libQt5Script5
 
 Name:           libqt5-qtscript
-Version:        5.2.1
+Version:        5.3.0~beta
 Release:        0
 Summary:        Qt 5 QtScript Library
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
 Url:            http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.2.1
-%define so_version 5.2.1
+%define real_version 5.3.0-beta
+%define so_version 5.3.0
 %if %qt5_snapshot
 %define tar_version qtscript-%{real_version}
 %else
@@ -38,10 +38,8 @@
 Source:         %{tar_version}.tar.xz
 # PATCH-FIX-UPSTREAM ppc64le-support.diff [email protected] -- add support 
for ppc64le
 Patch1:         ppc64le-support.patch
-# PATCH-FIX-UPSTREAM aarch64-support.patch  -- add support for aarch64
-Patch2:         aarch64-support.patch
 # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken 
from webkit upstream
-Patch3:         libqt5-qtscript-s390-support.patch
+Patch2:         libqt5-qtscript-s390-support.patch
 BuildRequires:  libQt5Core-private-headers-devel >= %{version}
 BuildRequires:  libQt5Widgets-private-headers-devel >= %{version}
 BuildRequires:  pkgconfig(Qt5DBus) >= %{version}
@@ -69,7 +67,6 @@
 %endif
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %package -n %libname
 Summary:        Qt 5 QtScript Library

++++++ libqt5-qtscript-s390-support.patch ++++++
--- /var/tmp/diff_new_pack.1ts3tV/_old  2014-03-27 09:30:20.000000000 +0100
+++ /var/tmp/diff_new_pack.1ts3tV/_new  2014-03-27 09:30:20.000000000 +0100
@@ -1,5 +1,5 @@
---- 
qtscript-opensource-src-5.2.1.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
-+++ 
qtscript-opensource-src-5.2.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
+--- 
qtscript-opensource-src-5.3.0-beta.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
  2014-03-25 19:58:23.107458803 +0100
++++ 
qtscript-opensource-src-5.3.0-beta/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
       2014-03-25 19:59:36.641818784 +0100
 @@ -195,6 +195,18 @@
  #define WTF_CPU_SPARC 1
  #endif
@@ -19,9 +19,9 @@
  /* CPU(X86) - i386 / x86 32-bit */
  #if   defined(__i386__) \
      || defined(i386)     \
-@@ -912,7 +924,7 @@
+@@ -919,7 +931,7 @@
  #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && 
!defined(WTF_USE_JSVALUE32_64)
- #if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || 
(CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64) || 
CPU(MIPS64) || CPU(AARCH64)
+ #if (CPU(X86_64) && !CPU(X32) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || 
OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || 
CPU(SPARC64) || CPU(MIPS64) || CPU(AARCH64)
  #define WTF_USE_JSVALUE64 1
 -#elif CPU(ARM) || CPU(PPC64)
 +#elif CPU(ARM) || CPU(PPC64) || CPU(S390X)

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

Reply via email to