Accepting request 1336268 from devel:languages:python:numeric

- Update the bcond_with qt %suse_version check for future Leap 16
  releases.

OBS-URL: https://build.opensuse.org/request/show/1336268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=128
This commit is contained in:
2026-03-05 16:14:07 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 4 06:44:16 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Update the bcond_with qt %suse_version check for future Leap 16
releases.
-------------------------------------------------------------------
Thu Feb 26 11:39:37 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -29,7 +29,7 @@ ExclusiveArch: x86_64 aarch64
%bcond_with ringdisabled
# Qt support through PyQt6 is in Leap16 but not SLFO
%if 0%{?suse_version} == 1600 && !0%{?is_opensuse}
%if 0%{?suse_version} >= 1600 && 0%{?suse_version} < 1699 && !0%{?is_opensuse}
%bcond_with qt
%else
%bcond_without qt