diff --git a/qt5-qtscript.spec b/qt5-qtscript.spec index bfacefd..46b3234 100644 --- a/qt5-qtscript.spec +++ b/qt5-qtscript.spec @@ -11,8 +11,8 @@ %global qt_module qtscript Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 2 +Version: 5.15.9 +Release: 1 Summary: QtScript component for qt5 License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io @@ -20,7 +20,7 @@ Url: http://www.qt.io %global major_minor %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz -Patch0: qtscript-everywhere-src-5.12.1-s390.patch +Patch0: qtscript-everywhere-src-5.15.9-s390.patch BuildRequires: make BuildRequires: gcc-c++ @@ -117,6 +117,9 @@ fi %changelog +* Fri Apr 14 2023 sjxur - 5.15.9-1 +- update to 5.15.9 + * Fri Mar 3 2023 doupengda - 5.15.2-2 - Support loongarch64 build diff --git a/qtscript-everywhere-src-5.15.2.tar.xz b/qtscript-everywhere-src-5.15.2.tar.xz deleted file mode 100644 index fd9fcf5..0000000 Binary files a/qtscript-everywhere-src-5.15.2.tar.xz and /dev/null differ diff --git a/qtscript-everywhere-src-5.12.1-s390.patch b/qtscript-everywhere-src-5.15.9-s390.patch similarity index 62% rename from qtscript-everywhere-src-5.12.1-s390.patch rename to qtscript-everywhere-src-5.15.9-s390.patch index 76a7abb..429f88d 100644 --- a/qtscript-everywhere-src-5.12.1-s390.patch +++ b/qtscript-everywhere-src-5.15.9-s390.patch @@ -1,6 +1,16 @@ -diff -up qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.s390 qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h ---- qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.s390 2019-01-09 06:59:11.000000000 -0600 -+++ qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2019-02-15 08:57:27.684231337 -0600 +From 53999f4973ee54a10f360ec40df8d61cc99275ac Mon Sep 17 00:00:00 2001 +From: sjxur +Date: Fri, 14 Apr 2023 10:58:42 +0800 +Subject: [PATCH] Support CPU(S390) + +--- + .../javascriptcore/JavaScriptCore/wtf/Platform.h | 14 +++++++++++++- + 1 file changed, 13 insertions(+), 1 deletion(-) + +diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h +index a4695a2..108adfc 100644 +--- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h ++++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h @@ -226,6 +226,18 @@ #define WTF_CPU_SPARC 1 #endif @@ -29,3 +39,6 @@ diff -up qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCo #define WTF_USE_JSVALUE32 1 #elif OS(WINDOWS) && COMPILER(MINGW) /* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg +-- +2.39.1 + diff --git a/qtscript-everywhere-src-5.15.9.tar.xz b/qtscript-everywhere-src-5.15.9.tar.xz new file mode 100755 index 0000000..445e3d9 Binary files /dev/null and b/qtscript-everywhere-src-5.15.9.tar.xz differ