From 5fb44c337fcd6f11648b30371b6a6980b9acd77a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 09:09:33 -0400 Subject: [PATCH] import qt5-qtserialbus-5.15.3-1.el9 --- .gitignore | 2 +- .qt5-qtserialbus.metadata | 2 +- SPECS/qt5-qtserialbus.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 12d07c7..f47b027 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtserialbus-everywhere-src-5.15.2.tar.xz +SOURCES/qtserialbus-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtserialbus.metadata b/.qt5-qtserialbus.metadata index 3328a82..c97d1f2 100644 --- a/.qt5-qtserialbus.metadata +++ b/.qt5-qtserialbus.metadata @@ -1 +1 @@ -9e131f1da89407e8e9fc899f8ebbcb493682f137 SOURCES/qtserialbus-everywhere-src-5.15.2.tar.xz +1d753cdc3bea2c8bf9a3038824ef035d2e3429b4 SOURCES/qtserialbus-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtserialbus.spec b/SPECS/qt5-qtserialbus.spec index f158a8d..8fd56c8 100644 --- a/SPECS/qt5-qtserialbus.spec +++ b/SPECS/qt5-qtserialbus.spec @@ -4,14 +4,14 @@ Summary: Qt5 - SerialBus component Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 8%{?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+ @@ -101,6 +101,10 @@ make install INSTALL_ROOT=%{buildroot} %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061367 + * Fri Dec 17 2021 Jan Grulich - 5.15.2-8 - Rebuild to include -devel subpkg in AppStream Resolves: bz#2028567