From c4143b65b05ee2a94b9eea2ed45122f0815af266 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 10 Apr 2013 15:54:13 +0200 Subject: [PATCH] use python3 version in python3-matplotlib-qt4 (#915727) --- python-matplotlib.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index b8949aa..08d60c3 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -17,7 +17,7 @@ Name: python-matplotlib Version: 1.2.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python 2D plotting library Group: Development/Libraries License: Python @@ -301,8 +301,8 @@ popd %exclude %{python3_sitearch}/matplotlib/backends/_tkagg.* %files -n python3-matplotlib-qt4 -%{python_sitearch}/matplotlib/backends/backend_qt4.* -%{python_sitearch}/matplotlib/backends/backend_qt4agg.* +%{python3_sitearch}/matplotlib/backends/backend_qt4.* +%{python3_sitearch}/matplotlib/backends/backend_qt4agg.* %files -n python3-matplotlib-tk %{python3_sitearch}/matplotlib/backends/backend_tkagg.py* @@ -311,6 +311,10 @@ popd %endif %changelog +* Wed Mar 27 2013 Thomas Spura - 1.2.0-13 +- use python3 version in python3-matplotlib-qt4 (#915727) +- delete installed dateutil and pytz + * Wed Apr 3 2013 Thomas Spura - 1.2.0-12 - Decode output of subprocess to utf-8 or regex will fail (#928326)