Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2016-08-17 12:04:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-08-10 
19:55:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes       2016-08-17 
12:04:56.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Aug 14 23:54:09 UTC 2016 - [email protected]
+
+- Enable tk bindings for all openSUSE versions; problem with
+  Xvfb segfaulting that prevent building tk bindings for Leap:42.2
+  and > 13.2 are worked around by passing the -noreset option to
+  Xvfb (see boo#992429).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plplot.spec ++++++
--- /var/tmp/diff_new_pack.YfUXkP/_old  2016-08-17 12:04:57.000000000 +0200
+++ /var/tmp/diff_new_pack.YfUXkP/_new  2016-08-17 12:04:57.000000000 +0200
@@ -22,11 +22,7 @@
 %define lua_version 5.3
 %endif
 
-%if 0%{?suse_version} > 1320 || (0%{?is_opensuse} && 0%{?sle_version}==120200)
-%define tk_enabled 0
-%else
 %define tk_enabled 1
-%endif
 
 %if 0%{?suse_version} != 1315 || (0%{?is_opensuse} && 0%{?sle_version}==120200)
 %define octave_enabled 1
@@ -524,7 +520,7 @@
 
 # X-server and $DISPLAY required to enable tk bindings
 export DISPLAY=%{X_display}
-Xvfb %{X_display} >& Xvfb.log &
+Xvfb -noreset %{X_display} >& Xvfb.log &
 sleep 5
 cmake \
         -DCMAKE_INSTALL_LIBDIR=%{_libdir} \\\


Reply via email to