From 681e3f138dfb11f674903b7a841734b622aa259d Mon Sep 17 00:00:00 2001 From: lingsheng Date: Tue, 22 Dec 2020 16:16:05 +0800 Subject: [PATCH] Fix wrong source0 url --- python-genshi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-genshi.spec b/python-genshi.spec index 4e19fa4..0a980e6 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -2,11 +2,11 @@ Name: python-genshi Version: 0.7.3 -Release: 6 +Release: 7 Summary: Toolkit for stream-based generation of output for the web License: BSD URL: http://genshi.edgewall.org/ -Source0: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/G/Genshi/Genshi-%{version}.tar.gz Patch0: 0001-python-genshi-fix-some-syntax-error.patch BuildArch: noarch @@ -62,6 +62,9 @@ cd - %{python3_sitelib}/genshi %changelog +* Tue Dec 22 2020 lingsheng - 0.7.3-7 +- Fix wrong source0 url + * Mon Jun 28 2020 Captain Wei - 0.7.3-6 - Upgrade package