From e6b4cdc982695d5142765d71d53d694668cf7bd7 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Mon, 14 Sep 2020 10:31:55 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtcanvas3d.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtcanvas3d.spec b/qt5-qtcanvas3d.spec index 8f7b023..d1dcaea 100644 --- a/qt5-qtcanvas3d.spec +++ b/qt5-qtcanvas3d.spec @@ -1,10 +1,10 @@ Name: qt5-qtcanvas3d Version: 5.11.1 -Release: 3 +Release: 4 Summary: Qt5 module for Canvas3d framework License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io -Source0: https://download.qt.io/official_releases/qt/5.11/%{version}/submodules/qtcanvas3d-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/new_archive/qt/5.11/%{version}/submodules/qtcanvas3d-everywhere-src-%{version}.tar.xz BuildRequires: qt5-rpm-macros >= %{version} qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-private-devel qt5-qtdeclarative-devel @@ -41,5 +41,8 @@ make install INSTALL_ROOT=%{buildroot} %endif %changelog +* Mon Sep 14 2020 liuweibo - 5.11.1-4 +- Fix Source0 + * Fri Nov 15 2019 duyeyu - 5.11.1-3 - Package init