Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64495b54b0 | |||
| dca202b645 |
+1
-1
@@ -1 +1 @@
|
|||||||
matplotlib-0.87.7.tar.gz
|
matplotlib-0.90.0.tar.gz
|
||||||
|
|||||||
+11
-5
@@ -1,8 +1,8 @@
|
|||||||
%{!?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: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python plotting library
|
Summary: Python plotting library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@@ -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,11 +75,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 5 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.7-2
|
* Mon Apr 2 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-3
|
||||||
|
- Add examples to %docs
|
||||||
|
|
||||||
|
* Tue Dec 5 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.7-2
|
||||||
- Force build of gtk/gtkagg backends in mock (bug #218153)
|
- Force build of gtk/gtkagg backends in mock (bug #218153)
|
||||||
- Change Requires from python-numeric to numpy (bug #218154)
|
- Change Requires from python-numeric to numpy (bug #218154)
|
||||||
|
|
||||||
* Tue Nov 21 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.7-1
|
* Tue Nov 21 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.7-1
|
||||||
- Update to 0.87.7 and fix up the defaults to use numpy
|
- Update to 0.87.7 and fix up the defaults to use numpy
|
||||||
- Force build of tkagg backend without X server
|
- Force build of tkagg backend without X server
|
||||||
- Use src.rpm from Jef Spaleta, closes bug 216578
|
- Use src.rpm from Jef Spaleta, closes bug 216578
|
||||||
|
|||||||
Reference in New Issue
Block a user