diff --git a/.cvsignore b/.cvsignore index ec1e8bb..8a272a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.12.tar.gz +Cython-0.12.1.tar.gz diff --git a/Cython.spec b/Cython.spec index 4dcece3..fb59e6e 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,18 +3,19 @@ Name: Cython -Version: 0.12 +Version: 0.12.1 +#Version: 0.13 #Release: 1.rc1%{?dist} -Release: 1%{?dist} +Release: 3%{?dist} Summary: A language for writing Python extension modules -#%define upstreamversion %{version}.rc1 +##%define upstreamversion %{version}.rc1 %define upstreamversion %{version} Group: Development/Tools License: Python URL: http://www.cython.org -Source0: http://www.cython.org/Cython-%{upstreamversion}.tar.gz +Source: http://www.cython.org/Cython-%{upstreamversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools @@ -64,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 2 2010 Neal Becker - 0.12.1-2 +- typo +- stupid rpm comments + * Mon Nov 23 2009 Neal Becker - 0.12-1.rc1 - Make that 0.12 diff --git a/sources b/sources index d726410..c737eb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2302bb8cd9defddf899e3c6840436d37 Cython-0.12.tar.gz +cf9f98e982258f8516620277975016f3 Cython-0.12.1.tar.gz