From 6f3979a781afe56e97347088e66809aca2a50d39d224d42efc21f89aded3668c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 9 Jun 2019 16:55:53 +0000 Subject: [PATCH 1/3] Accepting request 708816 from home:okurz:branches:devel:languages:python Fix if/else for arch check OBS-URL: https://build.opensuse.org/request/show/708816 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=83 --- python-Pillow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-Pillow.spec b/python-Pillow.spec index f6479a8..dfcfcd9 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -108,7 +108,7 @@ Python Imaging Library by Fredrik Lundh and Contributors. %check %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -%ifarch ppc ppc64 s390 s390x +%if %_arch == s390x || %_arch == s390x || %_arch == ppc || %_arch == ppc64 $python selftest.py --installed || \ echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" $python setup.py test || \ From e28efd3b6b052a1f4c90dd38bfc1bf7bd127a9e6d1ce043c4038f5ee7b58ed91 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 9 Jun 2019 20:07:24 +0000 Subject: [PATCH 2/3] - Fix if/else for arch check (skip some tests on some architectures). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=84 --- python-Pillow.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-Pillow.changes b/python-Pillow.changes index b03e012..6955d4f 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 9 22:06:09 CEST 2019 - Matej Cepl + +- Fix if/else for arch check (skip some tests on some + architectures). + ------------------------------------------------------------------- Fri Apr 5 10:47:55 UTC 2019 - Tomáš Chvátal From 88923e43e2577cd05f3e80590c3b269f19e9046077df42e3d6197b49874d584c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 9 Jun 2019 20:08:04 +0000 Subject: [PATCH 3/3] Accepting request 708861 from home:okurz:branches:devel:languages:python - Fix if/else for arch checkcheck OBS-URL: https://build.opensuse.org/request/show/708861 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=85 --- python-Pillow.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-Pillow.changes b/python-Pillow.changes index 6955d4f..a91b168 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -4,6 +4,11 @@ Sun Jun 9 22:06:09 CEST 2019 - Matej Cepl - Fix if/else for arch check (skip some tests on some architectures). +------------------------------------------------------------------- +Sun Jun 9 17:24:47 UTC 2019 - Oliver Kurz + +- Fix if/else for arch checkcheck + ------------------------------------------------------------------- Fri Apr 5 10:47:55 UTC 2019 - Tomáš Chvátal