Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32df714ed8 | |||
| 0346b9d0bb | |||
| 5550f6f7b0 | |||
| a019183ab9 |
+1
-1
@@ -1 +1 @@
|
|||||||
matplotlib-0.87.7.tar.gz
|
matplotlib-0.90.0.tar.gz
|
||||||
|
|||||||
+14
-2
@@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-matplotlib
|
Name: python-matplotlib
|
||||||
Version: 0.87.7
|
Version: 0.90.0
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Python plotting library
|
Summary: Python plotting library
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc README license/LICENSE license/LICENSE_enthought.txt
|
%doc README license/LICENSE license/LICENSE_enthought.txt
|
||||||
%doc license/LICENSE_PAINT license/LICENSE_PIL
|
%doc license/LICENSE_PAINT license/LICENSE_PIL
|
||||||
%doc API_CHANGES CHANGELOG CXX INSTALL INTERACTIVE KNOWN_BUGS
|
%doc API_CHANGES CHANGELOG CXX INSTALL INTERACTIVE KNOWN_BUGS
|
||||||
%doc NUMARRAY_ISSUES PKG-INFO TODO
|
%doc NUMARRAY_ISSUES PKG-INFO TODO examples
|
||||||
%{python_sitearch}/matplotlib/
|
%{python_sitearch}/matplotlib/
|
||||||
%{python_sitearch}/pylab.py*
|
%{python_sitearch}/pylab.py*
|
||||||
%exclude %{python_sitearch}/matplotlib/backends/backend_tkagg.*
|
%exclude %{python_sitearch}/matplotlib/backends/backend_tkagg.*
|
||||||
@@ -75,6 +75,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 14 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.0-2
|
||||||
|
- Rebuild for Tcl/Tk downgrade
|
||||||
|
|
||||||
|
* Sat Feb 10 2007 Jef Spaleta <jspaleta@gmail.com> 0.90.0-2
|
||||||
|
- Release bump for rebuild against new tk
|
||||||
|
|
||||||
|
* Fri Feb 09 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.0-1
|
||||||
|
- Update to 0.90.0
|
||||||
|
|
||||||
|
* Tue Jan 5 2007 Orion Poplawski <orion@cora.nwra.com> 0.87.7-4
|
||||||
|
- Add examples to %docs
|
||||||
|
|
||||||
* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 0.87.7-3
|
* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 0.87.7-3
|
||||||
- Release bump for rebuild against python 2.5 in devel tree
|
- Release bump for rebuild against python 2.5 in devel tree
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user