diff --git a/libqt5-qtscript-s390-support.patch b/libqt5-qtscript-s390-support.patch index dd4ee1d..18dff2d 100644 --- a/libqt5-qtscript-s390-support.patch +++ b/libqt5-qtscript-s390-support.patch @@ -1,8 +1,6 @@ -Index: qtscript-opensource-src-5.9.2/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h -=================================================================== ---- qtscript-opensource-src-5.9.2.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h -+++ qtscript-opensource-src-5.9.2/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h -@@ -226,6 +226,18 @@ +--- 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 @@ -21,7 +19,7 @@ Index: qtscript-opensource-src-5.9.2/src/3rdparty/javascriptcore/JavaScriptCore/ /* CPU(X86) - i386 / x86 32-bit */ #if defined(__i386__) \ || defined(i386) \ -@@ -950,7 +962,7 @@ +@@ -919,7 +931,7 @@ #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) #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 diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index 11e35b9..b272b76 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Dec 8 23:13:12 UTC 2017 - christophe@krop.fr + +- Update the license tag (boo#967696) + +------------------------------------------------------------------- +Thu Dec 7 12:18:12 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 final + * New bugfix release + +------------------------------------------------------------------- +Sun Dec 3 14:12:56 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 2 + * New bugfix release + +------------------------------------------------------------------- +Thu Nov 30 09:47:16 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 1 + * New bugfix release + ------------------------------------------------------------------- Sat Nov 25 12:46:43 UTC 2017 - fabian@ritter-vogt.de @@ -6,6 +29,31 @@ Sat Nov 25 12:46:43 UTC 2017 - fabian@ritter-vogt.de * For more details, see: http://code.qt.io/cgit/qt/qtscript.git/tree/dist/changes-5.9.3/?h=v5.9.3 +------------------------------------------------------------------- +Wed Nov 15 11:41:50 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 4 +- Contains bugfixes + +------------------------------------------------------------------- +Thu Nov 2 07:22:38 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 3 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 30 16:19:33 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 2 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 9 16:17:33 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 1 +- For more information visit: + https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/ + ------------------------------------------------------------------- Sun Oct 8 14:08:05 UTC 2017 - lbeltrame@kde.org @@ -13,6 +61,14 @@ Sun Oct 8 14:08:05 UTC 2017 - lbeltrame@kde.org * For more details please see: https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/ +------------------------------------------------------------------- +Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de + +- TODO: QTBUG-63415 +- Update to 5.10 Alpha 1 +- For more information visit: + https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/ + ------------------------------------------------------------------- Mon Sep 11 17:03:41 UTC 2017 - jengelh@inai.de @@ -309,4 +365,3 @@ Fri Apr 13 13:22:38 UTC 2012 - stephan.binner@basyskom.com Thu Apr 5 09:56:15 UTC 2012 - dmueller@suse.com - Initial packaging (Qt 5.0 Alpha) - diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index 5cb9858..e0b4714 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -21,17 +21,17 @@ %define libname libQt5Script5 Name: libqt5-qtscript -Version: 5.9.3 +Version: 5.10.0 Release: 0 Summary: Qt 5 Script library -License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 +License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-with-Qt-Company-Qt-exception-1.1 Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.9.3 -%define so_version 5.9.3 -%define tar_version qtscript-opensource-src-%{real_version} -Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz +%define real_version 5.10.0 +%define so_version 5.10.0 +%define tar_version qtscript-everywhere-src-5.10.0 +Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream Patch1: libqt5-qtscript-s390-support.patch @@ -54,7 +54,7 @@ evaluating and debugging of scripts, and advanced use of objects and functions. It also gives access to a low-level ECMAScript engine API. %prep -%setup -q -n qtscript-opensource-src-%{real_version} +%setup -q -n %{tar_version} %patch1 -p1 %package -n %libname @@ -125,17 +125,15 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la %files -n %libname %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.* +%doc LICENSE.* %{_libqt5_libdir}/libQt5*.so.* %files private-headers-devel %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.* %{_libqt5_includedir}/Qt*/%{so_version} %files devel %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.* %exclude %{_libqt5_includedir}/Qt*/%{so_version} %{_libqt5_includedir}/Qt* %{_libqt5_libdir}/cmake/Qt5* @@ -146,7 +144,6 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la %files examples %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.* %{_libqt5_examplesdir}/ %changelog diff --git a/qtscript-everywhere-src-5.10.0.tar.xz b/qtscript-everywhere-src-5.10.0.tar.xz new file mode 100644 index 0000000..71a0685 --- /dev/null +++ b/qtscript-everywhere-src-5.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf2f2f09ccafa9c9cd5d16641ae2b75b7f98947de6ec0ec1717489f3a09cafc +size 2659408 diff --git a/qtscript-opensource-src-5.9.3.tar.xz b/qtscript-opensource-src-5.9.3.tar.xz deleted file mode 100644 index b0365d0..0000000 --- a/qtscript-opensource-src-5.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b80bfaaf58f154b68101e438a1881f669cb9974026926be7755adb00af355566 -size 2612056