From 5f2b25cd58d6e44f454833ab2e6f2f44e46202c9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 15 Apr 2022 12:17:21 +0000 Subject: [PATCH] import qt5-qttools-5.15.3-1.el8 --- .gitignore | 2 +- .qt5-qttools.metadata | 2 +- SPECS/qt5-qttools.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f2dbb22..adcb5a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qttools-everywhere-src-5.15.2.tar.xz +SOURCES/qttools-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qttools.metadata b/.qt5-qttools.metadata index 0f6f23c..6b68781 100644 --- a/.qt5-qttools.metadata +++ b/.qt5-qttools.metadata @@ -1 +1 @@ -ae92f651b1b029bd6f55fc8888134d73d8ad19be SOURCES/qttools-everywhere-src-5.15.2.tar.xz +5ebd5b921ab4133f00eaf786e7d3ef79f9a1442c SOURCES/qttools-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qttools.spec b/SPECS/qt5-qttools.spec index d89102b..99481f4 100644 --- a/SPECS/qt5-qttools.spec +++ b/SPECS/qt5-qttools.spec @@ -4,13 +4,13 @@ Summary: Qt5 - QtTool components Name: qt5-qttools -Version: 5.15.2 -Release: 4%{?dist} +Version: 5.15.3 +Release: 1%{?dist} License: LGPLv3 or LGPLv2 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 # help lrelease/lupdate use/prefer qmake-qt5 # https://bugzilla.redhat.com/show_bug.cgi?id=1009893 @@ -505,6 +505,10 @@ fi %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061406 + * Tue Jan 11 2022 Jan Grulich - 5.15.2-4 - Rebuild (LLVM-13) Resolves: bz#2001153