diff --git a/.gitignore b/.gitignore index 16236eb..a14a42b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtscript-opensource-src-5.9.2.tar.xz +SOURCES/qtscript-opensource-src-5.9.7.tar.xz diff --git a/.qt5-qtscript.metadata b/.qt5-qtscript.metadata index 96e7db2..eefb17b 100644 --- a/.qt5-qtscript.metadata +++ b/.qt5-qtscript.metadata @@ -1 +1 @@ -ac6ad8dc3727194b7d339e9f3283692026e79066 SOURCES/qtscript-opensource-src-5.9.2.tar.xz +19bdb5e2e14d2ce335c0289d0423152eec682ddb SOURCES/qtscript-opensource-src-5.9.7.tar.xz diff --git a/SPECS/qt5-qtscript.spec b/SPECS/qt5-qtscript.spec index 081ef08..b96e268 100644 --- a/SPECS/qt5-qtscript.spec +++ b/SPECS/qt5-qtscript.spec @@ -5,7 +5,7 @@ Summary: Qt5 - QtScript component Name: qt5-%{qt_module} -Version: 5.9.2 +Version: 5.9.7 Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details @@ -90,7 +90,7 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la %postun -p /sbin/ldconfig %files -%license LGPL_EXCEPTION.txt LICENSE.LGPL* +%license LICENSE.FDL LICENSE.GPL* LICENSE.LGPL* %{_qt5_libdir}/libQt5Script.so.5* %{_qt5_libdir}/libQt5ScriptTools.so.5* @@ -122,6 +122,10 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la %changelog +* Thu Feb 07 2019 Jan Grulich - 5.9.7-1 +- Update to 5.9.7 + Resolves: bz#1564012 + * Fri Oct 06 2017 Jan Grulich - 5.9.2-1 - Update to 5.9.2 Resolves: bz#1482786