merge
This commit is contained in:
commit
4fd9452351
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,4 +14,5 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.19.tar.gz
|
/Cython-0.19.tar.gz
|
||||||
/Cython-0.19.2.tar.gz
|
/Cython-0.19.2.tar.gz
|
||||||
/Cython-0.20.tar.gz
|
/Cython-0.20.tar.gz
|
||||||
|
/Cython-0.20.1.tar.gz
|
||||||
/Cython-0.21.tar.gz
|
/Cython-0.21.tar.gz
|
||||||
|
20
Cython.spec
20
Cython.spec
@ -13,7 +13,7 @@
|
|||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.21
|
Version: 0.21
|
||||||
##Release: 4.b3%{?dist}
|
##Release: 4.b3%{?dist}
|
||||||
Release: 1%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
%define upstreamversion %{version}
|
%define upstreamversion %{version}
|
||||||
@ -22,7 +22,7 @@ Summary: A language for writing Python extension modules
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Python
|
License: Python
|
||||||
URL: http://www.cython.org
|
URL: http://www.cython.org
|
||||||
Source: http://www.cython.org/Cython-%{upstreamversion}.tar.gz
|
Source: http://www.cython.org/release/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
|
||||||
@ -117,7 +117,6 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/cython
|
%{_bindir}/cython
|
||||||
%{_bindir}/cygdb
|
%{_bindir}/cygdb
|
||||||
%{python_sitearch}/Cython
|
%{python_sitearch}/Cython
|
||||||
@ -143,6 +142,21 @@ popd
|
|||||||
* Mon Sep 15 2014 nbecker <ndbecker2@gmail.com> - 0.21-1
|
* Mon Sep 15 2014 nbecker <ndbecker2@gmail.com> - 0.21-1
|
||||||
- Update to 0.21
|
- Update to 0.21
|
||||||
|
|
||||||
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 28 2014 Thomas Spura <tomspur@fedoraproject.org> - 0.20.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
||||||
|
|
||||||
|
* Fri May 9 2014 Orion Poplawski <orion@cora.nwra.com> - 0.20.1-2
|
||||||
|
- Rebuild for Python 3.4
|
||||||
|
|
||||||
|
* Fri May 9 2014 Orion Poplawski <orion@cora.nwra.com> - 0.20.1-1
|
||||||
|
- Update to 0.20.1
|
||||||
|
|
||||||
* Mon Jan 20 2014 nbecker <ndbecker2@gmail.com> - 0.20-1
|
* Mon Jan 20 2014 nbecker <ndbecker2@gmail.com> - 0.20-1
|
||||||
- Update to 0.20
|
- Update to 0.20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user