From 3c11aa3882ec092cf73597cadcd8c9accc6242b9 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Fri, 18 Sep 2020 10:58:26 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index a503409..85177af 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -3,12 +3,12 @@ Name: qt5-%{qt_module} Version: 5.11.1 -Release: 4 +Release: 5 Summary: QtWayland component for qt5 License: LGPLv3 URL: http://www.qt.io %global major_minor %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qtwayland-everywhere-src-5.11.1.tar.xz +Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtwayland-everywhere-src-5.11.1.tar.xz %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -109,5 +109,8 @@ popd %changelog +* Fri Sep 18 2020 liuweibo - 5.11.1-5 +- Fix Source0 + * Fri Feb 14 2020 lingsheng - 5.11.1-4 - Package init