[Cython: 1/2] update to 0.16

Neal Becker nbecker at fedoraproject.org
Fri Apr 27 11:47:38 UTC 2012


commit d274acd5dfd3cbd95440cd15d8418abaebea4fdb
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Fri Apr 27 07:39:22 2012 -0400

    update to 0.16

 .gitignore  |    1 +
 Cython.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a469f8b..4d056c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Cython-0.12.1.tar.gz
 /Cython-0.14.1.tar.gz
 /Cython-0.15.tar.gz
 /Cython-0.15.1.tar.gz
+/Cython-0.16.tar.gz
diff --git a/Cython.spec b/Cython.spec
index 0edd25d..5334675 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -3,7 +3,7 @@
 
 
 Name:		Cython
-Version:	0.15.1
+Version:	0.16
 #Release:	1.beta2%{?dist}
 Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 27 2012 Neal Becker <ndbecker2 at gmail.com> - 0.16-1
+- Update to 0.16
+
 * Tue Sep 20 2011 Neal Becker <ndbecker2 at gmail.com> - 0.15.1-1
 - Update to 0.15.1
 
diff --git a/sources b/sources
index 0b81302..275087f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-171021b3845c9ca8bd6d8185b3cde664  Cython-0.15.1.tar.gz
+7934186ada3552110aba92062fa88b1c  Cython-0.16.tar.gz


More information about the scm-commits mailing list