Sascha Peilicke 2011-09-21 12:36:31 +00:00 committed by Git OBS Bridge
parent f1770ec712
commit e977c66557
4 changed files with 15 additions and 5 deletions

3
Cython-0.15.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:248123f2f02f2701a28d9452132ac835533b396a273cda9d361cb65c26067edc
size 1796536

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:059775c832014d5e2550e0293fd1bfdc9330ebc98b844a86d4ae6251fde8fee7
size 1543419

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 21 12:34:19 UTC 2011 - saschpe@suse.de
- Update to version 0.15.1:
* Please see http://wiki.cython.org/ReleaseNotes-0.15.1
-------------------------------------------------------------------
Tue Sep 6 13:25:54 UTC 2011 - saschpe@suse.de

View File

@ -18,8 +18,8 @@
Name: python-Cython
Version: 0.15
Release: 1
Version: 0.15.1
Release: 0
Url: http://www.cython.org
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0
@ -60,6 +60,10 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Disabled testsuite as it takes a long time:
#%%check
#python runtests.py
%files
%defattr(-,root,root,-)
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos