Hello community, here is the log from the commit of package python-matplotlib for openSUSE:Factory checked in at 2013-10-25 11:21:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old) and /work/SRC/openSUSE:Factory/.python-matplotlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib" Changes: -------- --- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes 2013-09-03 22:03:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 2013-10-25 11:21:35.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 24 12:47:42 UTC 2013 - [email protected] + +- Update to version 1.3.1: + + Many changes + +------------------------------------------------------------------- Old: ---- matplotlib-1.3.0.tar.gz New: ---- matplotlib-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-matplotlib.spec ++++++ --- /var/tmp/diff_new_pack.5HqFfP/_old 2013-10-25 11:21:48.000000000 +0200 +++ /var/tmp/diff_new_pack.5HqFfP/_new 2013-10-25 11:21:48.000000000 +0200 @@ -16,21 +16,18 @@ # -%define modname matplotlib -Name: python-%{modname} -Version: 1.3.0 +Name: python-matplotlib +Version: 1.3.1 Release: 0 - Summary: Plotting Library for Python License: BSD-2-Clause Group: Development/Libraries/Python -Url: http://sourceforge.net/projects/%{modname} -Source: %{modname}-%{version}.tar.gz -Source1: %{modname}-setup.cfg -Source2: %{modname}plugin.py -Source3: %{modname}widget.py +Url: http://sourceforge.net/projects/matplotlib +Source: matplotlib-%{version}.tar.gz +Source1: matplotlib-setup.cfg +Source2: matplotlibplugin.py +Source3: matplotlibwidget.py BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: fltk-devel BuildRequires: freetype2-devel BuildRequires: gcc-c++ @@ -63,7 +60,6 @@ %define _use_internal_dependency_generator 0 %define __find_requires %wx_requires %endif - ## These packages are required to prevent that matplotlib installs it's ## own versions of the packages from the lib directory BuildRequires: python-dateutil @@ -112,43 +108,39 @@ %prep %setup -n matplotlib-%{version} -chmod -x lib/%{modname}/mpl-data/images/*.svg +chmod -x lib/matplotlib/mpl-data/images/*.svg %build cp %{SOURCE1} ./setup.cfg python setup.py build %install -python setup.py install --root=%{buildroot} \ - --record-rpm=INSTALLED_FILES --prefix=%{_prefix} +python setup.py install --root=%{buildroot} --prefix=%{_prefix} mkdir -p %{buildroot}%{_libdir}/qt4/plugins/designer/python/ install -vm 755 %{SOURCE2} %{buildroot}%{_libdir}/qt4/plugins/designer/python/ install -vm 755 %{SOURCE3} %{buildroot}%{py_sitedir}/ -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc README.rst CHANGELOG %doc PKG-INFO TODO CXX examples -%{py_sitedir}/%{modname}-%{version}_r0-py%{py_ver}.egg-info -%{py_sitedir}/%{modname}-%{version}_r0-py%{py_ver}-nspkg.pth -%{py_sitedir}/%{modname}/ +%{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}.egg-info +%{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}-nspkg.pth +%{py_sitedir}/matplotlib/ %{py_sitedir}/mpl_toolkits %{py_sitedir}/pylab.py %{py_sitedir}/pylab.pyc -%exclude %{py_sitedir}/%{modname}/backends/backend_tkagg.* -%exclude %{py_sitedir}/%{modname}/backends/tkagg.* -%exclude %{py_sitedir}/%{modname}/backends/_tkagg.so -%exclude %{py_sitedir}/%{modname}/backends/backend_wx.* -%exclude %{py_sitedir}/%{modname}/backends/backend_wxagg.* +%exclude %{py_sitedir}/matplotlib/backends/backend_tkagg.* +%exclude %{py_sitedir}/matplotlib/backends/tkagg.* +%exclude %{py_sitedir}/matplotlib/backends/_tkagg.so +%exclude %{py_sitedir}/matplotlib/backends/backend_wx.* +%exclude %{py_sitedir}/matplotlib/backends/backend_wxagg.* %files tk %defattr(-,root,root,-) -%{py_sitedir}/%{modname}/backends/backend_tkagg.* -%{py_sitedir}/%{modname}/backends/tkagg.* -%{py_sitedir}/%{modname}/backends/_tkagg.so +%{py_sitedir}/matplotlib/backends/backend_tkagg.* +%{py_sitedir}/matplotlib/backends/tkagg.* +%{py_sitedir}/matplotlib/backends/_tkagg.so %files wx %defattr(-,root,root,-) @@ -161,7 +153,7 @@ %dir %{_libdir}/qt4/plugins/ %dir %{_libdir}/qt4/plugins/designer/ %dir %{_libdir}/qt4/plugins/designer/python/ -%{_libdir}/qt4/plugins/designer/python/%{modname}plugin.py -%{py_sitedir}/%{modname}widget.py +%{_libdir}/qt4/plugins/designer/python/matplotlibplugin.py +%{py_sitedir}/matplotlibwidget.py %changelog ++++++ matplotlib-1.3.0.tar.gz -> matplotlib-1.3.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.3.0.tar.gz /work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.3.1.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
