diff --git a/Cython-0.15.1.tar.gz b/Cython-0.15.1.tar.gz new file mode 100644 index 0000000..b62fade --- /dev/null +++ b/Cython-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248123f2f02f2701a28d9452132ac835533b396a273cda9d361cb65c26067edc +size 1796536 diff --git a/Cython-0.15.tar.gz b/Cython-0.15.tar.gz deleted file mode 100644 index e7c02bc..0000000 --- a/Cython-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:059775c832014d5e2550e0293fd1bfdc9330ebc98b844a86d4ae6251fde8fee7 -size 1543419 diff --git a/python-Cython.changes b/python-Cython.changes index 3168224..7a32626 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -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 diff --git a/python-Cython.spec b/python-Cython.spec index 78f199a..3fd1c20 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -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