diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 6902074..605ee0d 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -10,8 +10,8 @@ %bcond_without qt4 %endif -# No WX for EL8/ELN/EL9 -%if 0%{?rhel} >= 8 +# No WX for EL8 +%if 0%{?rhel} == 8 %bcond_with wx %else %bcond_without wx @@ -49,7 +49,7 @@ Name: python-matplotlib Version: 3.4.3 %global Version 3.4.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python 2D plotting library # qt4_editor backend is MIT # ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is Public Domain @@ -470,6 +470,9 @@ PYTHONDONTWRITEBYTECODE=1 \ %changelog +* Sun Jul 16 2023 Orion Poplawski - 3.4.3-4 +- Re-enable wx support (bz#2211203) + * Sat Apr 15 2023 Carl George - 3.4.3-3 - Fix compatibility with Pillow 9.1