From a04b1a63e8b3f8e14f0b866e500d7841d8fa93c7 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Fri, 11 Sep 2020 10:23:02 +0800 Subject: [PATCH] Fix Source0 append changelog --- cython-0.29.14.tar.gz => 0.29.14.tar.gz | Bin Cython.spec | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename cython-0.29.14.tar.gz => 0.29.14.tar.gz (100%) 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 2d55d85..b10d31b 100644 --- a/Cython.spec +++ b/Cython.spec @@ -7,7 +7,7 @@ Release: 2 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 +* Fri Sep 11 2020 liuweibo - 0.29.14-2 +- Fix Source0 + * Tue Nov 5 2019 shanshishi - 0.29.14-1 - Init package -- Gitee