Hello community,

here is the log from the commit of package pdsh for openSUSE:Factory checked in 
at 2020-03-26 23:32:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdsh (Old)
 and      /work/SRC/openSUSE:Factory/.pdsh.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdsh"

Thu Mar 26 23:32:51 2020 rev:39 rq:788524 version:2.34

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdsh/pdsh.changes        2020-02-24 
15:56:57.808066602 +0100
+++ /work/SRC/openSUSE:Factory/.pdsh.new.3160/pdsh.changes      2020-03-26 
23:33:11.586773284 +0100
@@ -1,0 +2,24 @@
+Thu Mar 26 11:18:28 UTC 2020 - Egbert Eich <e...@suse.com>
+
+- Do not build for SLURM on 32bit platforms on Factory: SLURM 20.02
+  doesn't support this.
+
+-------------------------------------------------------------------
+Thu Mar 26 09:22:03 UTC 2020 - Ana Guerrero Lopez <aguerr...@suse.com>
+
+- Spec cleanup 
+
+-------------------------------------------------------------------
+Wed Mar 25 19:40:21 UTC 2020 - Egbert Eich <e...@suse.com>
+
+- Update to version pdsh-2.34 (2020-01-07)
+  * Fix for output corruption with no newlines (#114)
+  * pipecmd: fix result check error handling (Dylan Simon)
+  * slurm: workaround slurm export of internal List interfaces
+  * readline: add application name as argv[0] (#112)
+  * Fix errors from lgtm.com scan
+- Remove obsolete patches:
+  Change-typedef-List-to-typedef-xList.patch
+  pdsh-rename-list-to-xlist.patch
+  
+-------------------------------------------------------------------

Old:
----
  Change-typedef-List-to-typedef-xList.patch
  pdsh-2.33.tar.gz
  pdsh-rename-list-to-xlist.patch

New:
----
  pdsh-2.34.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pdsh.spec ++++++
--- /var/tmp/diff_new_pack.zDfXNv/_old  2020-03-26 23:33:12.134773482 +0100
+++ /var/tmp/diff_new_pack.zDfXNv/_new  2020-03-26 23:33:12.134773482 +0100
@@ -31,6 +31,11 @@
 %define have_slurm 1
 %define have_genders 1
 %endif
+%if 0%{?suse_version} >= 1550
+ %ifarch %ix86 %arm ppc
+   %define have_slurm 0
+ %endif
+%endif
 
 %if 0%{?have_slurm} && "x%{?slurm_version}" != "x"
 %define _slurm_version _%{slurm_version}
@@ -52,16 +57,13 @@
 BuildRequires:  genders-devel > 1.0
 %endif
 URL:            http://pdsh.googlecode.com/
-Version:        2.33
+Version:        2.34
 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/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-Patch1:         pdsh-rename-list-to-xlist.patch
-Patch2:         Change-typedef-List-to-typedef-xList.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Prereq: 
 # Set this to 1 to build with genders support and framework for
 # running Elan jobs.
@@ -131,14 +133,12 @@
 
 %prep
 %setup -q 
-%patch1 -p1
-%patch2 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
        --with-readline \
-       --with-machines=/etc/pdsh/machines \
+       --with-machines=%{_sysconfdir}/pdsh/machines \
        --with-ssh \
        --with-dshgroups \
        --with-netgroup \
@@ -150,53 +150,47 @@
         %{?have_slurm:--with-slurm} \
        --without-rsh \
        --disable-static
-make
+%make_build
 
 %install
 %make_install
-rm -f %buildroot/%_libdir/pdsh/*.la
+rm -f %buildroot/%{_libdir}/pdsh/*.la
 
 %files
-%defattr(-,root,root)
 %doc README DISCLAIMER.* README.* NEWS TODO
 %license COPYING
-%attr(755, root, root) /usr/bin/pdsh
-%attr(755, root, root) /usr/bin/pdcp 
-/usr/bin/dshbak
-/usr/bin/rpdcp
+%attr(755, root, root) %{_bindir}/pdsh
+%attr(755, root, root) %{_bindir}/pdcp 
+%{_bindir}//dshbak
+%{_bindir}//rpdcp
 %{_mandir}/man1/pdsh.1.gz
 %{_mandir}/man1/pdcp.1.gz
 %{_mandir}/man1/dshbak.1.gz
 %{_mandir}/man1/rpdcp.1.gz
-%_libdir/pdsh
-%{?have_genders:%exclude %_libdir/pdsh/genders.so}
-%{?have_slurm:%exclude %_libdir/pdsh/slurm.so}
-%exclude %_libdir/pdsh/machines.so
-%exclude %_libdir/pdsh/dshgroup.so
-%exclude %_libdir/pdsh/netgroup.so
+%{_libdir}/pdsh
+%{?have_genders:%exclude %{_libdir}/pdsh/genders.so}
+%{?have_slurm:%exclude %{_libdir}/pdsh/slurm.so}
+%exclude %{_libdir}/pdsh/machines.so
+%exclude %{_libdir}/pdsh/dshgroup.so
+%exclude %{_libdir}/pdsh/netgroup.so
 
 %if 0%{?have_slurm}
 %files slurm%{?_slurm_version}
-%defattr(-,root,root)
-%_libdir/pdsh/slurm.so
+%{_libdir}/pdsh/slurm.so
 %endif
 
 %if 0%{?have_genders}
 %files genders
-%defattr(-,root,root)
-%_libdir/pdsh/genders.so
+%{_libdir}/pdsh/genders.so
 %endif
 
 %files machines
-%defattr(-,root,root)
-%_libdir/pdsh/machines.so
+%{_libdir}/pdsh/machines.so
 
 %files dshgroup
-%defattr(-,root,root)
-%_libdir/pdsh/dshgroup.so
+%{_libdir}/pdsh/dshgroup.so
 
 %files netgroup
-%defattr(-,root,root)
-%_libdir/pdsh/netgroup.so
+%{_libdir}/pdsh/netgroup.so
 
 %changelog

++++++ pdsh-2.33.tar.gz -> pdsh-2.34.tar.gz ++++++
++++ 23155 lines of diff (skipped)


Reply via email to