From 14fa3e07ec5b843919ace4b6e9536555d141c769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Tue, 8 Sep 2020 16:08:24 +0800 Subject: [PATCH] update Source0 --- python-webencodings.spec | 7 +++++-- python-webencodings-0.5.1.tar.gz => v0.5.1.tar.gz | Bin 2 files changed, 5 insertions(+), 2 deletions(-) rename python-webencodings-0.5.1.tar.gz => v0.5.1.tar.gz (100%) diff --git a/python-webencodings.spec b/python-webencodings.spec index 138f413..b1b1fcd 100644 --- a/python-webencodings.spec +++ b/python-webencodings.spec @@ -3,13 +3,13 @@ Name: python-webencodings Version: 0.5.1 -Release: 7 +Release: 8 Summary: Character encoding for the web License: BSD URL: https://github.com/gsnedders/python-webencodings BuildArch: noarch -Source0: %{url}/archive/%{name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz %if %{with python2} BuildRequires: python2-devel @@ -113,5 +113,8 @@ py.test-3 %endif %changelog +* Tue Sep 8 2020 shixuantong - 0.5.1-8 +- update Source0 + * Tue Aug 27 2019 openEuler Buildteam - 0.5.1-7 - Package init diff --git a/python-webencodings-0.5.1.tar.gz b/v0.5.1.tar.gz similarity index 100% rename from python-webencodings-0.5.1.tar.gz rename to v0.5.1.tar.gz