From fa83da79e5b7cda241f38103a0f7b6114c964067 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Tue, 27 Oct 2020 09:09:24 +0000 Subject: [PATCH] Bump to fix hash issue on rpmfusion koji --- qt5-qttools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index afc6333..b6f07ca 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -10,7 +10,7 @@ Summary: Qt5 - QtTool components Name: qt5-qttools Version: 5.15.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -478,6 +478,9 @@ fi %changelog +* Tue Oct 27 2020 Leigh Scott - 5.15.1-3 +- Bump to fix hash issue on rpmfusion koji + * Mon Oct 19 2020 Kalev Lember - 5.15.1-2 - Disable lto to work around lconvert segfaulting on armv7hl (#1884681)