From b771d963e1dfd7ec0de4588bccaa09e4fe67ba7281cd0db20519337d021b138e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 26 Apr 2020 19:29:31 +0000 Subject: [PATCH] Accepting request 797889 from home:Andreas_Schwab:Factory - Disable TestF{77,90}ReturnCharacter on big-endian architectures (#11831) OBS-URL: https://build.opensuse.org/request/show/797889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=57 --- python-numpy.changes | 5 +++++ python-numpy.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-numpy.changes b/python-numpy.changes index 92d8255..d954928 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 26 13:04:17 UTC 2020 - Andreas Schwab + +- Disable TestF{77,90}ReturnCharacter on big-endian architectures (#11831) + ------------------------------------------------------------------- Fri Apr 24 15:44:55 UTC 2020 - Arun Persaud diff --git a/python-numpy.spec b/python-numpy.spec index bb59d41..690b7bd 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -158,7 +158,8 @@ This package contains files for developing applications using numpy. %patch0 -p1 %patch1 -p1 %patch3 -p1 -%ifarch s390x +%ifarch s390x ppc ppc64 +# TestF{77,90}ReturnCharacter are broken on all big-endian architectures (#11831) %patch4 -p1 %endif # Fix non-executable scripts