[Cython] update to 0.17.1

Neal Becker nbecker at fedoraproject.org
Wed Sep 26 18:10:13 UTC 2012


commit 80662154572689a9dd8c1f3108148b1f84d081dd
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Wed Sep 26 14:10:11 2012 -0400

    update to 0.17.1

 .gitignore  |    1 +
 Cython.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aeefa69..02cff6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Cython-0.12.1.tar.gz
 /Cython-0.16.tar.gz
 /Cython-0.17b3.tar.gz
 /Cython-0.17.tar.gz
+/Cython-0.17.1.tar.gz
diff --git a/Cython.spec b/Cython.spec
index e1feda4..2445848 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -4,7 +4,7 @@
 %define run_check 0%{!?_without_check:1}
 
 Name:		Cython
-Version:	0.17
+Version:	0.17.1
 ##Release:	4.b3%{?dist}
 Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 26 2012 Neal Becker <ndbecker2 at gmail.com> - 0.17.1-1
+- Update to 0.17.1
+
 * Mon Sep  3 2012 Neal Becker <ndbecker2 at gmail.com> - 0.17-1
 - Update to 0.17
 
diff --git a/sources b/sources
index 2cfdbff..31a3605 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6b669956b25babf7dd86db0a98539e4  Cython-0.17.tar.gz
+f0bd2494dbe080a1185b61fa358135f2  Cython-0.17.1.tar.gz


More information about the scm-commits mailing list