From 3ad8e638578161eabb24b83dd8ab0672b1d72fc1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 15 2022 12:16:51 +0000 Subject: import qt5-qtserialport-5.15.3-1.el8 --- diff --git a/.gitignore b/.gitignore index 8f90270..fb41d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtserialport-everywhere-src-5.15.2.tar.xz +SOURCES/qtserialport-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtserialport.metadata b/.qt5-qtserialport.metadata index 520a733..d1ff998 100644 --- a/.qt5-qtserialport.metadata +++ b/.qt5-qtserialport.metadata @@ -1 +1 @@ -6022e8907cc83e46f090f21c1f25937fa083dc0f SOURCES/qtserialport-everywhere-src-5.15.2.tar.xz +c38c62a65de9d3b284583ea6e4efd1282d449e45 SOURCES/qtserialport-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtserialport.spec b/SPECS/qt5-qtserialport.spec index 6525ed8..7d0dfa7 100644 --- a/SPECS/qt5-qtserialport.spec +++ b/SPECS/qt5-qtserialport.spec @@ -4,14 +4,14 @@ Summary: Qt5 - SerialPort 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, 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: qt5-qtbase-devel >= %{version} BuildRequires: pkgconfig(libudev) @@ -119,6 +119,10 @@ popd %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061404 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930054