From 1476cd164f52fb6d715cc46e90b3a129475e560f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: May 10 2014 02:35:51 +0000 Subject: Update to 0.20.1 --- diff --git a/.gitignore b/.gitignore index 2be742b..5b231ec 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ Cython-0.12.1.tar.gz /Cython-0.19.tar.gz /Cython-0.19.2.tar.gz /Cython-0.20.tar.gz +/Cython-0.20.1.tar.gz diff --git a/Cython.spec b/Cython.spec index dba2719..e4c840d 100644 --- a/Cython.spec +++ b/Cython.spec @@ -11,7 +11,7 @@ ##%define run_check 0%{!?_with_check:0} Name: Cython -Version: 0.20 +Version: 0.20.1 ##Release: 4.b3%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -22,7 +22,7 @@ Summary: A language for writing Python extension modules Group: Development/Tools License: Python URL: http://www.cython.org -Source: http://www.cython.org/Cython-%{upstreamversion}.tar.gz +Source: http://www.cython.org/release/Cython-%{upstreamversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools @@ -140,6 +140,9 @@ popd %changelog +* Fri May 9 2014 Orion Poplawski - 0.20.1-1 +- Update to 0.20.1 + * Mon Jan 20 2014 nbecker - 0.20-1 - Update to 0.20 diff --git a/sources b/sources index e550f24..b3a39b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6563dad21e2b5e31f9f7262a60dd0550 Cython-0.20.tar.gz +52431696c64e618036537c4d9aa79d99 Cython-0.20.1.tar.gz