From 54daa27d3739ad0c9cae32364717376d13cf9357 Mon Sep 17 00:00:00 2001 From: small_leek Date: Tue, 18 Aug 2020 21:44:52 +0800 Subject: [PATCH] add release for update --- Cython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 680a16a..572fd73 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,7 +3,7 @@ Name: Cython Version: 0.29.14 -Release: 1 +Release: 2 Summary: Language for writing C extensions for Python License: Apache 2.0 URL: https://cython.org/ @@ -88,5 +88,8 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests %changelog +* Tue Aug 18 2020 senlin - 0.29.14-2 +- add release for update + * Tue Nov 5 2019 shanshishi - 0.29.14-1 - Init package -- Gitee