Update to 0.12.1
This commit is contained in:
parent
694ec03c35
commit
d35b4f6573
@ -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
|
||||||
#Release: 1.rc1%{?dist}
|
#Version: 0.13
|
||||||
Release: 1%{?dist}
|
Release: 1.rc1%{?dist}
|
||||||
|
#Release: 1%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user