Hello community, here is the log from the commit of package plplot for openSUSE:Factory checked in at 2020-07-21 15:51:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plplot (Old) and /work/SRC/openSUSE:Factory/.plplot.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plplot" Tue Jul 21 15:51:26 2020 rev:62 rq:822083 version:5.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plplot/plplot.changes 2020-07-17 20:54:09.817127662 +0200 +++ /work/SRC/openSUSE:Factory/.plplot.new.3592/plplot.changes 2020-07-21 15:54:38.540606425 +0200 @@ -1,0 +2,11 @@ +Tue Jul 21 11:36:26 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Disable octave bindings for openSUSE < 1550 where they fail to + build. + +------------------------------------------------------------------- +Mon Jul 20 12:50:23 UTC 2020 - Michel Normand <[email protected]> + +- Add _constraints for PowerPC avoid "no space left on device" build error + +------------------------------------------------------------------- New: ---- _constraints ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plplot.spec ++++++ --- /var/tmp/diff_new_pack.k2Isa8/_old 2020-07-21 15:54:39.444607525 +0200 +++ /var/tmp/diff_new_pack.k2Isa8/_new 2020-07-21 15:54:39.448607530 +0200 @@ -25,8 +25,12 @@ %bcond_with ocaml_camlidl %define tk_enabled 1 -# SECTION Disable octave bindings for all versions until compilation against octave 4.4 is fixed +# SECTION Disable octave bindings for openSUSE < 1550 until compilation against octave 4.4 is fixed +%if 0%{?suse_version} < 1550 +%define octave_enabled 0 +%else %define octave_enabled 1 +%endif # /SECTION %define X_display ":98" ++++++ _constraints ++++++ <constraints> <overwrite> <conditions> <arch>ppc64</arch> <arch>ppc64le</arch> </conditions> <hardware> <disk> <size unit="M">4600</size> </disk> </hardware> </overwrite> </constraints>
