From 6fd8c7e05ff4d1df479abbfa4e31d916a9466d0c48200de9c59528dae7296dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 14 Oct 2019 10:21:08 +0000 Subject: [PATCH] Accepting request 738194 from home:Vogtinator:branches:devel:languages:python:numeric - Disable Qt4 on Leap 15.2+ OBS-URL: https://build.opensuse.org/request/show/738194 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=19 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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