Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-03-22 12:39:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2012-03-20 11:33:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-03-22 12:39:09.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 20 10:08:51 UTC 2012 - [email protected]
+
+- Fix Qt Designer plugin directories
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.kv0zJA/_old  2012-03-22 12:39:14.000000000 +0100
+++ /var/tmp/diff_new_pack.kv0zJA/_new  2012-03-22 12:39:14.000000000 +0100
@@ -94,7 +94,7 @@
 wxWidgets backend for %{name} plotting package
 
 %package designer
-Summary:        %{name} widget for Qt Designer
+Summary:        Qt Designer %{name} plugin
 Group:          Development/Libraries/Python
 License:        MIT
 Requires:       %{name} = %{version}
@@ -118,9 +118,9 @@
 %install
 python setup.py install --root=%{buildroot} \
        --record-rpm=INSTALLED_FILES --prefix=%{_prefix}
-mkdir -p %{buildroot}%{_libdir}/qt4/PyQt4/plugins/
-cp -v %{SOURCE2} %{buildroot}%{_libdir}/qt4/PyQt4/plugins/
-cp -v %{SOURCE3} %{buildroot}%{py_sitedir}/%{modname}/
+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}
@@ -139,7 +139,6 @@
 %exclude %{py_sitedir}/%{modname}/backends/_tkagg.so
 %exclude %{py_sitedir}/%{modname}/backends/backend_wx.*
 %exclude %{py_sitedir}/%{modname}/backends/backend_wxagg.*
-%exclude %{py_sitedir}/%{modname}/%{modname}widget.py
 
 %files tk
 %defattr(-,root,root,-)
@@ -154,9 +153,11 @@
 
 %files designer
 %defattr(-,root,root,-)
-%dir %{_libdir}/qt4/PyQt4
-%dir %{_libdir}/qt4/PyQt4/plugins
-%{_libdir}/qt4/PyQt4/plugins/%{modname}plugin.py
-%{py_sitedir}/%{modname}/%{modname}widget.py
+%dir %{_libdir}/qt4/
+%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
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to