From fd16d56f828088aaad3e96763df267bec5b4e968 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Mon, 14 Sep 2020 15:40:18 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtwayland.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index c31d67c..eec4cdd 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -3,12 +3,12 @@ Name: qt5-%{qt_module} Version: 5.11.1 -Release: 5 +Release: 6 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 +%global major_minor %(echo %{version} | cut -d. -f1-2) +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,6 +109,9 @@ popd %changelog +* Mon Sep 14 2020 liuweibo - 5.11.1-6 +- Fix Source0 + * Thu Aug 06 2020 zhangjiapeng - 5.11.1-5 - Add compilation dependency to solve compilation failure