update to 5.15.9
This commit is contained in:
parent
d697a92557
commit
fe5cd571b2
@ -11,8 +11,8 @@
|
|||||||
%global qt_module qtscript
|
%global qt_module qtscript
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.15.2
|
Version: 5.15.9
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: QtScript component for qt5
|
Summary: QtScript component for qt5
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -20,7 +20,7 @@ Url: http://www.qt.io
|
|||||||
%global major_minor %(echo %{version} | cut -d. -f1-2)
|
%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
|
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: make
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -117,6 +117,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 14 2023 sjxur <sjxur@isoftstone.com> - 5.15.9-1
|
||||||
|
- update to 5.15.9
|
||||||
|
|
||||||
* Fri Mar 3 2023 doupengda <doupengda@loongson.cn> - 5.15.2-2
|
* Fri Mar 3 2023 doupengda <doupengda@loongson.cn> - 5.15.2-2
|
||||||
- Support loongarch64 build
|
- Support loongarch64 build
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -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
|
From 53999f4973ee54a10f360ec40df8d61cc99275ac Mon Sep 17 00:00:00 2001
|
||||||
--- qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.s390 2019-01-09 06:59:11.000000000 -0600
|
From: sjxur <sjxur@isoftstone.com>
|
||||||
+++ qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2019-02-15 08:57:27.684231337 -0600
|
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 @@
|
@@ -226,6 +226,18 @@
|
||||||
#define WTF_CPU_SPARC 1
|
#define WTF_CPU_SPARC 1
|
||||||
#endif
|
#endif
|
||||||
@ -29,3 +39,6 @@ diff -up qtscript-everywhere-src-5.12.1/src/3rdparty/javascriptcore/JavaScriptCo
|
|||||||
#define WTF_USE_JSVALUE32 1
|
#define WTF_USE_JSVALUE32 1
|
||||||
#elif OS(WINDOWS) && COMPILER(MINGW)
|
#elif OS(WINDOWS) && COMPILER(MINGW)
|
||||||
/* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg
|
/* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg
|
||||||
|
--
|
||||||
|
2.39.1
|
||||||
|
|
||||||
BIN
qtscript-everywhere-src-5.15.9.tar.xz
Executable file
BIN
qtscript-everywhere-src-5.15.9.tar.xz
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user