Accepting request 181085 from utilities

- Update to new upstream release 20130522

OBS-URL: https://build.opensuse.org/request/show/181085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu_parallel?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2013-06-28 09:49:46 +00:00 committed by Git OBS Bridge
commit 9d3ec42ec3
6 changed files with 37 additions and 4 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jun 23 05:41:30 UTC 2013 - jengelh@inai.de
- Update to new upstream release 20130522
* --ctrlc is now the default if --pipe is not used, making it
possible to kill remotely-started jobs simply by pressing Ctrl-C.
* --timeout 200% now means "kill jobs which take more than twice
the time of the median runtime of a job".
* Jobs are now distributed round-robin when having mulitiple
--sshlogin, instead of filling up one --sshlogin at a time.
- Update to new upstream release 20130622
* --xapply now recycles arguments if an input source has more
arguments than others.
* The sleep time between jobs is now both increased and decreased
exponentially.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 20 11:36:03 UTC 2013 - coolo@suse.com Thu Jun 20 11:36:03 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: gnu_parallel Name: gnu_parallel
Version: 20130422 Version: 20130622
Release: 0 Release: 0
Summary: Shell tool for executing jobs in parallel Summary: Shell tool for executing jobs in parallel
License: GPL-3.0+ License: GPL-3.0+

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3090bb1ce3d56fe8c844a6ba4faa2ada69554f50c2ec46bdcd5d382d9a61cf2b
size 241817

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e815e7dbffd4d91e298b3b6d0bba12a515939f8ba72ac929b7c84eaf6cf69096
size 243064

View File

@ -0,0 +1,17 @@
#!/bin/bash
# To check the signature run:
# echo | gpg
# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-20130622.tar.bz2.sig
echo | gpg 2>/dev/null
gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
exit $?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAlHFrBUACgkQLGIp4v////EniACfZNq+E+eK1l+m01PCJXjRHc8I
yBIAoIvneZi1GuNFTxJyXWNiooauVyqe
=B6e+
-----END PGP SIGNATURE-----