diff --git a/.gitignore b/.gitignore index 60b4502..6b21313 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtscript-everywhere-src-5.15.2.tar.xz +SOURCES/qtscript-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtscript.metadata b/.qt5-qtscript.metadata index cd49950..361f7f1 100644 --- a/.qt5-qtscript.metadata +++ b/.qt5-qtscript.metadata @@ -1 +1 @@ -6ab2c96373ad3866b8b5e9e74efb607518560e11 SOURCES/qtscript-everywhere-src-5.15.2.tar.xz +807861d243f31ab34d1b4051fd273206b2ab533e SOURCES/qtscript-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtscript.spec b/SPECS/qt5-qtscript.spec index 1999964..56e4662 100644 --- a/SPECS/qt5-qtscript.spec +++ b/SPECS/qt5-qtscript.spec @@ -16,14 +16,14 @@ Summary: Qt5 - QtScript component Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 2%{?dist} +Version: 5.15.3 +Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz # add s390(x0 support to Platform.h (taken from webkit) Patch100: qtscript-everywhere-src-5.12.1-s390.patch @@ -165,6 +165,10 @@ fi %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061400 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930051