Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2014-07-10 08:16:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plplot (Old)
 and      /work/SRC/openSUSE:Factory/.plplot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plplot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plplot/plplot.changes    2014-02-19 
07:24:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes       2014-07-10 
08:17:27.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 29 14:39:24 UTC 2014 - [email protected]
+
+- Disable tcl-tk bindings for factory until we manage to fix what
+  is going wrong. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plplot.spec ++++++
--- /var/tmp/diff_new_pack.NksleR/_old  2014-07-10 08:17:28.000000000 +0200
+++ /var/tmp/diff_new_pack.NksleR/_new  2014-07-10 08:17:28.000000000 +0200
@@ -579,7 +579,10 @@
 mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}/%{name}-doc
 
 #Grant executable permissions to example tk binaries with valid shebang
+# FIXME: Disable for Factory until tk bindings building is fixed
+%if 0%{?suse_version} <= 1310
 chmod +x %{buildroot}%{_datadir}/%{name}%{version}/examples/tk/tk03
+%endif
 
 #Remove a fortran static library
 rm -fr %{buildroot}%{_libdir}/libplf95*.a
@@ -651,8 +654,11 @@
 %{python_sitearch}/_plplotcmodule.so
 %{python_sitearch}/plplot.py*
 %{python_sitearch}/plplotc.py*
+# FIXME: Disable for Factory until tk bindings building is fixed
+%if 0%{?suse_version} <= 1310
 %{python_sitearch}/Plframe.py*
 %{python_sitearch}/TclSup.py*
+%endif
 %{_libdir}/libcsirocsa.so.*
 %{_libdir}/libplplotcxxd.so.*
 %{_libdir}/libplplotd.so.*
@@ -673,8 +679,11 @@
 %{_libdir}/plplot%{version}/driversd/cairo.so
 %{_libdir}/plplot%{version}/driversd/mem.driver_info
 %{_libdir}/plplot%{version}/driversd/mem.so
+# FIXME: Disable for Factory until tk bindings building is fixed
+%if 0%{?suse_version} <= 1310
 %{_libdir}/plplot%{version}/driversd/ntk.driver_info
 %{_libdir}/plplot%{version}/driversd/ntk.so
+%endif
 %{_libdir}/plplot%{version}/driversd/null.driver_info
 %{_libdir}/plplot%{version}/driversd/null.so
 %{_libdir}/plplot%{version}/driversd/ps.so
@@ -751,23 +760,26 @@
 
 %files tcltk-devel
 %defattr(-,root,root)
-%{_bindir}/plserver
 %{_bindir}/pltcl
 %{_libdir}/libplplottcltk*.so
 %{_libdir}/libtclmatrixd.so
 %{_libdir}/pkgconfig/plplotd-tcl*.pc
 %{_datadir}/plplot%{version}/examples/test_tcl.sh
 %{_datadir}/plplot%{version}/examples/tcl/
+%{_datadir}/plplot%{version}/pkgIndex.tcl
+%{_datadir}/plplot%{version}/tcl/
+%{_mandir}/man1/plserver.1.gz
+%{_mandir}/man1/pltcl.1.gz
+%{python_sitearch}/plplot_widgetmodule.so
+# FIXME: Disable for Factory until tk bindings building is fixed
+%if 0%{?suse_version} <= 1310
+%{_bindir}/plserver
 %{_datadir}/plplot%{version}/examples/tk/
 %{_libdir}/plplot%{version}/driversd/tk.driver_info
 %{_libdir}/plplot%{version}/driversd/tk.so
 %{_libdir}/plplot%{version}/driversd/tkwin.driver_info
 %{_libdir}/plplot%{version}/driversd/tkwin.so
-%{python_sitearch}/plplot_widgetmodule.so
-%{_datadir}/plplot%{version}/pkgIndex.tcl
-%{_datadir}/plplot%{version}/tcl/
-%{_mandir}/man1/plserver.1.gz
-%{_mandir}/man1/pltcl.1.gz
+%endif
 
 %files wxwidgets
 %defattr(-,root,root)

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

Reply via email to