From fd406065f892caf302a66b2f869e0257a1784e11 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Mon, 14 Sep 2020 15:58:12 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtwebsockets.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/qt5-qtwebsockets.spec b/qt5-qtwebsockets.spec index 456cd42..f0d7fee 100644 --- a/qt5-qtwebsockets.spec +++ b/qt5-qtwebsockets.spec @@ -4,12 +4,12 @@ Summary: Qt5 - WebSockets component Name: qt5-%{qt_module} Version: 5.11.1 -Release: 5 +Release: 6 License: LGPLv2 with exceptions or GPLv3 with exceptions -Url: http://qt-project.org/ -%global major_minor %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/archive/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Url: http://qt-project.org/ +%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$ @@ -82,5 +82,8 @@ popd %{_qt5_examplesdir}/ %changelog +* Mon Sep 14 2020 liuweibo - 5.11.1-6 +- Fix Source0 + * Fri Feb 14 2020 Ling Yang - 5.11.1-5 - Package init