42d575cfa0
Accepting request 1061795 from home:dirkmueller:Factory
...
- update to 20230122:
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/1061795
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=178
2023-02-01 14:19:38 +00:00
c5bbb1edd2
- Update to release 20221222
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=176
2022-12-23 11:47:08 +00:00
183eab7378
- Update to release 20221122
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=174
2022-11-24 00:01:59 +00:00
d6fb4266a0
Accepting request 1032195 from home:dirkmueller:Factory
...
- update to 20221022:
* --latest-line chops line length at terminal width.
* Determine max command length faster on Microsoft Windows.
OBS-URL: https://build.opensuse.org/request/show/1032195
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=172
2022-10-30 20:01:19 +00:00
b2bc7f6cfa
Accepting request 1007090 from home:dirkmueller:Factory
...
- update to 20220922:
* --colour-failed only changes output for failing jobs.
* Password for --sshlogin can be put in $SSHPASS.
* Examples are moved from `man parallel` to `man parallel_examples`.
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/1007090
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=170
2022-10-03 13:16:07 +00:00
3b94fa3288
Accepting request 999185 from home:dirkmueller:Factory
...
- update to 20220822:
* --header 0 allows using {filename} as replacement string
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/999185
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=168
2022-08-25 08:06:24 +00:00
26643e754a
Accepting request 993344 from home:kukuk:branches:utilities
...
- Use full path for perl interpreter to fix
"/usr/bin/parallel: perl: bad interpreter: No such file or directory"
OBS-URL: https://build.opensuse.org/request/show/993344
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=166
2022-08-05 15:43:06 +00:00
9a632678b0
avoid munging search pattern
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=164
2022-07-25 07:45:32 +00:00
bcd804005b
Accepting request 990938 from home:dirkmueller:Factory
...
- update to 20220722:
* --colour-failed will color output red if the job fails.
* sql: support for InfluxDB.
* Polarhome.com is dead, so these OSs are no longer supported: AIX
HPUX IRIX Minix OPENSTEP OpenIndiana OpenServer QNX Solaris Syllable
Tru64 Ultrix UnixWare.
* Bug fixes and man page updates.
- add bash and zsh completion subpackages
- update to 20220622:
* , can be used in --sshlogin if quoted as \, or ,,
* --plus {/#regexp/str} replace ^regexp with str.
* --plus {/%regexp/str} replace regexp$ with str.
* --plus {//regexp/str} replace every regexp with str.
* 'make install' installs bash+zsh completion files.
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/990938
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=163
2022-07-25 07:43:58 +00:00
c629107a10
Accepting request 979704 from home:dirkmueller:Factory
...
- update to 20220522:
* --latest-line shows only the latest line of running jobs.
* --color colors output in different colors per job (this obsoletes --ctag).
* xargs compatibility: --process-slot-var foo sets $foo to jobslot-1.
* xargs compatibility: --open-tty opens the terminal on stdin (standard input).
OBS-URL: https://build.opensuse.org/request/show/979704
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=161
2022-05-29 19:06:39 +00:00
e056041770
Accepting request 972420 from home:dirkmueller:Factory
...
- update to 20220422:
* sash is no longer supported as shell.
* --retries 0 is an alias for --retries 2147483647.
* --shell-completion returns shell completion code.
* --ssh-login-file reloads every second.
* --parset is replaced with --_parset because it is only used internally.
* sem --pipe passes STDIN (standard input) to the command.
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/972420
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=159
2022-04-24 21:20:40 +00:00
66b7cfac9a
Accepting request 964388 from home:dirkmueller:Factory
...
- update to 20220322:
* --sshlogin user:password@host is now supported by using sshpass.
* Bug fixes and man page updates: Many options now have a 'See also' section.
OBS-URL: https://build.opensuse.org/request/show/964388
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=157
2022-03-24 03:11:14 +00:00
c287995b67
Accepting request 963332 from home:dirkmueller:Factory
...
- update to 20220222:
* Encoding of remote commands has changed. This limits the length of
remote commands to less than half. It also requires $REMOTE_TMPDIR
to be writable. It makes this release beta quality.
* Time functions hh_mm_ss() hhmmss() hh_mm() hhmm() are now available
for {= =}.
* Many options in the man page for parallel now has 'see also' for
related options.
* parallel_options_map.pdf is a map showing which options other
options relate to.
* {uniq} added to --plus to only run jobs with unique values.
* sem --fg exits with the exit code of the job.
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/963332
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=155
2022-03-21 07:22:48 +00:00
174235b4b7
Accepting request 948237 from home:dirkmueller:Factory
...
- update to 20220122:
* GNU Parallel turned 20 on the 2022-01-06
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/948237
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=153
2022-01-23 16:46:48 +00:00
6c5d2dcd13
Accepting request 942793 from home:dirkmueller:Factory
...
- update to 20211222:
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/942793
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=152
2021-12-27 20:13:50 +00:00
e8938dad51
Accepting request 934240 from home:dirkmueller:Factory
...
- update to 20211122:
* Bug fixes and man page updates.
* Don't postpone output until $jobslots jobs have been started.
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/934240
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=151
2021-12-01 14:18:35 +00:00
fdbfbe37a2
- Update to release 20210922
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=150
2021-10-08 11:13:19 +00:00
9975486d69
Accepting request 908524 from home:dirkmueller:Factory
...
- update to 20210722:
* --results no longer prints the result to standard output
* parset supports associative arrays in bash, ksh, zsh.
* Online HTML is now generated by Sphinx.
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/908524
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=149
2021-07-27 07:00:21 +00:00
602d8e8d3c
- Update to release 20210522
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=147
2021-06-08 15:46:59 +00:00
12f0a3309c
- Update to release 20210422
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=145
2021-05-04 13:39:14 +00:00
d9b17e91fb
file licenses the right way
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=142
2021-03-23 15:38:36 +00:00
78d97c8999
Accepting request 880747 from home:asmorodskyi:branches:utilities
...
Update to release 20210322
OBS-URL: https://build.opensuse.org/request/show/880747
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=141
2021-03-23 15:28:41 +00:00
ed224ec4e3
- Update to release 20210222
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=139
2021-02-21 23:24:09 +00:00
d86733ecb4
- Update to release 20210122
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=137
2021-02-04 09:51:27 +00:00
48caf06e5f
- Update to release 20201222
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=135
2020-12-24 12:52:12 +00:00
3b1d9cf6da
Accepting request 857152 from home:dirkmueller:branches:utilities
...
- update to 20201122:
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/857152
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=133
2020-12-20 15:41:42 +00:00
380bae6613
- Update to release 20201022
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=131
2020-11-01 23:16:01 +00:00
0bf248d348
- Update to release 20200922
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=129
2020-10-09 18:48:46 +00:00
4463cd64a4
- Update to release 20200822
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=127
2020-09-05 15:29:16 +00:00
0743eb186e
- Update to release 20200722
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=125
2020-07-30 13:02:25 +00:00
195789ab4c
- Update to release 20200522
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=123
2020-06-05 14:53:40 +00:00
22bd22f822
- Update to release 20200422
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=121
2020-04-29 07:43:32 +00:00
db90b4b7f7
- Update to release 20200322
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=119
2020-03-23 10:23:34 +00:00
39ad6b0d4b
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=118
2020-03-16 09:41:01 +00:00
024d5f308f
- Update to release 20200222
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=117
2020-03-16 09:39:04 +00:00
2251ea2cab
- Update to release 20191222
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=116
2020-01-10 11:01:43 +00:00
b20f2b1c0c
Accepting request 762159 from home:dancermak:branches:utilities
...
Remove /usr/bin/env rpmlint errors
OBS-URL: https://build.opensuse.org/request/show/762159
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=115
2020-01-10 09:55:01 +00:00
473969da63
Accepting request 743491 from home:namtrac:branches:utilities
...
- Update to new release 20191022
* --nice is now inherited by the nice level that GNU Parallel is
started at. So 'nice -n10 parallel' will also cause remote jobs to be
run at nice level 10.
* --delay is now accurate to within 5 ms.
* --tee will use --output-error=warn-nopipe if supported by tee.
- Refresh parallel-remove-nag-screen.patch
OBS-URL: https://build.opensuse.org/request/show/743491
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=113
2019-10-29 14:26:14 +00:00
19bdb53f5f
- Update to new release 20190822
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=111
2019-09-01 06:52:24 +00:00
256c88313e
Accepting request 698241 from home:namtrac:bugfix
...
- Update to new upstream release 20190422
* 'env_parallel --end-session' makes it possible to nest
'env_parallel --session'
* --shard makes it possible to send input to the same jobslot
based on the value in one column of the input.
It is similar to sharding in databases.
* --shellquote --shellquote will shell quote the input twice.
* SIGTERM is changed to SIGHUP, so sending SIGHUP will make
GNU Parallel start no more jobs, but wait for running jobs
to finish.
* SIGTERM SIGTERM is changed to SIGTERM, so sending SIGTERM
will make GNU Parallel kill all running jobs.
* Bug fixes and man page updates.
OBS-URL: https://build.opensuse.org/request/show/698241
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=109
2019-05-02 19:15:47 +00:00
f447a1f9ac
- Update to new upstream release 20181122
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=107
2018-11-23 17:31:57 +00:00
d1668ca21d
- Update to new upstream release 20181022
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=105
2018-11-14 20:06:21 +00:00
cb5ac21333
- Update to new upstream release 20180822
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=103
2018-08-25 07:38:05 +00:00
a89df4af73
- Update to new upstream release 20180722
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=101
2018-08-08 16:47:41 +00:00
13ae4530e3
Accepting request 618438 from home:AndreasStieger:branches:utilities
...
- update to 20180622:
* Deal better with multibyte chars by forcing LC_ALL=C
OBS-URL: https://build.opensuse.org/request/show/618438
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=99
2018-06-23 08:25:07 +00:00
OBS User mrdocs
4ec54e65e5
Accepting request 612293 from home:AndreasStieger:branches:utilities
...
gnu_parallel 20180522
OBS-URL: https://build.opensuse.org/request/show/612293
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=97
2018-05-26 04:39:01 +00:00
d13cde9a25
Accepting request 600289 from home:AndreasStieger:branches:utilities
...
gnu_parallel 20180422
OBS-URL: https://build.opensuse.org/request/show/600289
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=95
2018-04-24 07:33:00 +00:00
adf144b0b6
Accepting request 592647 from home:AndreasStieger:branches:utilities
...
gnu_parallel 20180322
OBS-URL: https://build.opensuse.org/request/show/592647
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=93
2018-03-31 00:33:36 +00:00
edc4d834f9
pulls in all the shells, equally silly
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=91
2018-03-07 23:27:58 +00:00
aca2ff1f40
- Update to new upstream release 20180222
...
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=90
2018-03-07 23:26:41 +00:00