diff --git a/.gitignore b/.gitignore index d31abe2..0f42047 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtquickcontrols-everywhere-src-5.15.2.tar.xz +SOURCES/qtquickcontrols-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtquickcontrols.metadata b/.qt5-qtquickcontrols.metadata index a44f1d6..de0ed84 100644 --- a/.qt5-qtquickcontrols.metadata +++ b/.qt5-qtquickcontrols.metadata @@ -1 +1 @@ -cc560c99f7a2217e6457e1b9e9f15e29c2a404e1 SOURCES/qtquickcontrols-everywhere-src-5.15.2.tar.xz +13a8124230c606e1b3cc3a51492f97f140656e10 SOURCES/qtquickcontrols-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtquickcontrols.spec b/SPECS/qt5-qtquickcontrols.spec index a4a870f..436ea05 100644 --- a/SPECS/qt5-qtquickcontrols.spec +++ b/SPECS/qt5-qtquickcontrols.spec @@ -4,13 +4,13 @@ Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls -Version: 5.15.2 -Release: 2%{?dist} +Version: 5.15.3 +Release: 1%{?dist} License: LGPLv2 or LGPLv3 and GFDL 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 # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -88,6 +88,10 @@ done %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061398 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930049