From 7004e96ef348d680d319e392f01f1560e352963bb78add3b5525b74aefc17bc3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 8 Aug 2013 11:20:41 +0000 Subject: [PATCH] Accepting request 186373 from home:k0da:ppc - run tests we optflags. Stuff got compiled in %check again. OBS-URL: https://build.opensuse.org/request/show/186373 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=13 --- python-greenlet.changes | 5 +++++ python-greenlet.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)