Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pdsh for openSUSE:Factory checked in at 2024-01-22 20:38:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdsh (Old) and /work/SRC/openSUSE:Factory/.pdsh.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdsh" Mon Jan 22 20:38:25 2024 rev:51 rq:1140554 version:2.35 Changes: -------- --- /work/SRC/openSUSE:Factory/pdsh/pdsh.changes 2023-07-04 15:23:18.154538309 +0200 +++ /work/SRC/openSUSE:Factory/.pdsh.new.16006/pdsh.changes 2024-01-22 20:38:30.146592692 +0100 @@ -1,0 +2,30 @@ +Wed Jan 17 15:49:28 UTC 2024 - Egbert Eich <[email protected]> + +- Update to version 2.35 + * slurm: call slurm_init() once before any call to Slurm API (Egbert Eich) + Removed: + Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch + * slurm: fix compile of slurm plugin against Slurm >= 23.x + Removed: + Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch + * log module option errors with -d (Erik Jacobson) + * fail fast on connect error or non-zero return code (Jerry Mannil) + Removed: fail-fast-on-ssh-errors-or-non-zero-return-code.patch + Removed: doc-fast-fail-update.patch + * Release a lock that is no longer used (ycaibb) + Removed: Release-a-lock-that-is-no-longer-used-in-dsh.patch + * build: use LDADD instead of LDFLAGS for libcommon.la (orbea) + * slurm: add -C to restrict hostlist to nodes with features (Dylan Simon) + Removed: slurm-add-C-features-constraint.patch + slurm-add-documentation-for-C.patch + * ssh: fix sshcmd_signal on macos + * dsbak: fix handling of empty input lines + Removed: dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch + * Removed additional backport: + hostlist-fix-use-of-strchr.patch +- Remove outdated and defunct project URI on Google. The content + can still be found in the archives at: + https://code.google.com/archive/p/pdsh/. + The project has moved to github entirely. + +------------------------------------------------------------------- Old: ---- Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch Release-a-lock-that-is-no-longer-used-in-dsh.patch doc-fast-fail-update.patch dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch fail-fast-on-ssh-errors-or-non-zero-return-code.patch hostlist-fix-use-of-strchr.patch pdsh-2.34.tar.gz slurm-add-C-features-constraint.patch slurm-add-documentation-for-C.patch New: ---- pdsh-2.35.tar.gz BETA DEBUG BEGIN: Old: Removed: Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch * slurm: fix compile of slurm plugin against Slurm >= 23.x Old: Removed: Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch * log module option errors with -d (Erik Jacobson) Old: * Release a lock that is no longer used (ycaibb) Removed: Release-a-lock-that-is-no-longer-used-in-dsh.patch * build: use LDADD instead of LDFLAGS for libcommon.la (orbea) Old: Removed: fail-fast-on-ssh-errors-or-non-zero-return-code.patch Removed: doc-fast-fail-update.patch * Release a lock that is no longer used (ycaibb) Old: * dsbak: fix handling of empty input lines Removed: dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch * Removed additional backport: Old: * fail fast on connect error or non-zero return code (Jerry Mannil) Removed: fail-fast-on-ssh-errors-or-non-zero-return-code.patch Removed: doc-fast-fail-update.patch Old: * Removed additional backport: hostlist-fix-use-of-strchr.patch - Remove outdated and defunct project URI on Google. The content Old: * slurm: add -C to restrict hostlist to nodes with features (Dylan Simon) Removed: slurm-add-C-features-constraint.patch slurm-add-documentation-for-C.patch Old: Removed: slurm-add-C-features-constraint.patch slurm-add-documentation-for-C.patch * ssh: fix sshcmd_signal on macos BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdsh.spec ++++++ --- /var/tmp/diff_new_pack.Ln3oIU/_old 2024-01-22 20:38:30.990623518 +0100 +++ /var/tmp/diff_new_pack.Ln3oIU/_new 2024-01-22 20:38:30.994623664 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,23 +54,13 @@ %if 0%{?have_genders} BuildRequires: genders-devel > 1.0 %endif -URL: http://pdsh.googlecode.com/ -Version: 2.34 +URL: https://github.com/chaos/%{pname} +Version: 2.35 Release: 0 Summary: Parallel remote shell program -# git clone of https://code.google.com/p/pdsh/ License: GPL-2.0-or-later Group: Productivity/Clustering/Computing Source: https://github.com/chaos/%{pname}/releases/download/%{pname}-%{version}/%{pname}-%{version}.tar.gz -Patch1: slurm-add-C-features-constraint.patch -Patch2: slurm-add-documentation-for-C.patch -Patch3: hostlist-fix-use-of-strchr.patch -Patch4: dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch -Patch5: Release-a-lock-that-is-no-longer-used-in-dsh.patch -Patch6: fail-fast-on-ssh-errors-or-non-zero-return-code.patch -Patch7: doc-fast-fail-update.patch -Patch8: Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch -Patch9: Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch %description Pdsh is a multithreaded remote shell client which executes commands on @@ -133,15 +123,6 @@ %prep %setup -q -n %{pname}-%{version} -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" ++++++ pdsh-2.34.tar.gz -> pdsh-2.35.tar.gz ++++++ ++++ 33129 lines of diff (skipped)
