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-10-24 20:09:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-hpc (Old) and /work/SRC/openSUSE:Factory/.suse-hpc.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-hpc" Tue Oct 24 20:09:24 2023 rev:28 rq:1119954 version:0.5.20231024.0226cb7 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-hpc/suse-hpc.changes 2023-05-05 15:57:32.324172315 +0200 +++ /work/SRC/openSUSE:Factory/.suse-hpc.new.24901/suse-hpc.changes 2023-10-24 20:09:27.054910344 +0200 @@ -1,0 +2,7 @@ +Tue Oct 24 09:09:47 UTC 2023 - Egbert Eich <e...@suse.com> + +- Handle %hpc_localstatedir and %hpc_sharedstatedir only when + changed from %_localstatedir and %_sharedstatedir to avoid + infinite recursion. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-hpc.spec ++++++ --- /var/tmp/diff_new_pack.Mmr2Qo/_old 2023-10-24 20:09:28.198951937 +0200 +++ /var/tmp/diff_new_pack.Mmr2Qo/_new 2023-10-24 20:09:28.198951937 +0200 @@ -20,7 +20,7 @@ License: BSD-3-Clause Group: Productivity/Clustering/Computing Name: suse-hpc -Version: 0.5.20230501.968c9cb +Version: 0.5.20231024.0226cb7 Release: 0 Source0: macros.hpc Source1: dlinfo.c ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Mmr2Qo/_old 2023-10-24 20:09:28.234953246 +0200 +++ /var/tmp/diff_new_pack.Mmr2Qo/_new 2023-10-24 20:09:28.238953392 +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">968c9cb1cc13f668529623cda4ec25af1495c7e0</param> + <param name="revision">87c7989e7349d543ba33aada425716f6ffcba0fb</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.Mmr2Qo/_old 2023-10-24 20:09:28.290955282 +0200 +++ /var/tmp/diff_new_pack.Mmr2Qo/_new 2023-10-24 20:09:28.294955428 +0200 @@ -741,9 +741,15 @@ %define _infodir %{hpc_infodir} \ %define _libdir %{hpc_libdir} \ %define _libexecdir %{hpc_libexecdir} \ + %if x%{?hpc_localstatedir} != x%{_localstatedir} \ + %define _localstatedir %{hpc_localstatedir} \ + %endif \ %define _mandir %{hpc_mandir} \ %define _prefix %{hpc_prefix} \ %define _sbindir %{hpc_sbindir} \ + %if x%{?hpc_sharedstatedir} != x%{_sharedstatedir} \ + %define _sharedstatedir %{hpc_sharedstatedir} \ + %endif \ #Do NOT define _sysconfig to %%hpc_sysconfig here! %cmake \\\ %undefine __cmake \\\ @@ -753,9 +759,15 @@ %undefine _infodir \\\ %undefine _libdir \\\ %undefine _libexecdir \\\ + %if x%{?hpc_localstatedir} != x%{_localstatedir} \\\ + %undefine _localstatedir \\\ + %endif \\\ %undefine _mandir \\\ %undefine _prefix \\\ %undefine _sbindir \\\ + %if x%{?hpc_sharedstatedir} != x%{_sharedstatedir} \\\ + %undefine _sharedstatedir \\\ + %endif \\\ } # wraps macro from macros.meson - paths replaced by HPC paths. @@ -769,11 +781,15 @@ %define _infodir %{hpc_infodir} \ %define _libdir %{hpc_libdir} \ %define _libexecdir %{hpc_libexecdir} \ + %if x%{?hpc_localstatedir} != x%{_localstatedir} \ %define _localstatedir %{hpc_localstatedir} \ + %endif \ %define _mandir %{hpc_mandir} \ %define _prefix %{hpc_prefix} \ %define _sbindir %{hpc_sbindir} \ + %if x%{?hpc_sharedstatedir} != x%{_sharedstatedir} \ %define _sharedstatedir %{hpc_sharedstatedir} \ + %endif \ %define _sysconfdir %{hpc_sysconfdir} \ %meson \\\ %undefine __meson \\\ @@ -783,11 +799,15 @@ %undefine _infodir \\\ %undefine _libdir \\\ %undefine _libexecdir \\\ + %if x%{?hpc_localstatedir} != x%{_localstatedir} \\\ %undefine _localstatedir \\\ + %endif \\\ %undefine _mandir \\\ %undefine _prefix \\\ %undefine _sbindir \\\ + %if x%{?hpc_sharedstatedir} != x%{_sharedstatedir} \\\ %undefine _sharedstatedir \\\ + %endif \\\ %undefine _sysconfdir \\\ }