Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package superlu for openSUSE:Factory checked in at 2021-02-07 15:16:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/superlu (Old) and /work/SRC/openSUSE:Factory/.superlu.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "superlu" Sun Feb 7 15:16:40 2021 rev:27 rq:868870 version:5.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/superlu/superlu.changes 2020-11-16 17:21:40.794227004 +0100 +++ /work/SRC/openSUSE:Factory/.superlu.new.28504/superlu.changes 2021-02-07 15:18:14.925690578 +0100 @@ -1,0 +2,7 @@ +Thu Jan 28 17:45:16 UTC 2021 - Egbert Eich <[email protected]> + +- Change 'Requires:' to other HPC packages to %requires_eq to depend + on the exact version. This should take care of HPC packages ignoring + proper ABI versioning. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ superlu.spec ++++++ --- /var/tmp/diff_new_pack.j6IPNR/_old 2021-02-07 15:18:15.489691518 +0100 +++ /var/tmp/diff_new_pack.j6IPNR/_new 2021-02-07 15:18:15.493691525 +0100 @@ -1,7 +1,7 @@ # # spec file for package superlu # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -125,7 +125,7 @@ Summary: SuperLU matrix solver Group: System/Libraries %if %{with hpc} -Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc +%{requires_eq libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc} Requires: lua-lmod >= 7.6.1 %hpc_requires %endif @@ -139,7 +139,7 @@ Group: Development/Libraries/C and C++ Requires: %libname = %version %if %{with hpc} -Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel +%{requires_eq libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel} %hpc_requires_devel %endif Recommends: %name-doc
