Hello community, here is the log from the commit of package plplot for openSUSE:Factory checked in at 2018-06-13 15:38:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plplot (Old) and /work/SRC/openSUSE:Factory/.plplot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plplot" Wed Jun 13 15:38:41 2018 rev:51 rq:615429 version:5.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plplot/plplot.changes 2018-05-10 15:50:45.870263013 +0200 +++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes 2018-06-13 15:39:28.780363297 +0200 @@ -1,0 +2,7 @@ +Tue Jun 5 12:13:36 UTC 2018 - [email protected] + +- Disable octave bindings until compilation against octave 4.4 is + sorted out; remove conditionals for setting octave_enabled as + plplot is unresolvable against openSUSE < 1320 anyway. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plplot.spec ++++++ --- /var/tmp/diff_new_pack.Rh0Jyn/_old 2018-06-13 15:39:30.124313842 +0200 +++ /var/tmp/diff_new_pack.Rh0Jyn/_new 2018-06-13 15:39:30.128313695 +0200 @@ -24,11 +24,9 @@ %define tk_enabled 1 -%if 0%{?suse_version} != 1315 || (0%{?is_opensuse} && 0%{?sle_version}==120200) -%define octave_enabled 1 -%else +# SECTION Disable octave bindings for all versions until compilation against octave 4.4 is fixed %define octave_enabled 0 -%endif +# /SECTION %define X_display ":98" @@ -84,7 +82,9 @@ BuildRequires: pkgconfig(pangoft2) # Required for enabling tk driverand in the %%check section, currently disabled BuildRequires: hdf5-devel +%if %{?octave_enabled} BuildRequires: octave-devel +%endif BuildRequires: wxWidgets-devel >= 3 BuildRequires: xorg-x11-server BuildRequires: perl(XML::DOM)
