forked from pool/python-matplotlib
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 45249367fe | |||
| 53d8b05363 |
@@ -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>
|
Thu Feb 26 11:39:37 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ ExclusiveArch: x86_64 aarch64
|
|||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
|
|
||||||
# Qt support through PyQt6 is in Leap16 but not SLFO
|
# 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
|
%bcond_with qt
|
||||||
%else
|
%else
|
||||||
%bcond_without qt
|
%bcond_without qt
|
||||||
|
|||||||
Reference in New Issue
Block a user