Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plplot for openSUSE:Factory checked in at 2021-07-05 22:22:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plplot (Old) and /work/SRC/openSUSE:Factory/.plplot.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plplot" Mon Jul 5 22:22:51 2021 rev:67 rq:903999 version:5.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plplot/plplot.changes 2021-06-12 20:10:46.609213321 +0200 +++ /work/SRC/openSUSE:Factory/.plplot.new.2625/plplot.changes 2021-07-05 22:23:16.433585485 +0200 @@ -1,0 +2,6 @@ +Fri Jul 2 23:33:31 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com> + +- Enable building octave bindings for openSUSE >= 1550 (TW) where + swig has been patched to support octave 6+. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plplot.spec ++++++ --- /var/tmp/diff_new_pack.1E2Tr8/_old 2021-07-05 22:23:17.141580006 +0200 +++ /var/tmp/diff_new_pack.1E2Tr8/_new 2021-07-05 22:23:17.145579975 +0200 @@ -21,8 +21,19 @@ %bcond_with ocaml_camlidl %define tk_enabled 1 -# SECTION Disable octave bindings until compilation against octave 6 is fixed +# SECTION swig is patched on TW to support octave 6, but not on any Leaps +%if 0%{?suse_version} >= 1550 +# +# No qhull/octave on arch, ppc +%ifarch %ix86 x86_64 +%define octave_enabled 1 +%else %define octave_enabled 0 +%endif +# +%else +%define octave_enabled 0 +%endif # /SECTION %bcond_without qhull