diff --git a/.gitignore b/.gitignore index 492318a..fc353fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtx11extras-everywhere-src-5.15.2.tar.xz +SOURCES/qtx11extras-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtx11extras.metadata b/.qt5-qtx11extras.metadata index a6091fe..75600b1 100644 --- a/.qt5-qtx11extras.metadata +++ b/.qt5-qtx11extras.metadata @@ -1 +1 @@ -0d5effb3d2e6bfbcd9449d127e3bf91198dab158 SOURCES/qtx11extras-everywhere-src-5.15.2.tar.xz +8c228fa23c68cf3baa4614b7421665056d4a5175 SOURCES/qtx11extras-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtx11extras.spec b/SPECS/qt5-qtx11extras.spec index 3ee2618..4a78ee2 100644 --- a/SPECS/qt5-qtx11extras.spec +++ b/SPECS/qt5-qtx11extras.spec @@ -4,14 +4,14 @@ Summary: Qt5 - X11 support library Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 6%{?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 BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} @@ -93,6 +93,10 @@ popd %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061375 + * Tue Aug 10 2021 Mohan Boddu - 5.15.2-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688