From 66aa7e10a50c3d35732d64fc95b9c4e61515e53b Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 15 Sep 2020 15:20:24 +0800 Subject: [PATCH] Fix Source0 --- qt5-qt3d.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qt3d.spec b/qt5-qt3d.spec index be34e7b..c37155a 100644 --- a/qt5-qt3d.spec +++ b/qt5-qt3d.spec @@ -1,10 +1,10 @@ Name: qt5-qt3d Version: 5.11.1 -Release: 3 +Release: 4 Summary: Qt5 - Qt3D C++ APIs and QML bindings 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/qt3d-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/new_archive/qt/5.11/%{version}/submodules/qt3d-everywhere-src-%{version}.tar.xz BuildRequires: qt5-rpm-macros >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel BuildRequires: qt5-qtimageformats qt5-qtxmlpatterns-devel pkgconfig(assimp) >= 3.3.1 @@ -73,6 +73,9 @@ popd %endif %changelog +* Tue Sep 15 2020 liuweibo - 5.11.1-4 +- Fix Source0 + * Tue Dec 3 2019 Tianfei - 5.11.1-3 - Package init -- Gitee