Hello community,

here is the log from the commit of package python3-matplotlib for 
openSUSE:Factory checked in at 2015-06-30 10:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2015-02-18 12:09:28.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-matplotlib.new/python3-matplotlib.changes   
    2015-06-30 10:19:47.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jun 29 14:29:00 UTC 2015 - [email protected]
+
+- Disable qt5 on ppc
+
+-------------------------------------------------------------------
+Mon Jun 29 13:07:32 UTC 2015 - [email protected]
+
+- Disable qt5 and tk on SLE 12
+- Don't require texlive-sfmath on SLE 12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.8RYcpV/_old  2015-06-30 10:19:48.000000000 +0200
+++ /var/tmp/diff_new_pack.8RYcpV/_new  2015-06-30 10:19:48.000000000 +0200
@@ -36,6 +36,7 @@
 BuildRequires:  libxml2-tools
 BuildRequires:  pkg-config
 BuildRequires:  poppler-tools
+BuildRequires:  python3
 BuildRequires:  python3-CXX-devel >= 6.2.4
 BuildRequires:  python3-Pillow
 BuildRequires:  python3-dateutil >= 1.1
@@ -62,17 +63,21 @@
 # latex dependencies
 BuildRequires:  texlive-dvipng
 BuildRequires:  texlive-latex
-BuildRequires:  texlive-sfmath
 BuildRequires:  texlive-tex
+%if 0%{?suse_version} != 1315
+BuildRequires:  texlive-sfmath
+%endif
 # Qt4 dependencies
 # BuildRequires:  python3-pyside
 BuildRequires:  python3-qt4
 BuildRequires:  python3-qt4-devel
 # Qt5 dependencies
-%if 0%{?suse_version} > 1310
+%ifnarch ppc64 ppc64le
+%if 0%{?suse_version} > 1315
 BuildRequires:  python3-qt5
 BuildRequires:  python3-qt5-devel
 %endif
+%endif
 # tk dependencies
 BuildRequires:  python3-tk
 BuildRequires:  tcl
@@ -146,8 +151,10 @@
 Requires:       %{name} = %{version}
 Requires:       texlive-dvipng
 Requires:       texlive-latex
-Requires:       texlive-sfmath
 Requires:       texlive-tex
+%if 0%{?suse_version} != 1315
+Requires:       texlive-sfmath
+%endif
 
 %description latex
 This package allows %{name} to display latex in plots
@@ -337,7 +344,8 @@
 %{python3_sitearch}/matplotlib/backends/backend_qt4.*
 %{python3_sitearch}/matplotlib/backends/backend_qt4agg.*
 
-%if 0%{?suse_version} > 1310
+%ifnarch ppc64 ppc64le
+%if 0%{?suse_version} > 1315
 %files qt5
 %defattr(-,root,root,-)
 # IMPORTANT: the qt4 backend makes use of the qt5 backend, 
@@ -347,12 +355,15 @@
 # python-qt5 dependency.
 %doc README.rst
 %endif
+%endif
 
+%if 0%{?suse_version} != 1315
 %files tk
 %defattr(-,root,root,-)
 %{python3_sitearch}/matplotlib/backends/backend_tkagg.*
 %{python3_sitearch}/matplotlib/backends/tkagg.*
 # %{python3_sitearch}/matplotlib/backends/_tkagg.so
+%endif
 
 %files web
 %defattr(-,root,root,-)

++++++ matplotlib-setup.cfg ++++++
--- /var/tmp/diff_new_pack.8RYcpV/_old  2015-06-30 10:19:48.000000000 +0200
+++ /var/tmp/diff_new_pack.8RYcpV/_new  2015-06-30 10:19:48.000000000 +0200
@@ -76,7 +76,7 @@
 gtkagg = Auto
 pyside = Auto
 qt4agg = Auto
-tkagg = True
+tkagg = Auto
 wxagg = Auto
 macosx = False
 windowing = False


Reply via email to