From 793e85d3ba3790f9ece0d8b30e53a188adad429a Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Aug 25 2010 13:24:33 +0000 Subject: Update to 0.13 --- 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 - 0.13-1 +- Update to 0.13 + * Wed Jul 21 2010 David Malcolm - 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