[Cython] update to 0.14.1

Neal Becker nbecker at fedoraproject.org
Sat Feb 5 16:52:26 UTC 2011


commit 4f6f0058cf851a9588984f7b55576b114915a65d
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Sat Feb 5 11:52:23 2011 -0500

    update to 0.14.1

 .gitignore  |    1 +
 Cython.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec5fd55..fe8aaa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Cython-0.12.1.tar.gz
 /Cython-0.13.tar.gz
 /Cython-0.14.tar.gz
+/Cython-0.14.1.tar.gz
diff --git a/Cython.spec b/Cython.spec
index 7f0cf7c..415bbed 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -3,9 +3,9 @@
 
 
 Name:		Cython
-Version:	0.14
+Version:	0.14.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
+* Sat Feb  5 2011 Neal Becker <ndbecker2 at gmail.com> - 0.14.1-1
+- Update to 0.14.1
+
 * Wed Dec 15 2010 Neal Becker <ndbecker2 at gmail.com> - 0.14-2
 - Add cygdb
 
diff --git a/sources b/sources
index 675dae5..ef0100f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27fa072e8282431864543e008fd9a19b  Cython-0.14.tar.gz
+6341bf3b2c49a39b8046219f6696f5c4  Cython-0.14.1.tar.gz


More information about the scm-commits mailing list