From 03148a088b3b12aa84a1e80a5ba08391b6536646 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 15 Sep 2020 17:30:59 +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..4671f70 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 +* Tue Sep 15 2020 liuweibo - 5.11.1-5 +- Fix Source0 + * Mon Oct 28 2019 dongjian - 5.11.1-4 - Package init -- Gitee