import qt5-qtserialbus-5.15.3-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:37:13 -05:00 committed by Stepan Oksanichenko
parent 325572cb9f
commit 9f49d7fdec
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
9e131f1da89407e8e9fc899f8ebbcb493682f137 SOURCES/qtserialbus-everywhere-src-5.15.2.tar.xz
1d753cdc3bea2c8bf9a3038824ef035d2e3429b4 SOURCES/qtserialbus-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -4,14 +4,14 @@
Summary: Qt5 - SerialBus component
Name: qt5-%{qt_module}
Version: 5.15.2
Release: 3%{?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
## upstreamable patches
# workaround FTBFS against kernel-header-5.2.0+
@ -112,6 +112,10 @@ done
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061402
* Tue Aug 24 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-3
- Rebuild to include -devel subpkg into RHEL 8 repositories
Resolves: bz#1995639