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