diff --git a/.gitignore b/.gitignore index fe8aaa9..1b174fc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Cython-0.12.1.tar.gz /Cython-0.13.tar.gz /Cython-0.14.tar.gz /Cython-0.14.1.tar.gz +/Cython-0.15.tar.gz diff --git a/Cython.spec b/Cython.spec index 415bbed..8b3a095 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,7 +3,7 @@ Name: Cython -Version: 0.14.1 +Version: 0.15 #Release: 1.beta2%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 6 2011 Neal Becker - 0.15-1 +- Update to 0.15 + * Sat Feb 5 2011 Neal Becker - 0.14.1-1 - Update to 0.14.1 diff --git a/sources b/sources index ef0100f..d711a8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6341bf3b2c49a39b8046219f6696f5c4 Cython-0.14.1.tar.gz +794b93c4c1c4cc031f90302cacd834ca Cython-0.15.tar.gz