Compare commits

...

2 Commits

Author SHA1 Message Date
Orion Poplawski
54692bdea6 Rebuild for new numpy 2006-05-15 15:31:06 +00:00
Orion Poplawski
ccda7c8dee Update to 0.87.2 2006-03-16 16:29:16 +00:00
3 changed files with 10 additions and 4 deletions

View File

@@ -1 +1 @@
matplotlib-0.87.1.tar.gz
matplotlib-0.87.2.tar.gz

View File

@@ -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.87.1
Release: 1%{?dist}
Version: 0.87.2
Release: 2%{?dist}
Summary: Python plotting library
Group: Development/Libraries
@@ -90,6 +90,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitearch}/matplotlib/backends/_tkagg.so
%changelog
* Mon May 15 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.2-2
- Rebuild for new numpy
* Tue Mar 7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.2-1
- Update to 0.87.2
* Tue Mar 7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.1-1
- Update to 0.87.1
- Add pycairo >= 1.0.2 requires (FC5+ only)

View File

@@ -1 +1 @@
bc605e5346128a0e2b9c5b0d602ecec8 matplotlib-0.87.1.tar.gz
74dde3c3e33797f56ebd6ca578090f8e matplotlib-0.87.2.tar.gz