From 4a96c27cbcfed8619cb2fb137b5e682acc38c073 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 15 2022 06:33:51 +0000 Subject: import qt5-qtgraphicaleffects-5.15.3-1.el9 --- diff --git a/.gitignore b/.gitignore index a72569d..550e244 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz +SOURCES/qtgraphicaleffects-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtgraphicaleffects.metadata b/.qt5-qtgraphicaleffects.metadata index ff747fb..f29d552 100644 --- a/.qt5-qtgraphicaleffects.metadata +++ b/.qt5-qtgraphicaleffects.metadata @@ -1 +1 @@ -047e1a14b8db7d27f22e64a59eccc2c97df63977 SOURCES/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz +e3b8940159968948e10ecd1335316be12d275943 SOURCES/qtgraphicaleffects-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtgraphicaleffects.spec b/SPECS/qt5-qtgraphicaleffects.spec index 1cd71e1..e1aa8ad 100644 --- a/SPECS/qt5-qtgraphicaleffects.spec +++ b/SPECS/qt5-qtgraphicaleffects.spec @@ -4,14 +4,14 @@ Summary: Qt5 - QtGraphicalEffects 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 from qt5-qtbase 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 # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -73,6 +73,10 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061359 + * Tue Aug 10 2021 Mohan Boddu - 5.15.2-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688