From 7291a1f9f8b846d1b33ee2a93a7bdf49274d225a Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Fri, 11 Nov 2022 02:48:16 +0800 Subject: [PATCH] update to qt5-qttools-5.15.3-2.el8 Signed-off-by: anolis-bot --- dist | 1 + download | 2 +- qt5-qttools.spec | 16 ++++++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..9c0e36e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index 2468d98..27c5ee5 100644 --- a/download +++ b/download @@ -1 +1 @@ -739403634e1326a3d52902a835015a4b qttools-everywhere-src-5.15.2.tar.xz +ce90a755aa8aec65cff47ade9f923b95 qttools-everywhere-opensource-src-5.15.3.tar.xz diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 9eeabd7..1758414 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -1,17 +1,16 @@ -%define anolis_release .0.1 %global qt_module qttools %global build_tests 1 Summary: Qt5 - QtTool components Name: qt5-qttools -Version: 5.15.2 -Release: 4%{anolis_release}%{?dist} +Version: 5.15.3 +Release: 2%{?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 @@ -506,8 +505,13 @@ fi %endif %changelog -* Sun May 22 2022 Liwei Ge - 5.15.2-4.0.1 -- Rebuild with llvm13 +* Mon Jun 20 2022 Jan Grulich - 5.15.3-2 +- Rebuild (LLVM-14) + Resolves: bz#2064527 + +* 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) -- Gitee