[Cython] update to 0.20

Neal Becker nbecker at fedoraproject.org
Mon Jan 20 20:56:30 UTC 2014


commit 2c33707dac6742f8482bcc7539865dd12bfe0190
Author: Neal D. Becker <ndbecker2 at gmail.com>
Date:   Mon Jan 20 15:56:47 2014 -0500

    update to 0.20

 .gitignore  |    1 +
 Cython.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9e9ced..2be742b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Cython-0.12.1.tar.gz
 /Cython-0.18.tar.gz
 /Cython-0.19.tar.gz
 /Cython-0.19.2.tar.gz
+/Cython-0.20.tar.gz
diff --git a/Cython.spec b/Cython.spec
index 720ee08..dba2719 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -11,9 +11,9 @@
 ##%define run_check 0%{!?_with_check:0}
 
 Name:		Cython
-Version:	0.19.2
+Version:	0.20
 ##Release:	4.b3%{?dist}
-Release:	2%{?dist}
+Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
 
 %define upstreamversion %{version}
@@ -140,6 +140,9 @@ popd
 
 
 %changelog
+* Mon Jan 20 2014 nbecker <ndbecker2 at gmail.com> - 0.20-1
+- Update to 0.20
+
 * Thu Oct 17 2013 nbecker <ndbecker2 at gmail.com> - 0.19.2-2
 - Fix BR 1019498
 
diff --git a/sources b/sources
index c9fcf60..e550f24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4af1218346510b464c0a6bf15500d0e2  Cython-0.19.2.tar.gz
+6563dad21e2b5e31f9f7262a60dd0550  Cython-0.20.tar.gz


More information about the scm-commits mailing list