Hello community,
here is the log from the commit of package python-matplotlib for
openSUSE:Factory checked in at 2019-11-04 17:05:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
and /work/SRC/openSUSE:Factory/.python-matplotlib.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib"
Mon Nov 4 17:05:36 2019 rev:73 rq:738242 version:3.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes
2019-07-30 13:00:21.834448452 +0200
+++
/work/SRC/openSUSE:Factory/.python-matplotlib.new.2990/python-matplotlib.changes
2019-11-04 17:05:37.744211301 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 07:54:34 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Disable Qt4 on Leap 15.2+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.CwvsSk/_old 2019-11-04 17:05:39.032212677 +0100
+++ /var/tmp/diff_new_pack.CwvsSk/_new 2019-11-04 17:05:39.036212681 +0100
@@ -19,8 +19,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%define skip_python2 1
-# No Qt4 plugin on > Leap 15
-%if 0%{?suse_version} > 1500
+# No Qt4 plugin on > Leap 15.1
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
%bcond_with qt4
%else
%bcond_without qt4