From ddba47081dad2afb4b6d409ffe3b3f126ab7ef3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 14 Nov 2015 19:01:14 -0500 Subject: [PATCH] Revert "Discard results of testsuite on %%{arm} for now" This reverts commit 710e508b379baaaeda7d5bf0bf5c0c93e33fcef2. --- scipy.spec | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/scipy.spec b/scipy.spec index 3cc1de3..6eb049d 100644 --- a/scipy.spec +++ b/scipy.spec @@ -11,7 +11,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 0.16.1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Libraries # BSD -- whole package except: @@ -140,23 +140,13 @@ env CFLAGS="$RPM_OPT_FLAGS" \ mkdir test3 cd test3 PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} \ - %__python3 -c "import scipy; scipy.test('full', verbose=2)" \ -%ifnarch %{arm} - ; -%else # narch %{arm} - || : -%endif # narch %{arm} + %__python3 -c "import scipy; scipy.test('full', verbose=2)" %endif # with_python3 mkdir test2 cd test2 PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} \ - %__python2 -c "import scipy; scipy.test('full', verbose=2)" \ -%ifnarch %{arm} - ; -%else # narch %{arm} - || : -%endif # narch %{arm} + %__python2 -c "import scipy; scipy.test('full', verbose=2)" %files -n python2-scipy @@ -173,6 +163,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} \ %endif # with_python3 %changelog +* Sun Nov 15 2015 Björn Esser - 0.16.1-5 +- Revert "Discard results of testsuite on %%{arm} for now" + * Sat Nov 14 2015 Björn Esser - 0.16.1-4 - Discard results of testsuite on %%{arm} for now Segfaults on non-aligned memory test (expected for arm)