Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-hpc for openSUSE:Factory checked in at 2023-05-05 15:57:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-hpc (Old) and /work/SRC/openSUSE:Factory/.suse-hpc.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-hpc" Fri May 5 15:57:28 2023 rev:27 rq:1084761 version:0.5.20230501.968c9cb Changes: -------- --- /work/SRC/openSUSE:Factory/suse-hpc/suse-hpc.changes 2022-05-28 00:28:12.933661878 +0200 +++ /work/SRC/openSUSE:Factory/.suse-hpc.new.1533/suse-hpc.changes 2023-05-05 15:57:32.324172315 +0200 @@ -1,0 +2,9 @@ +Mon May 1 07:43:38 UTC 2023 - Egbert Eich <e...@suse.com> + +- Do not redefine _localstatedir and _sharedstatedir for cmake: + hpc_localstatedir and hpc_sharedstatedir are already the + same. This may lead to a endless recursive definition loop. +- Create header magic for module file if none is specified in + spec file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-hpc.spec ++++++ --- /var/tmp/diff_new_pack.57YrNN/_old 2023-05-05 15:57:32.864175409 +0200 +++ /var/tmp/diff_new_pack.57YrNN/_new 2023-05-05 15:57:32.872175455 +0200 @@ -1,7 +1,7 @@ # # spec file for package suse-hpc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ License: BSD-3-Clause Group: Productivity/Clustering/Computing Name: suse-hpc -Version: 0.5.20220525.fd76646 +Version: 0.5.20230501.968c9cb Release: 0 Source0: macros.hpc Source1: dlinfo.c ++++++ _service ++++++ --- /var/tmp/diff_new_pack.57YrNN/_old 2023-05-05 15:57:32.924175753 +0200 +++ /var/tmp/diff_new_pack.57YrNN/_new 2023-05-05 15:57:32.928175776 +0200 @@ -6,7 +6,7 @@ <param name="exclude">.git</param> <param name="filename">suse-hpc</param> <param name="versionformat">0.5.%cd.%h</param> - <param name="revision">fd76646f99470213a4cfe6c5c11fa1068a0f5e61</param> + <param name="revision">968c9cb1cc13f668529623cda4ec25af1495c7e0</param> <param name="extract">general/dlinfo.c</param> <param name="extract">general/macros.hpc</param> <param name="extract">general/hpc_elf.pl</param> ++++++ macros.hpc ++++++ --- /var/tmp/diff_new_pack.57YrNN/_old 2023-05-05 15:57:32.996176165 +0200 +++ /var/tmp/diff_new_pack.57YrNN/_new 2023-05-05 15:57:33.000176188 +0200 @@ -257,8 +257,9 @@ %{?hpc_make_modules_extra} \ %{?_hpc_build_xx:mkdir -p %{buildroot}%{hpc_module_dep_install}} \ %hpc_write_modules_version_file \ -echo "Writing %{buildroot}%{hpc_module_dep_base}%{version}" \ -cat << EOF > %{buildroot}%{hpc_module_dep_base}%{version} +echo "Writing %{buildroot}%{hpc_module_dep_base}%{version}"; \ +sed -e '/#%%Module1.0.*/b 1;1s/\(.*\)/#%%Module1.0\n\1/;:1' << EOF\\\ + > %{buildroot}%{hpc_module_dep_base}%{version} %hpc_modulepath %{?_hpc_build_xx:%{hpc_module_dep_install}}%{!?_hpc_build_xx:%{hpc_module_dep_path}} @@ -740,11 +741,9 @@ %define _infodir %{hpc_infodir} \ %define _libdir %{hpc_libdir} \ %define _libexecdir %{hpc_libexecdir} \ - %define _localstatedir %{hpc_localstatedir} \ %define _mandir %{hpc_mandir} \ %define _prefix %{hpc_prefix} \ %define _sbindir %{hpc_sbindir} \ - %define _sharedstatedir %{hpc_sharedstatedir} \ #Do NOT define _sysconfig to %%hpc_sysconfig here! %cmake \\\ %undefine __cmake \\\ @@ -754,11 +753,9 @@ %undefine _infodir \\\ %undefine _libdir \\\ %undefine _libexecdir \\\ - %undefine _localstatedir \\\ %undefine _mandir \\\ %undefine _prefix \\\ %undefine _sbindir \\\ - %undefine _sharedstatedir \\\ } # wraps macro from macros.meson - paths replaced by HPC paths.