[Cython] update to 0.15.1

Neal Becker nbecker at fedoraproject.org
Tue Sep 20 11:12:00 UTC 2011


commit 162b912953a040c18fb28d0ee2215812570be677
Author: nbecker <ndbecker2 at gmail.com>
Date:   Tue Sep 20 07:11:47 2011 -0400

    update to 0.15.1

 .gitignore  |    1 +
 Cython.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b174fc..a469f8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Cython-0.12.1.tar.gz
 /Cython-0.14.tar.gz
 /Cython-0.14.1.tar.gz
 /Cython-0.15.tar.gz
+/Cython-0.15.1.tar.gz
diff --git a/Cython.spec b/Cython.spec
index d279b14..0edd25d 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -3,9 +3,9 @@
 
 
 Name:		Cython
-Version:	0.15
+Version:	0.15.1
 #Release:	1.beta2%{?dist}
-Release:	2%{?dist}
+Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
 
 #%define upstreamversion %{version}.beta2
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 20 2011 Neal Becker <ndbecker2 at gmail.com> - 0.15.1-1
+- Update to 0.15.1
+
 * Sat Aug  6 2011 Neal Becker <ndbecker2 at gmail.com> - 0.15-1
 - Update to 0.15
 
diff --git a/sources b/sources
index d711a8e..0b81302 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-794b93c4c1c4cc031f90302cacd834ca  Cython-0.15.tar.gz
+171021b3845c9ca8bd6d8185b3cde664  Cython-0.15.1.tar.gz


More information about the scm-commits mailing list