From cdcc3a4937ed6cdf34d7d8e545a451e0ac2bc65f Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sun, 27 Sep 2009 14:16:34 +0000 Subject: [PATCH] update to 0.11.3 --- .cvsignore | 2 +- Cython.spec | 17 ++++++++++++++--- sources | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7226c54..d083d41 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.11.2.tar.gz +Cython-0.11.3.tar.gz diff --git a/Cython.spec b/Cython.spec index c54da6f..5e8f7ab 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,14 +3,18 @@ Name: Cython -Version: 0.11.2 +Version: 0.11.3 +#Release: 1.rc1%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules +#%define upstreamversion %{version}.rc1 +%define upstreamversion %{version} + Group: Development/Tools License: Python URL: http://www.cython.org -Source0: http://www.cython.org/Cython-%{version}.tar.gz +Source0: http://www.cython.org/Cython-%{upstreamversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools @@ -29,7 +33,7 @@ For more info, see: %prep -%setup -q -n Cython-%{version} +%setup -q -n %{name}-%{upstreamversion} %build @@ -60,6 +64,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 27 2009 Neal Becker - 0.11.3-1.rc1 +- Update to 0.11.3rc1 +- Update to 0.11.3 + +* Fri Jul 24 2009 Fedora Release Engineering - 0.11.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed May 20 2009 Neal Becker - 0.11.2-1 - Update to 0.11.2 diff --git a/sources b/sources index 2db6318..3204f7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31a79d5c7365e1d18ff7be48d6c1026b Cython-0.11.2.tar.gz +470d1f928886f4e59463d7ead5d5e300 Cython-0.11.3.tar.gz