diff --git a/cython-0.29.14.tar.gz b/0.29.14.tar.gz similarity index 100% rename from cython-0.29.14.tar.gz rename to 0.29.14.tar.gz diff --git a/Cython.spec b/Cython.spec index 2d55d85a6a68d457f9743b666a1cf25791e193ad..2e930849b1716932cc7d6661c5b1eaa346252572 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,11 +3,11 @@ Name: Cython Version: 0.29.14 -Release: 2 +Release: 3 Summary: Language for writing C extensions for Python License: Apache 2.0 URL: https://cython.org/ -Source0: https://github.com/cython/cython/archive/%{srcname}-%{version}.tar.gz +Source0: https://github.com/cython/cython/archive/%{version}.tar.gz BuildRequires: gcc BuildRequires: python2-devel python3-devel @@ -88,5 +88,8 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests %changelog +* Thu Sep 17 2020 liuweibo - 0.29.14-3 +- Fix Source0 + * Tue Nov 5 2019 shanshishi - 0.29.14-1 - Init package