From 2e47e2707851b0abaaa4a7bd6290261adb8174ff Mon Sep 17 00:00:00 2001 From: eaglegai Date: Wed, 2 Sep 2020 19:00:25 +0800 Subject: [PATCH] change Source0 to correct URL --- tidy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tidy.spec b/tidy.spec index b5edaa5..bb8c04b 100644 --- a/tidy.spec +++ b/tidy.spec @@ -3,11 +3,11 @@ Name: tidy Version: 5.6.0 -Release: 1 +Release: 2 Summary: Utility to clean up and pretty print HTML/XHTML/XML License: W3C URL: http://www.html-tidy.org/ -Source0: https://github.com/htacg/%{upname}/archive/%{upname}-%{version}.tar.gz +Source0: https://github.com/htacg/%{upname}/archive/%{version}.tar.gz#/%{upname}-%{version}.tar.gz Patch0001: 0002-Issue-656-protect-against-NULL-node-set-in-loop.patch @@ -80,5 +80,9 @@ ln -s tidyplatform.h $RPM_BUILD_ROOT%{_includedir}/platform.h %{_mandir}/* %changelog +* Wed Sep 02 2020 gaihuiying - 5.6.0-2 +- Type:bugfix +- DESC:change Source0 to correct URL + * Wed Feb 12 2020 openEuler Buildteam - 5.6.0-1 - Package init -- Gitee