rpms/python-matplotlib/devel .cvsignore, 1.6, 1.7 python-matplotlib.spec, 1.12, 1.13 sources, 1.6, 1.7

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Jan 10 22:41:42 UTC 2006


Author: orion

Update of /cvs/extras/rpms/python-matplotlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1884

Modified Files:
	.cvsignore python-matplotlib.spec sources 
Log Message:
Update to 0.86



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-matplotlib/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	20 Nov 2005 17:25:38 -0000	1.6
+++ .cvsignore	10 Jan 2006 22:41:42 -0000	1.7
@@ -1 +1 @@
-matplotlib-0.85.tar.gz
+matplotlib-0.86.tar.gz


Index: python-matplotlib.spec
===================================================================
RCS file: /cvs/extras/rpms/python-matplotlib/devel/python-matplotlib.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-matplotlib.spec	23 Dec 2005 00:03:38 -0000	1.12
+++ python-matplotlib.spec	10 Jan 2006 22:41:42 -0000	1.13
@@ -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 @@
 
 %prep
 %setup -q -n matplotlib-%{version}
+chmod -x images/*.svg
 
 %build
 %{__python} setup.py build
@@ -32,7 +33,6 @@
 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 @@
 %doc NUMARRAY_ISSUES PKG-INFO TODO
 %{python_sitearch}/matplotlib/
 %{python_sitearch}/pylab.py*
-%{_datadir}/matplotlib/
 
 %changelog
+* Tue Jan 10 2006 Orion Poplawski <orion at cora.nwra.com> 0.86-1
+- Update to 0.86
+
 * Thu Dec 22 2005 Orion Poplawski <orion at cora.nwra.com> 0.85-2
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-matplotlib/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	20 Nov 2005 17:25:38 -0000	1.6
+++ sources	10 Jan 2006 22:41:42 -0000	1.7
@@ -1 +1 @@
-4890ef6bd7a1a83acf579d4cbb6d237c  matplotlib-0.85.tar.gz
+4770cbcddabcbab72d48fbb237ed5d8c  matplotlib-0.86.tar.gz




More information about the scm-commits mailing list