From f63594a4d81bcb4e4a9cd5a2a230029fe47f9dc3 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Mon, 14 Sep 2020 15:31:38 +0800 Subject: [PATCH] Fix Source0 --- qt5-qttranslations.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qttranslations.spec b/qt5-qttranslations.spec index 9727e07..005a3e2 100644 --- a/qt5-qttranslations.spec +++ b/qt5-qttranslations.spec @@ -2,12 +2,12 @@ Name: qt5-qttranslations Version: 5.11.1 -Release: 4 +Release: 5 Summary: Qt5 - QtTranslations module License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL Url: http://www.qt.io -Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qttranslations-everywhere-src-5.11.1.tar.xz +Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qttranslations-everywhere-src-5.11.1.tar.xz BuildArch: noarch BuildRequires: qt5-qtbase-devel qt5-linguist @@ -75,5 +75,8 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Mon Sep 14 2020 liuweibo - 5.11.1-5 +- Fix Source0 + * Fri Feb 14 2020 lingsheng - 5.11.1-4 - Package init -- Gitee