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 2022-05-28 00:28:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-hpc (Old) and /work/SRC/openSUSE:Factory/.suse-hpc.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-hpc" Sat May 28 00:28:10 2022 rev:26 rq:979393 version:0.5.20220525.fd76646 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-hpc/suse-hpc.changes 2022-02-07 23:39:54.641697139 +0100 +++ /work/SRC/openSUSE:Factory/.suse-hpc.new.2254/suse-hpc.changes 2022-05-28 00:28:12.933661878 +0200 @@ -1,0 +2,7 @@ +Wed May 25 05:56:07 UTC 2022 - Egbert Eich <[email protected]> + +- Add %hpc_base_dirs macro + In contrast to %hpc_dirs which also includes the library directory + this only provides the HPC base directories. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-hpc.spec ++++++ --- /var/tmp/diff_new_pack.WuFxJf/_old 2022-05-28 00:28:13.717662929 +0200 +++ /var/tmp/diff_new_pack.WuFxJf/_new 2022-05-28 00:28:13.721662935 +0200 @@ -20,7 +20,7 @@ License: BSD-3-Clause Group: Productivity/Clustering/Computing Name: suse-hpc -Version: 0.5.20220206.0c6b168 +Version: 0.5.20220525.fd76646 Release: 0 Source0: macros.hpc Source1: dlinfo.c ++++++ _service ++++++ --- /var/tmp/diff_new_pack.WuFxJf/_old 2022-05-28 00:28:13.769663000 +0200 +++ /var/tmp/diff_new_pack.WuFxJf/_new 2022-05-28 00:28:13.769663000 +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">0c6b168b267e48970943805a1fcf2bc2fe7bd7b0</param> + <param name="revision">fd76646f99470213a4cfe6c5c11fa1068a0f5e61</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.WuFxJf/_old 2022-05-28 00:28:13.837663091 +0200 +++ /var/tmp/diff_new_pack.WuFxJf/_new 2022-05-28 00:28:13.837663091 +0200 @@ -286,11 +286,15 @@ %dir %hpc_mpi_install_path_base \ %dir %hpc_mpi_install_path -# serial and parallel libraries - use in library package -%hpc_dirs \ +# base dir path only +%hpc_base_dirs \ %{!?hpc_compiler_family:%dir %{hpc_install_base}} \ %dir %{hpc_install_path_base} \ -%dir %{hpc_install_path} \ +%dir %{hpc_install_path} + +# serial and parallel libraries - use in library package +%hpc_dirs \ +%{hpc_base_dirs} \ %dir %{hpc_libdir} #
