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 ca2d16f..f584b75 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: 2%{?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$ @@ -80,6 +80,10 @@ done %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061389 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930045