1
0

Accepting request 738242 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/738242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:05:36 +00:00 committed by Git OBS Bridge
commit cba997f137
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 07:54:34 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Disable Qt4 on Leap 15.2+
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 6 21:17:49 UTC 2019 - Arun Persaud <arun@gmx.de> Sat Jul 6 21:17:49 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -19,8 +19,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python %define oldpython python
%define skip_python2 1 %define skip_python2 1
# No Qt4 plugin on > Leap 15 # No Qt4 plugin on > Leap 15.1
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
%bcond_with qt4 %bcond_with qt4
%else %else
%bcond_without qt4 %bcond_without qt4