[Cython] Update to 0.13

Neal Becker nbecker at fedoraproject.org
Wed Aug 25 13:25:11 UTC 2010


commit 793e85d3ba3790f9ece0d8b30e53a188adad429a
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Wed Aug 25 09:24:33 2010 -0400

    Update to 0.13

 .gitignore  |    1 +
 Cython.spec |    8 +++++---
 sources     |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a272a6..f6f4403 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Cython-0.12.1.tar.gz
+/Cython-0.13.tar.gz
diff --git a/Cython.spec b/Cython.spec
index df8965b..6ff5a4b 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -3,10 +3,9 @@
 
 
 Name:		Cython
-Version:	0.12.1
-#Version:	0.13
+Version:	0.13
 #Release:	1.rc1%{?dist}
-Release:	5%{?dist}
+Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
 
 ##%define upstreamversion %{version}.rc1
@@ -65,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 25 2010 Neal Becker <ndbecker2 at gmail.com> - 0.13-1
+- Update to 0.13
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.12.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index c737eb4..350ebe7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf9f98e982258f8516620277975016f3  Cython-0.12.1.tar.gz
+ed2ec5e0df60a6b8e500bedf93bb1feb  Cython-0.13.tar.gz


More information about the scm-commits mailing list