From 831ec4cba0bad674561410b466641bed8254c8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 3 Jul 2019 11:55:18 +0200 Subject: [PATCH] Update Obsoletes to be later than the last python2 builds --- python-matplotlib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 98cdd3b..6a6b7ef 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -44,7 +44,7 @@ Name: python-matplotlib Version: 3.0.3 -Release: 1%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{?dist} Summary: Python 2D plotting library # qt4_editor backend is MIT License: Python and MIT @@ -101,7 +101,7 @@ BuildArch: noarch %if %{with_bundled_fonts} Requires: python3-matplotlib-data-fonts = %{version}-%{release} %endif -Obsoletes: python-matplotlib-data < 2.2.3-2 +Obsoletes: python-matplotlib-data < 3 %{?python_provide:%python_provide python3-matplotlib-data} %description -n python3-matplotlib-data @@ -115,7 +115,7 @@ Summary: Fonts used by python-matplotlib License: OFL and Bitstream Vera and Public Domain BuildArch: noarch Requires: python3-matplotlib-data = %{version}-%{release} -Obsoletes: python-matplotlib-data-fonts < 2.2.3-2 +Obsoletes: python-matplotlib-data-fonts < 3 %{?python_provide:%python_provide python3-matplotlib-data-fonts} %description -n python3-matplotlib-data-fonts @@ -449,6 +449,9 @@ PYTHONDONTWRITEBYTECODE=1 \ %changelog +* Wed Jul 3 2019 Zbigniew Jędrzejewski-Szmek - 3.0.3-2 +- Update Obsoletes to be later than the last python2 builds (#1726490) + * Sat Mar 02 2019 Elliott Sales de Andrade - 3.0.3-1 - Update to latest version