From 3cde452e1344fde5f13ab4512f4286f952d8375b Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Mon, 14 Sep 2020 10:48:51 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtconnectivity.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtconnectivity.spec b/qt5-qtconnectivity.spec index f86781a..d937f7a 100644 --- a/qt5-qtconnectivity.spec +++ b/qt5-qtconnectivity.spec @@ -3,12 +3,12 @@ Name: qt5-%{qt_module} Version: 5.11.1 -Release: 3 +Release: 4 Summary: QtConnectivity components for qt5 License: LGPLv2 with exceptions or GPLv3 with exceptions URL: http://qt.io %global major_minor %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/new_archive/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -106,5 +106,8 @@ popd %changelog +* Mon Sep 14 2020 liuweibo - 5.11.1-4 +- Fix Source0 + * Sat Nov 23 2019 openEuler Buildteam - 5.11.1-3 - refactor qt5-qtconnectivity.spec -- Gitee