diff --git a/python-matplotlib.changes b/python-matplotlib.changes index f1ab6d2..3ec2afa 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 07:54:34 UTC 2019 - Fabian Vogt + +- Disable Qt4 on Leap 15.2+ + ------------------------------------------------------------------- Sat Jul 6 21:17:49 UTC 2019 - Arun Persaud diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 75b3e82..a284b5e 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -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