forked from pool/gnu_parallel
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
5a8e959ce6 | |||
|
42b56cf684 | ||
cd3f4d2bbf |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1729675390
|
||||||
|
commit: 8d60b8a26f95dd442636584271b8c6c2474e8f1a47cde52f0ebaa5b0482f8299
|
||||||
|
url: https://src.opensuse.org/jengelh/gnu_parallel
|
||||||
|
revision: master
|
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,19 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jun 5 19:25:03 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 20250522
|
|
||||||
* Bug fixes and man page updates.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Apr 7 19:03:17 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 20250322
|
|
||||||
* `--pipe --block` works similar to `--pipepart --block` if
|
|
||||||
`--block` size is negative.
|
|
||||||
* When hitting a `--milestone`, parallel now waits until running
|
|
||||||
jobs are done before starting more jobs.
|
|
||||||
* `--unsafe` now treats UTF8 as safe and only warns.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 23 09:14:22 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Wed Oct 23 09:14:22 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnu_parallel
|
# spec file for package gnu_parallel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnu_parallel
|
Name: gnu_parallel
|
||||||
Version: 20250522
|
Version: 20241022
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shell tool for executing jobs in parallel
|
Summary: Shell tool for executing jobs in parallel
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@@ -29,10 +29,6 @@ Source2: https://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2.sig
|
|||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
Source9: %name-rpmlintrc
|
Source9: %name-rpmlintrc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Obsoletes: %name-bash-completion < %version-%release
|
|
||||||
Provides: %name-bash-completion = %version-%release
|
|
||||||
Obsoletes: %name-zsh-completion < %version-%release
|
|
||||||
Provides: %name-zsh-completion = %version-%release
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Parallel is a shell tool for executing jobs in parallel using one
|
GNU Parallel is a shell tool for executing jobs in parallel using one
|
||||||
@@ -53,6 +49,28 @@ GNU Parallel is a shell tool for executing jobs in parallel using one
|
|||||||
or more computers.
|
or more computers.
|
||||||
This subpackage contains the documentation for Parallel.
|
This subpackage contains the documentation for Parallel.
|
||||||
|
|
||||||
|
%package bash-completion
|
||||||
|
Summary: zsh completion for GNU parallel
|
||||||
|
Requires: %name = %version
|
||||||
|
Supplements: (%name and bash-completion)
|
||||||
|
BuildRequires: bash
|
||||||
|
|
||||||
|
%description bash-completion
|
||||||
|
GNU Parallel is a shell tool for executing jobs in parallel using one
|
||||||
|
or more computers.
|
||||||
|
This subpackage contains the bash completion for Parallel.
|
||||||
|
|
||||||
|
%package zsh-completion
|
||||||
|
Summary: zsh completion for GNU parallel
|
||||||
|
Requires: %name = %version
|
||||||
|
Supplements: (%name and zsh)
|
||||||
|
BuildRequires: zsh
|
||||||
|
|
||||||
|
%description zsh-completion
|
||||||
|
GNU Parallel is a shell tool for executing jobs in parallel using one
|
||||||
|
or more computers.
|
||||||
|
This subpackage contains the zsh completion for Parallel.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n parallel-%version -p1
|
%autosetup -n parallel-%version -p1
|
||||||
|
|
||||||
@@ -79,7 +97,11 @@ rm "%buildroot/%_bindir/parallel.orig"
|
|||||||
%_bindir/sql
|
%_bindir/sql
|
||||||
%_mandir/man1/*.1*
|
%_mandir/man1/*.1*
|
||||||
%_mandir/man7/*.7*
|
%_mandir/man7/*.7*
|
||||||
|
|
||||||
|
%files bash-completion
|
||||||
%_datadir/bash-completion/
|
%_datadir/bash-completion/
|
||||||
|
|
||||||
|
%files zsh-completion
|
||||||
%_datadir/zsh/
|
%_datadir/zsh/
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
|
BIN
parallel-20241022.tar.bz2
(Stored with Git LFS)
Normal file
BIN
parallel-20241022.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
41
parallel-20241022.tar.bz2.sig
Normal file
41
parallel-20241022.tar.bz2.sig
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# To check the signature run:
|
||||||
|
# echo | gpg
|
||||||
|
# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-20241022.tar.bz2.sig
|
||||||
|
|
||||||
|
echo | gpg 2>/dev/null
|
||||||
|
gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
|
||||||
|
exit $?
|
||||||
|
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQUHBAABCgAdFiEEzaAaQgjE90UGEH570atFFoiIiIgFAmcWqEIACgkQ0atFFoiI
|
||||||
|
iIiiviadHxudIp173wIRa8umD7NQCfQmM+z3wM8oL8/UM26tGRnM3AGGrEfrRTDB
|
||||||
|
JyqKAfwcgA05OqEylQonhS7lSnPV5j2GC36VQjAVaBd/yX+vySCNanbrnppCdwHE
|
||||||
|
OQ93cHwvij196XbVyW3lZRbVGzCxmHZHqIhjmoyhmpbZUmOXD1WOrrgtAN3WsS0U
|
||||||
|
vPf+L8gl2dEZxYv/flfC3DpCeGNf0nDP19UeIhua4VPod15eC901km3AI9HV14qH
|
||||||
|
sXT1wtrrhoMRI8vlBV1SHTDctRfWsfZhS4m1Wcn/HAfa5zkVD3riXU1TtvvjPi0Q
|
||||||
|
IOoDUdxNyIynwmxXk+qTyxbh7HKrjtWBaqji+LjrA8MTS+h57ZObdNb5mnZLGAp7
|
||||||
|
rVYOfs3tALQgJJLmTO7oyk5i9pMB11euxMaonU2MhCkm21DX4ishNf4xc1F9fgW/
|
||||||
|
nhzWsdlQa6N8PAugpFBVQBBVPeMAYmAvoOIZJABsS7yXIT194iqT1yodNYZbNNUq
|
||||||
|
c4aOd4x/zltVD84u3hwN7PewSMa4UWA2Lk+Jp4PXXhUh8BiI6EoXSflEnfdrF4Xv
|
||||||
|
FI/OgHqZDtaSxbCVQ4Np8vboHLG7Y1ZGpVyWv3zWgD1H4ayAdhtYx8If/+JfBG29
|
||||||
|
PJXUgMh9DBl9B0/PzXhgE7q41Ng86GEbFpfle2le4owWPPV+cGLWesg7kwRfZhTV
|
||||||
|
8++nfmxa0mm18tbEKvhBoWdsGG1Fao/cpIJfG6Ah8mHQfkokM04GhsjA+h9TRFPa
|
||||||
|
9H2m+jUaBaa8GZyG3qKciIR/8DmRTO83MgF2D9m7m2kjdS/eOjYDnZiRTCBkx+w0
|
||||||
|
0rM8HWUa1uwF/14H/R2PBI8qpGSO9BSMQiBJa5+MPLMN23I+FepCZ5N8XyvvPpPN
|
||||||
|
qBjuqzLVttnnrStmDyJq0jLUaZ7+U2RhIgVe3txIIWkYVhdXJZCmdY31Rf9OvsMd
|
||||||
|
MddEtAX/5p6xIA+Q/KWMIHLvsX9qVbdLGhSetDtbc5bj8r53sI4AX7CVoAaWPBoL
|
||||||
|
F7GYUW0LgvU6Cgl/9bM1LpepC4lP8boQ6OAKpKPGgs9HbNCvm7YW+pOM9t7iIruf
|
||||||
|
3KPcZnMCc+4Bz9nqtpOnmaKfzyMvBIYmj+Ux5BcSaovZmwsPpccfLmCVU+yWuvOo
|
||||||
|
ZqBY8vFKt1FI+nXErd+oe6WtWljoBweD546joqt+i+FXZCk3FarcOzhd1ObS2bmA
|
||||||
|
VGENCoN0IbQiCcwMCrQy9JyHINzAk8FhxhMt2T3W0XLVsz1+WBE5MeBFgda9fE6D
|
||||||
|
uDozlaODVw6c2D5LVBQFJ/xk9lHhoB4QnzByiZwkKXx/1XgP8UCkNNHobwGKAh2h
|
||||||
|
HjIou6RhX9JM7HPwCSNq/9ya10Zx8D4ieRX4yCfh7T2eAn2MjYqsGFegFpk+DbIW
|
||||||
|
qR/LXKTJuTG7V/Ie1NiQCJ/Xx7BY0isFSJZ0Z03Nd5Ity1KSFH06Hr+IOPytoDsp
|
||||||
|
XzpmPdDmmB7IvkVpWBqI3HWMTSpB6MRWkicfi5Yll5HkPM64UHh74iF5zA+O5tQT
|
||||||
|
RLnSMNZDXuvtkpwDo47s4uya0Nwgo+fkKQJ1KnIQMdSn2XbhK6oG+iSne95AhLiK
|
||||||
|
eOHX233e7CRzbQQU6VDB2uljCuhW54D0Ws1K78I12EKDZMvy9VxaEPBc
|
||||||
|
=loqh
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
parallel-20250522.tar.bz2
(Stored with Git LFS)
BIN
parallel-20250522.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@@ -1,41 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# To check the signature run:
|
|
||||||
# echo | gpg
|
|
||||||
# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-20250522.tar.bz2.sig
|
|
||||||
|
|
||||||
echo | gpg 2>/dev/null
|
|
||||||
gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
|
|
||||||
exit $?
|
|
||||||
|
|
||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
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
|
|
||||||
=e+yk
|
|
||||||
-----END PGP SIGNATURE-----
|
|
Reference in New Issue
Block a user