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-01-06 15:51:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-hpc (Old) and /work/SRC/openSUSE:Factory/.suse-hpc.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-hpc" Thu Jan 6 15:51:11 2022 rev:24 rq:944103 version:0.5.20211210.07cc46c Changes: -------- --- /work/SRC/openSUSE:Factory/suse-hpc/suse-hpc.changes 2021-10-25 15:16:58.545658464 +0200 +++ /work/SRC/openSUSE:Factory/.suse-hpc.new.1896/suse-hpc.changes 2022-01-06 15:51:56.480992935 +0100 @@ -1,0 +2,7 @@ +Wed Jan 5 16:00:53 UTC 2022 - Ben Greiner <[email protected]> + +- Update to version 0.5.20211210.07cc46c + * support python 3.10 version string (#8) +- Update _service to save git date and hash to version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-hpc.spec ++++++ --- /var/tmp/diff_new_pack.9bS2A3/_old 2022-01-06 15:51:56.856993142 +0100 +++ /var/tmp/diff_new_pack.9bS2A3/_new 2022-01-06 15:51:56.860993144 +0100 @@ -1,7 +1,7 @@ # # spec file for package suse-hpc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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 +Version: 0.5.20211210.07cc46c Release: 0 Source0: macros.hpc Source1: dlinfo.c ++++++ _service ++++++ --- /var/tmp/diff_new_pack.9bS2A3/_old 2022-01-06 15:51:56.896993164 +0100 +++ /var/tmp/diff_new_pack.9bS2A3/_new 2022-01-06 15:51:56.900993166 +0100 @@ -5,8 +5,8 @@ <param name="package-meta">no</param> <param name="exclude">.git</param> <param name="filename">suse-hpc</param> - <param name="versionformat">0.4.%h</param> - <param name="revision">ac4858f24744588523da51f7fba4ea419187388e</param> + <param name="versionformat">0.5.%cd.%h</param> + <param name="revision">07cc46c5ab791219e5971581868fd20b7d661d32</param> <param name="extract">general/dlinfo.c</param> <param name="extract">general/macros.hpc</param> <param name="extract">general/hpc_elf.pl</param> @@ -17,5 +17,8 @@ <param name="file">suse-hpc*.tar</param> <param name="compression">gz</param> </service> + <service mode="disabled" name="set_version"> + <param name="basename">suse-hpc</param> + </service> </services> ++++++ macros.hpc ++++++ --- /var/tmp/diff_new_pack.9bS2A3/_old 2022-01-06 15:51:56.952993195 +0100 +++ /var/tmp/diff_new_pack.9bS2A3/_new 2022-01-06 15:51:56.956993197 +0100 @@ -498,7 +498,7 @@ # same for non-singlespec (using internal %%_hpc_python3) %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]);") +%_hpc_python_ver() %(%1 -c "import sysconfig as s; print(s.get_config_var('py_version_short'));") # get the (abbreviated) python version used for package and directory names (singlespec). %hpc_python_version %{_hpc_python_ver %{expand:%__%{python_flavor}}}
