Hello community, here is the log from the commit of package fftw3 for openSUSE:Factory checked in at 2019-12-03 12:40:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fftw3 (Old) and /work/SRC/openSUSE:Factory/.fftw3.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fftw3" Tue Dec 3 12:40:25 2019 rev:49 rq:752523 version:3.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes 2019-09-18 13:06:10.732756300 +0200 +++ /work/SRC/openSUSE:Factory/.fftw3.new.4691/fftw3.changes 2019-12-03 12:41:24.350148999 +0100 @@ -1,0 +2,6 @@ +Fri Nov 29 15:00:55 UTC 2019 - Egbert Eich <[email protected]> + +- Disable openmpi1 builds for SLE/Leap > 15.1. +- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fftw3.spec ++++++ --- /var/tmp/diff_new_pack.4EbaEm/_old 2019-12-03 12:41:25.266148745 +0100 +++ /var/tmp/diff_new_pack.4EbaEm/_new 2019-12-03 12:41:25.270148744 +0100 @@ -33,9 +33,10 @@ %bcond_with ringdisabled -%if 0%{?is_opensuse} || 0%{?is_backports} -%undefine DisOMPI3 -%else +%if 0%{?sle_version} >= 150200 +%define DisOMPI1 ExclusiveArch: do_not_build +%endif +%if !0%{?is_opensuse:1} && 0%{?sle_version:1} && 0%{?sle_version} < 150200 %define DisOMPI3 ExclusiveArch: do_not_build %endif
