From d35b4f65730e1cc1041f9f5b61a91d436cc7962a Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Feb 02 2010 11:45:38 +0000 Subject: Update to 0.12.1 --- 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..208ad86 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,18 +3,19 @@ Name: Cython -Version: 0.12 -#Release: 1.rc1%{?dist} -Release: 1%{?dist} +Version: 0.12.1 +#Version: 0.13 +Release: 1.rc1%{?dist} +#Release: 1%{?dist} Summary: A language for writing Python extension modules -#%define upstreamversion %{version}.rc1 -%define upstreamversion %{version} +#%define upstreamversion %{version} +%define upstreamversion %{version}.rc1 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 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