diff --git a/.gitignore b/.gitignore index f6f4403..ec5fd55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Cython-0.12.1.tar.gz /Cython-0.13.tar.gz +/Cython-0.14.tar.gz diff --git a/Cython.spec b/Cython.spec index 6ff5a4b..89c0015 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,12 +3,12 @@ Name: Cython -Version: 0.13 -#Release: 1.rc1%{?dist} +Version: 0.14 +#Release: 1.beta2%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules -##%define upstreamversion %{version}.rc1 +#%define upstreamversion %{version}.beta2 %define upstreamversion %{version} Group: Development/Tools @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 15 2010 Neal Becker - 0.14-1 +- Update to 0.14 + * Wed Aug 25 2010 Neal Becker - 0.13-1 - Update to 0.13 diff --git a/sources b/sources index 350ebe7..675dae5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed2ec5e0df60a6b8e500bedf93bb1feb Cython-0.13.tar.gz +27fa072e8282431864543e008fd9a19b Cython-0.14.tar.gz