From 05de8fbe9410300f5a78871616cf44425b13706a Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Fri, 18 Sep 2020 11:13:34 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtxmlpatterns.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtxmlpatterns.spec b/qt5-qtxmlpatterns.spec index 3a9d7f4..f601c3f 100644 --- a/qt5-qtxmlpatterns.spec +++ b/qt5-qtxmlpatterns.spec @@ -1,11 +1,11 @@ Name: qt5-qtxmlpatterns Version: 5.11.1 -Release: 4 +Release: 5 Summary: Provide support for XQuery, XPath, etc License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io -Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qtxmlpatterns-everywhere-src-5.11.1.tar.xz +Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtxmlpatterns-everywhere-src-5.11.1.tar.xz BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel @@ -80,6 +80,9 @@ cd - %{_qt5_examplesdir}/ %changelog +* Fri Sep 18 2020 liuweibo - 5.11.1-5 +- Fix Source0 + * Mon Oct 28 2019 dongjian - 5.11.1-4 - Package init -- Gitee