import qt5-qtgraphicaleffects-5.15.3-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:35:37 -05:00 committed by Stepan Oksanichenko
parent c97cbe3d18
commit 53bd9ae738
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz
SOURCES/qtgraphicaleffects-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -1 +1 @@
047e1a14b8db7d27f22e64a59eccc2c97df63977 SOURCES/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz
e3b8940159968948e10ecd1335316be12d275943 SOURCES/qtgraphicaleffects-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -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 <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061389
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930045