[Cython: 1/2] update to 0.15

Neal Becker nbecker at fedoraproject.org
Sat Aug 6 15:07:46 UTC 2011


commit 1e3c032c7cff5d5a15705e122966cc1c2bfe44d3
Author: nbecker <ndbecker2 at gmail.com>
Date:   Sat Aug 6 11:04:42 2011 -0400

    update to 0.15

 .gitignore  |    1 +
 Cython.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe8aaa9..1b174fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Cython-0.12.1.tar.gz
 /Cython-0.13.tar.gz
 /Cython-0.14.tar.gz
 /Cython-0.14.1.tar.gz
+/Cython-0.15.tar.gz
diff --git a/Cython.spec b/Cython.spec
index 415bbed..8b3a095 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -3,7 +3,7 @@
 
 
 Name:		Cython
-Version:	0.14.1
+Version:	0.15
 #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
+* Sat Aug  6 2011 Neal Becker <ndbecker2 at gmail.com> - 0.15-1
+- Update to 0.15
+
 * Sat Feb  5 2011 Neal Becker <ndbecker2 at gmail.com> - 0.14.1-1
 - Update to 0.14.1
 
diff --git a/sources b/sources
index ef0100f..d711a8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6341bf3b2c49a39b8046219f6696f5c4  Cython-0.14.1.tar.gz
+794b93c4c1c4cc031f90302cacd834ca  Cython-0.15.tar.gz


More information about the scm-commits mailing list