diff --git a/python-Cython.changes b/python-Cython.changes index dd178aa..519299c 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 2 11:03:40 UTC 2011 - saschpe@suse.de + +- Fixed a typo +- Removed testsuite again, fixes SLE build + ------------------------------------------------------------------- Fri Sep 2 09:50:25 UTC 2011 - saschpe@suse.de diff --git a/python-Cython.spec b/python-Cython.spec index d6dbeda..c841d08 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -33,7 +33,7 @@ BuildRequires: python-devel %description The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the -well-known Pyrex_, but supports more cutting edge functionality and +well-known Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is very close to the Python language (and most Python @@ -56,9 +56,6 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%check -python setup.py check - %files %defattr(-,root,root,-) %doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos