From 4dc13f76928b47beec78fa171e8b807b455c6749 Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Fri, 10 Jan 2020 15:26:07 +0800 Subject: [PATCH] change the source to valid address --- qt5-qtsvg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtsvg.spec b/qt5-qtsvg.spec index fdfbad2..36e5a14 100644 --- a/qt5-qtsvg.spec +++ b/qt5-qtsvg.spec @@ -1,10 +1,10 @@ Name: qt5-qtsvg Version: 5.11.1 -Release: 3 +Release: 4 Summary: Qt GUI toolkit for rendering and displaying SVG 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/qtsvg-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/archive/qt/5.11/%{version}/submodules/qtsvg-everywhere-src-%{version}.tar.xz Patch0001: qtsvg-opensource-src-5.6.0-beta1-example-install.patch BuildRequires: qt5-qtbase-devel >= %{version} pkgconfig(zlib) qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5} = %{_qt5_version}} @@ -60,5 +60,8 @@ popd %{_qt5_archdatadir}/mkspecs/modules/qt_lib_svg*.pri %changelog +* Fri Jan 10 2020 zhouyihang - 5.11.1-4 +- change the source to valid address + * Thu Nov 07 2019 yanzhihua - 5.11.1-3 - Package init