update to 0.12.1
This commit is contained in:
parent
167cfaf9cf
commit
3a161fff4e
@ -1 +1 @@
|
|||||||
Cython-0.12.tar.gz
|
Cython-0.12.1.tar.gz
|
||||||
|
13
Cython.spec
13
Cython.spec
@ -3,18 +3,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.12
|
Version: 0.12.1
|
||||||
|
#Version: 0.13
|
||||||
#Release: 1.rc1%{?dist}
|
#Release: 1.rc1%{?dist}
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
#%define upstreamversion %{version}.rc1
|
##%define upstreamversion %{version}.rc1
|
||||||
%define upstreamversion %{version}
|
%define upstreamversion %{version}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Python
|
License: Python
|
||||||
URL: http://www.cython.org
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: python-devel python-setuptools
|
BuildRequires: python-devel python-setuptools
|
||||||
@ -64,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 2 2010 Neal Becker <ndbecker2@gmail.com> - 0.12.1-2
|
||||||
|
- typo
|
||||||
|
- stupid rpm comments
|
||||||
|
|
||||||
* Mon Nov 23 2009 Neal Becker <ndbecker2@gmail.com> - 0.12-1.rc1
|
* Mon Nov 23 2009 Neal Becker <ndbecker2@gmail.com> - 0.12-1.rc1
|
||||||
- Make that 0.12
|
- Make that 0.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user