From bb3b86b515a350c2f0a06a5f701a6177edb9399b Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 15 Sep 2020 15:44:27 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtconnectivity.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qt5-qtconnectivity.spec b/qt5-qtconnectivity.spec index f86781a..fbddc4b 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 +%global major_minor %(echo %{version} | cut -d. -f1-2) +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 +* Tue Sep 15 2020 liuweibo - 5.11.1-4 +- Fix Source0 + * Sat Nov 23 2019 openEuler Buildteam - 5.11.1-3 - refactor qt5-qtconnectivity.spec -- Gitee