update to 0.11.3

This commit is contained in:
Neal Becker 2009-09-27 14:16:34 +00:00
commit cdcc3a4937
3 changed files with 16 additions and 5 deletions

View file

@ -1 +1 @@
Cython-0.11.2.tar.gz
Cython-0.11.3.tar.gz

View file

@ -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 <ndbecker2@gmail.com> - 0.11.3-1.rc1
- Update to 0.11.3rc1
- Update to 0.11.3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed May 20 2009 Neal Becker <ndbecker2@gmail.com> - 0.11.2-1
- Update to 0.11.2

View file

@ -1 +1 @@
31a79d5c7365e1d18ff7be48d6c1026b Cython-0.11.2.tar.gz
470d1f928886f4e59463d7ead5d5e300 Cython-0.11.3.tar.gz