Hello community, here is the log from the commit of package hdf5 for openSUSE:Factory checked in at 2018-02-09 15:51:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hdf5 (Old) and /work/SRC/openSUSE:Factory/.hdf5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hdf5" Fri Feb 9 15:51:00 2018 rev:41 rq:574225 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes 2018-01-16 09:33:50.821624171 +0100 +++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes 2018-02-09 15:51:03.675816635 +0100 @@ -1,0 +2,5 @@ +Thu Feb 8 11:37:06 UTC 2018 - e...@suse.com + +- Disable %check stage for mpich builds on s390(x) (bsc#1080022). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hdf5.spec ++++++ --- /var/tmp/diff_new_pack.WAuGZL/_old 2018-02-09 15:51:06.031732020 +0100 +++ /var/tmp/diff_new_pack.WAuGZL/_new 2018-02-09 15:51:06.035731877 +0100 @@ -804,11 +804,13 @@ export HDF5_Make_Ignore=yes %endif %{?with_hpc:%hpc_setup} -%ifarch ppc ppc64 ppc64le -make %{?_smp_mflags} check || { echo "Ignore transient make check failures for PowerPC. boo#1058563"; } -%else -make %{?_smp_mflags} check -%endif + %ifarch ppc ppc64 ppc64le + make %{?_smp_mflags} check || { echo "Ignore transient make check failures for PowerPC. boo#1058563"; } + %else + %if "%{?mpi_flavor}" != "mpich" || ("%_arch" != "s390" && "%_arch" != "s390x") + make %{?_smp_mflags} check + %endif + %endif %endif %if %{without mpi}