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 2021-01-20 18:23:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-hpc (Old) and /work/SRC/openSUSE:Factory/.suse-hpc.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-hpc" Wed Jan 20 18:23:13 2021 rev:21 rq:864149 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-hpc/suse-hpc.changes 2020-07-29 17:17:07.624395949 +0200 +++ /work/SRC/openSUSE:Factory/.suse-hpc.new.28504/suse-hpc.changes 2021-01-20 18:23:17.883303096 +0100 @@ -1,0 +2,5 @@ +Mon Jan 18 17:20:57 UTC 2021 - Egbert Eich <[email protected]> + +- Expand python_flavor to python executable. Thanks to Ben Greiner. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-hpc.spec ++++++ --- /var/tmp/diff_new_pack.B8I1gh/_old 2021-01-20 18:23:18.583303614 +0100 +++ /var/tmp/diff_new_pack.B8I1gh/_new 2021-01-20 18:23:18.583303614 +0100 @@ -1,7 +1,7 @@ # # spec file for package suse-hpc # -# 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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.B8I1gh/_old 2021-01-20 18:23:18.623303643 +0100 +++ /var/tmp/diff_new_pack.B8I1gh/_new 2021-01-20 18:23:18.623303643 +0100 @@ -6,7 +6,7 @@ <param name="exclude">.git</param> <param name="filename">suse-hpc</param> <param name="versionformat">0.4.%h</param> - <param name="revision">663bf86ed7dc0d3e5526d4b7c7edaf5d04de648f</param> + <param name="revision">c65447a9944f342fbca39b0d339e347861098dd7</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.B8I1gh/_old 2021-01-20 18:23:18.679303685 +0100 +++ /var/tmp/diff_new_pack.B8I1gh/_new 2021-01-20 18:23:18.679303685 +0100 @@ -467,15 +467,15 @@ # get the python version specific directory for arch specific files in the HPC # directory structure (singlepsec). -%hpc_python_sitearch %{_hpc_python_sysconfig_path %python_flavor platlib %{?hpc_prefix}} +%hpc_python_sitearch %{_hpc_python_sysconfig_path %{expand:%__%{python_flavor}} platlib %{?hpc_prefix}} # same for non-singlespec (using internal %%_hpc_python3) -%hpc_python_sitearch_no_singlespec %{_hpc_python_sysconfig_path %{?_hpc_python3:/usr/bin/python3}%{!?_hpc_python3:%python_flavor} platlib %{?hpc_prefix}} +%hpc_python_sitearch_no_singlespec %{_hpc_python_sysconfig_path %{?_hpc_python3:/usr/bin/python3}%{!?_hpc_python3:%{expand:%__%{python_flavor}}} platlib %{?hpc_prefix}} %_hpc_python_ver() %(%1 -c "import sys as s;print(s.version[:3]);") # get the (abbreviated) python version used for package and directory names (singlespec). -%hpc_python_version %{_hpc_python_ver %python_flavor} +%hpc_python_version %{_hpc_python_ver %{expand:%__%{python_flavor}}} # %{hpc_python_master_package [-n <package_name>] [-g <group>] [-l][-L][-a]} # (singlespec)
