diff --git a/.gitignore b/.gitignore index 4b8d7d0..225f7a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtconnectivity-everywhere-src-5.15.2.tar.xz +SOURCES/qtconnectivity-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtconnectivity.metadata b/.qt5-qtconnectivity.metadata index 73de7cd..f6ab086 100644 --- a/.qt5-qtconnectivity.metadata +++ b/.qt5-qtconnectivity.metadata @@ -1 +1 @@ -ada5fc48fc3b14838ec164eab84f193b48b1487f SOURCES/qtconnectivity-everywhere-src-5.15.2.tar.xz +c67c32219d2aa89df0a5982f7c6569c95e566a48 SOURCES/qtconnectivity-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtconnectivity.spec b/SPECS/qt5-qtconnectivity.spec index b2d0240..9d459a4 100644 --- a/SPECS/qt5-qtconnectivity.spec +++ b/SPECS/qt5-qtconnectivity.spec @@ -4,14 +4,15 @@ Summary: Qt5 - Connectivity components Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 2%{?dist} +Version: 5.15.3 +Release: 1%{?dist} # See LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://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: 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$ @@ -143,6 +144,10 @@ popd %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061382 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930042