From c20c3de8d09158ef4ca316fa8e3ddb5b125fd0fc Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 12 Mar 2017 13:40:50 +0000 Subject: [PATCH] Fix NVR --- python-matplotlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index f091534..f965be7 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -55,7 +55,7 @@ Name: python-matplotlib Version: 2.0.0 -Release: 2%{?rctag:.%{rctag}}%{?dist}.2 +Release: 3%{?rctag:.%{rctag}}%{?dist} Summary: Python 2D plotting library Group: Development/Libraries # qt4_editor backend is MIT @@ -621,6 +621,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \ %endif %changelog +* Sun Mar 12 2017 Peter Robinson 2.0.0-3 +- Fix NVR + * Mon Mar 06 2017 Thomas Spura - 2.0.0-2.2 - Remove copyrighted file from tarball (gh-8034)