diff --git a/.gitignore b/.gitignore index ff5153d..1460a66 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtlocation-everywhere-src-5.15.2.tar.xz +SOURCES/qtlocation-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtlocation.metadata b/.qt5-qtlocation.metadata index 6e128d6..71a47ef 100644 --- a/.qt5-qtlocation.metadata +++ b/.qt5-qtlocation.metadata @@ -1 +1 @@ -8f2d1594424b2ab616c085cd91148073929b8e48 SOURCES/qtlocation-everywhere-src-5.15.2.tar.xz +7937e80d484c678c447ff396605f545bd8737619 SOURCES/qtlocation-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtlocation.spec b/SPECS/qt5-qtlocation.spec index 56e6e74..d252860 100644 --- a/SPECS/qt5-qtlocation.spec +++ b/SPECS/qt5-qtlocation.spec @@ -4,14 +4,14 @@ Summary: Qt5 - Location component Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 9%{?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 # build failure with gcc10 # various C++ runtime headers indirectly included which in turn @@ -114,9 +114,6 @@ popd %{_qt5_archdatadir}/qml/QtPositioning/* %{_qt5_plugindir}/position/ %{_qt5_libdir}/libQt5PositioningQuick.so.5* -%dir %{_qt5_archdatadir}/qml/Qt -%dir %{_qt5_archdatadir}/qml/Qt/labs -%{_qt5_archdatadir}/qml/Qt/labs/location %files devel %{_qt5_headerdir}/QtLocation/ @@ -150,6 +147,10 @@ popd %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061361 + * Tue Aug 10 2021 Mohan Boddu - 5.15.2-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688