[Cython] Update to 0.20.1

Orion Poplawski orion at fedoraproject.org
Sat May 10 02:35:26 UTC 2014


commit 1476cd164f52fb6d715cc46e90b3a129475e560f
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri May 9 20:35:51 2014 -0600

    Update to 0.20.1

 .gitignore  |    1 +
 Cython.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
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 <orion at cora.nwra.com> - 0.20.1-1
+- Update to 0.20.1
+
 * Mon Jan 20 2014 nbecker <ndbecker2 at gmail.com> - 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


More information about the scm-commits mailing list