From 43cb09ed2f8854395be94f84e0f72703f3f589b6 Mon Sep 17 00:00:00 2001 From: ruebb Date: Mon, 30 Dec 2019 16:11:42 +0800 Subject: [PATCH 1/2] modify spec --- Cython.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 680a16a..1548d2e 100644 --- a/Cython.spec +++ b/Cython.spec @@ -7,7 +7,7 @@ Release: 1 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/releases/tag/0.29.14 BuildRequires: gcc BuildRequires: python2-devel python3-devel -- Gitee From 444f9c90f22157333a37aa9ee94a40bad193e6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=84=E7=9A=AE=E5=B0=8F=E7=AC=BC=E5=8C=85?= Date: Tue, 31 Dec 2019 09:34:11 +0800 Subject: [PATCH 2/2] update Cython.spec. --- Cython.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 1548d2e..0819c07 100644 --- a/Cython.spec +++ b/Cython.spec @@ -7,7 +7,7 @@ Release: 1 Summary: Language for writing C extensions for Python License: Apache 2.0 URL: https://cython.org/ -Source0: https://github.com/cython/cython/releases/tag/0.29.14 +Source0: https://github.com/cython/cython/archive/0.29.14.tar.gz BuildRequires: gcc BuildRequires: python2-devel python3-devel -- Gitee