Hello community,

here is the log from the commit of package python-Pillow for openSUSE:Factory 
checked in at 2019-06-18 14:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pillow (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pillow.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pillow"

Tue Jun 18 14:48:11 2019 rev:35 rq:708871 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes      
2019-04-09 20:17:37.809730164 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pillow.new.4811/python-Pillow.changes    
2019-06-18 14:48:13.161701733 +0200
@@ -1,0 +2,11 @@
+Sun Jun  9 22:06:09 CEST 2019 - Matej Cepl <[email protected]>
+
+- Fix if/else for arch check (skip some tests on some
+  architectures).
+
+-------------------------------------------------------------------
+Sun Jun  9 17:24:47 UTC 2019 - Oliver Kurz <[email protected]>
+
+- Fix if/else for arch checkcheck
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Pillow.spec ++++++
--- /var/tmp/diff_new_pack.pVzbk5/_old  2019-06-18 14:48:14.141701527 +0200
+++ /var/tmp/diff_new_pack.pVzbk5/_new  2019-06-18 14:48:14.145701526 +0200
@@ -108,7 +108,7 @@
 
 %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  || \


Reply via email to