update to 0.11
This commit is contained in:
parent
41a21e6a56
commit
1415f19344
10
Cython.spec
10
Cython.spec
@ -3,8 +3,8 @@
|
||||
|
||||
|
||||
Name: Cython
|
||||
Version: 0.10.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: A language for writing Python extension modules
|
||||
|
||||
Group: Development/Tools
|
||||
@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
%{__python} runtests.py
|
||||
%{__python} runtests.py -x numpy
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 14 2009 Neal Becker <ndbecker2@gmail.com> - 0.11-1
|
||||
- Update to 0.11
|
||||
- Exclude numpy from tests so we don't have to BR it
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user