diff --git a/.gitignore b/.gitignore index 1b174fc..a469f8b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Cython-0.12.1.tar.gz /Cython-0.14.tar.gz /Cython-0.14.1.tar.gz /Cython-0.15.tar.gz +/Cython-0.15.1.tar.gz diff --git a/Cython.spec b/Cython.spec index d279b14..0edd25d 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,9 +3,9 @@ Name: Cython -Version: 0.15 +Version: 0.15.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 +* Tue Sep 20 2011 Neal Becker - 0.15.1-1 +- Update to 0.15.1 + * Sat Aug 6 2011 Neal Becker - 0.15-1 - Update to 0.15 diff --git a/sources b/sources index d711a8e..0b81302 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -794b93c4c1c4cc031f90302cacd834ca Cython-0.15.tar.gz +171021b3845c9ca8bd6d8185b3cde664 Cython-0.15.1.tar.gz