Hello community, here is the log from the commit of package python-matplotlib for openSUSE:Factory checked in at 2019-02-27 21:12:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old) and /work/SRC/openSUSE:Factory/.python-matplotlib.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib" Wed Feb 27 21:12:13 2019 rev:69 rq:679805 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes 2018-11-26 10:29:50.209061015 +0100 +++ /work/SRC/openSUSE:Factory/.python-matplotlib.new.28833/python-matplotlib.changes 2019-02-27 21:12:15.467189927 +0100 @@ -1,0 +2,5 @@ +Wed Feb 27 13:01:27 UTC 2019 - Fabian Vogt <[email protected]> + +- Disable Qt4 support on Tumbleweed by default + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-matplotlib.spec ++++++ --- /var/tmp/diff_new_pack.zi6frv/_old 2019-02-27 21:12:16.183189783 +0100 +++ /var/tmp/diff_new_pack.zi6frv/_new 2019-02-27 21:12:16.187189782 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-matplotlib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,6 +20,13 @@ # The tests also pull in dependencies of all backends done in pure python %bcond_with tests +# No Qt4 plugin on > Leap 15 +%if 0%{?suse_version} > 1500 +%bcond_with qt4 +%else +%bcond_without qt4 +%endif + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python %define skip_python2 1 @@ -79,8 +86,10 @@ # GTK3 dependencies BuildRequires: %{python_module gobject} BuildRequires: pkgconfig(gtk+-3.0) +%if %{with qt4} # Qt4 dependencies BuildRequires: %{python_module qt4} +%endif # Qt5 dependencies BuildRequires: %{python_module qt5} # Wx dependencies @@ -362,6 +371,7 @@ %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_qt5agg.*.py* %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/qt_compat.*.py* +%if %{with qt4} %files %{python_files qt4} %license LICENSE/ %license doc/users/license.rst @@ -369,6 +379,7 @@ %{python_sitearch}/matplotlib/backends/backend_qt4agg.py* %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_qt4.*.py* %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_qt4agg.*.py* +%endif %files %{python_files qt5} %license LICENSE/
