diff --git a/python-greenlet.changes b/python-greenlet.changes index 3f41df5..31b27ac 100644 --- a/python-greenlet.changes +++ b/python-greenlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 8 10:54:47 UTC 2013 - dvaleev@suse.com + +- run tests we optflags. Stuff got compiled in %check again. + ------------------------------------------------------------------- Tue Aug 6 12:34:48 UTC 2013 - speilicke@suse.com diff --git a/python-greenlet.spec b/python-greenlet.spec index 2e4629d..33f073c 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -63,7 +63,7 @@ cd doc && make html python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -python setup.py test +CFLAGS="%{optflags}" python setup.py test %files %defattr(-,root,root)