import qt5-qtxmlpatterns-5.15.3-1.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:32:08 -05:00 committed by Stepan Oksanichenko
parent fb6445ef18
commit 9fc93c94d9
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
dd0f977f2e2d00311664bcbecd9a17ac57436459 SOURCES/qtxmlpatterns-everywhere-src-5.15.2.tar.xz
10ef8e6e9286c30c27708eff4f226d0959ac4b0a SOURCES/qtxmlpatterns-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -6,13 +6,13 @@
Summary: Qt5 - QtXmlPatterns component
Name: qt5-%{qt_module}
Version: 5.15.2
Release: 7%{?dist}
Version: 5.15.3
Release: 1%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception 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}
@ -135,6 +135,10 @@ popd
%endif
%changelog
* Fri Mar 25 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061376
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688