From 56812985e7b5d7b4a7fff59c589dfb1526856365 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 15 2022 06:33:29 +0000 Subject: import qt5-qtimageformats-5.15.3-1.el9 --- diff --git a/.gitignore b/.gitignore index 6c9f930..6df3105 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtimageformats-everywhere-src-5.15.2.tar.xz +SOURCES/qtimageformats-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtimageformats.metadata b/.qt5-qtimageformats.metadata index 806ccd8..7fee12f 100644 --- a/.qt5-qtimageformats.metadata +++ b/.qt5-qtimageformats.metadata @@ -1 +1 @@ -c17b57cec197d721b3c844ff1dd68ab9996f4603 SOURCES/qtimageformats-everywhere-src-5.15.2.tar.xz +10487de5c9c6240847c1b860567e6a4fb12c3f41 SOURCES/qtimageformats-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtimageformats.spec b/SPECS/qt5-qtimageformats.spec index d8a7840..09dad28 100644 --- a/SPECS/qt5-qtimageformats.spec +++ b/SPECS/qt5-qtimageformats.spec @@ -4,14 +4,14 @@ Summary: Qt5 - QtImageFormats component 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 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} @@ -92,6 +92,10 @@ make install INSTALL_ROOT=%{buildroot} %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061360 + * Tue Aug 10 2021 Mohan Boddu - 5.15.2-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688