Hello community,
here is the log from the commit of package python3-matplotlib for
openSUSE:Factory checked in at 2016-03-17 16:35:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-matplotlib (Old)
and /work/SRC/openSUSE:Factory/.python3-matplotlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-matplotlib"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-matplotlib/python3-matplotlib.changes
2016-01-11 19:12:13.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-matplotlib.new/python3-matplotlib.changes
2016-03-17 16:48:22.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 15:39:04 UTC 2016 - [email protected]
+
+- Disable python3-Pillow buildrequires on ppc64
+ Pillow doesn't currently work on big-endian architectures
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.Ncxbuh/_old 2016-03-17 16:48:24.000000000 +0100
+++ /var/tmp/diff_new_pack.Ncxbuh/_new 2016-03-17 16:48:24.000000000 +0100
@@ -37,7 +37,6 @@
BuildRequires: python3
BuildRequires: python3-CXX-devel >= 6.2.4
BuildRequires: python3-Cycler
-BuildRequires: python3-Pillow
BuildRequires: python3-dateutil >= 1.1
BuildRequires: python3-devel
BuildRequires: python3-numpy-devel >= 1.6
@@ -46,6 +45,10 @@
BuildRequires: python3-setuptools
BuildRequires: python3-six >= 1.3
BuildRequires: qhull-devel >= 2003.1
+# Pillow doesn't currently work on big-endian architectures
+%ifnarch ppc64
+BuildRequires: python3-Pillow
+%endif
# needed for testing -- Not doing tests because they take too long
# BuildRequires: inkscape
# BuildRequires: python3-mock