From 899948a65fd406e2f720d5b34ea540e4809e2326 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 10 Jan 2006 22:41:42 +0000 Subject: [PATCH] Update to 0.86 --- .cvsignore | 2 +- python-matplotlib.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 640f374..71b06d9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -matplotlib-0.85.tar.gz +matplotlib-0.86.tar.gz diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 153a3b8..e910c98 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-matplotlib -Version: 0.85 -Release: 2%{?dist} +Version: 0.86 +Release: 1%{?dist} Summary: Python plotting library Group: Development/Libraries @@ -24,6 +24,7 @@ of output backends %prep %setup -q -n matplotlib-%{version} +chmod -x images/*.svg %build %{__python} setup.py build @@ -32,7 +33,6 @@ of output backends rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT chmod +x $RPM_BUILD_ROOT%{python_sitearch}/matplotlib/dates.py -chmod -x $RPM_BUILD_ROOT%{_datadir}/matplotlib/*.svg %clean rm -rf $RPM_BUILD_ROOT @@ -45,9 +45,11 @@ rm -rf $RPM_BUILD_ROOT %doc NUMARRAY_ISSUES PKG-INFO TODO %{python_sitearch}/matplotlib/ %{python_sitearch}/pylab.py* -%{_datadir}/matplotlib/ %changelog +* Tue Jan 10 2006 Orion Poplawski 0.86-1 +- Update to 0.86 + * Thu Dec 22 2005 Orion Poplawski 0.85-2 - Rebuild diff --git a/sources b/sources index 5225eea..82f2a12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4890ef6bd7a1a83acf579d4cbb6d237c matplotlib-0.85.tar.gz +4770cbcddabcbab72d48fbb237ed5d8c matplotlib-0.86.tar.gz