Update to 0.10
This commit is contained in:
parent
f463c353ee
commit
d7d36ce9c6
2 changed files with 10 additions and 3 deletions
11
Cython.spec
11
Cython.spec
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
|
||||
Name: Cython
|
||||
Version: 0.9.8
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10
|
||||
Release: 3%{?dist}
|
||||
Summary: A language for writing Python extension modules
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -51,6 +51,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%{_bindir}/cython
|
||||
%{python_sitearch}/Cython
|
||||
%{python_sitearch}/pyximport
|
||||
%if 0%{?fedora} >= 9
|
||||
%{python_sitearch}/Cython*egg-info
|
||||
%endif
|
||||
|
|
@ -58,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-3
|
||||
- Fix typo
|
||||
|
||||
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-1
|
||||
- Update to 0.10
|
||||
|
||||
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-2
|
||||
- Install into python_sitearch
|
||||
- Add %%check
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
dac0f6c217437819f620da18a97d505f Cython-0.9.8.tar.gz
|
||||
343558180f62823a70d10a0129622947 Cython-0.10.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue