import qt5-qtgraphicaleffects-5.15.3-1.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:33:51 -05:00 committed by Stepan Oksanichenko
parent 1438242388
commit 26cb3bd151
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: 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 <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061359
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688