[Cython] update to 0.18

Neal Becker nbecker at fedoraproject.org
Tue Jan 29 16:35:05 UTC 2013


commit cb11060fd6f9745b2e2c10e4d0e53d90504140b5
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Tue Jan 29 11:35:00 2013 -0500

    update to 0.18

 .gitignore  |    1 +
 Cython.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd70c37..0f427e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Cython-0.12.1.tar.gz
 /Cython-0.17.1.tar.gz
 /Cython-0.17.2.tar.gz
 /Cython-0.17.3.tar.gz
+/Cython-0.18.tar.gz
diff --git a/Cython.spec b/Cython.spec
index 6a6a6d4..e524f76 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -11,7 +11,7 @@
 ##%define run_check 0%{!?_with_check:0}
 
 Name:		Cython
-Version:	0.17.3
+Version:	0.18
 ##Release:	4.b3%{?dist}
 Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
@@ -140,6 +140,9 @@ popd
 
 
 %changelog
+* Tue Jan 29 2013 Neal Becker <ndbecker2 at gmail.com> - 0.18-1
+- update to 0.18
+
 * Sat Dec 15 2012 Neal Becker <ndbecker2 at gmail.com> - 0.17.3-1
 - Update to 0.17.3
 
diff --git a/sources b/sources
index 0c1f5dc..a93eb30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-683241fee8f51a08acd42ab1deea0857  Cython-0.17.3.tar.gz
+6a72d14e72f3df597b34ac326152f8d2  Cython-0.18.tar.gz


More information about the scm-commits mailing list