[arch-commits] Commit in parallel/trunk (0001-Remove-citation-things.patch PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Wed Feb 23 02:34:51 UTC 2022
Date: Wednesday, February 23, 2022 @ 02:34:50
Author: grawlinson
Revision: 1136213
upgpkg: parallel 20220222-1
New upstream release.
Modified:
parallel/trunk/0001-Remove-citation-things.patch
parallel/trunk/PKGBUILD
-----------------------------------+
0001-Remove-citation-things.patch | 35 ++++++++++++++++++-----------------
PKGBUILD | 10 +++++-----
2 files changed, 23 insertions(+), 22 deletions(-)
Modified: 0001-Remove-citation-things.patch
===================================================================
--- 0001-Remove-citation-things.patch 2022-02-23 02:17:43 UTC (rev 1136212)
+++ 0001-Remove-citation-things.patch 2022-02-23 02:34:50 UTC (rev 1136213)
@@ -1,6 +1,6 @@
--- a/src/parallel
+++ b/src/parallel
-@@ -1654,11 +1654,6 @@ sub options_hash() {
+@@ -1668,11 +1668,6 @@ sub options_hash() {
"gnu" => \$opt::gnu,
"link|xapply" => \$opt::link,
"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
@@ -10,9 +10,9 @@
- # You accept to be put in a public hall of shame by removing
- # these lines.
"bibtex|citation" => \$opt::citation,
- "wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
+ "will-cite|willcite|nn|nonotice|no-notice" => \$opt::willcite,
# Termination and retries
-@@ -1815,15 +1810,6 @@ sub parse_options(@) {
+@@ -1832,15 +1827,6 @@ sub parse_options(@) {
my @argv_before = @ARGV;
@ARGV = read_options();
@@ -28,7 +28,7 @@
# no-* overrides *
if($opt::nokeeporder) { $opt::keeporder = undef; }
-@@ -2104,81 +2090,6 @@ sub parse_options(@) {
+@@ -2120,81 +2106,6 @@ sub parse_options(@) {
if(defined $opt::eta) { $opt::progress = $opt::eta; }
if(defined $opt::bar) { $opt::progress = $opt::bar; }
@@ -110,7 +110,7 @@
parse_halt();
if($ENV{'PARALLEL_ENV'}) {
-@@ -5110,83 +5021,9 @@ sub usage() {
+@@ -5138,83 +5049,9 @@ sub usage() {
"",
"GNU Parallel can do much more. See 'man $Global::progname' for details",
"",
@@ -118,8 +118,8 @@
- "If you use programs that use GNU Parallel to process data for an article in a",
- "scientific publication, please cite:",
- "",
-- " Tange, O. (2022, January 22). GNU Parallel 20220122 ('20 years').",
-- " Zenodo. https://doi.org/10.5281/zenodo.5893336",
+- " Tange, O. (2022, February 22). GNU Parallel 20220222 ('Donetsk Luhansk').",
+- " Zenodo. https://doi.org/10.5281/zenodo.6213471",
- "",
- # Before changing these lines, please read
- # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
@@ -151,8 +151,8 @@
- "If you use programs that use GNU Parallel to process data for an article in a",
- "scientific publication, please cite:",
- "",
-- " Tange, O. (2022, January 22). GNU Parallel 20220122 ('20 years').",
-- " Zenodo. https://doi.org/10.5281/zenodo.5893336",
+- " Tange, O. (2022, February 22). GNU Parallel 20220222 ('Donetsk Luhansk').",
+- " Zenodo. https://doi.org/10.5281/zenodo.6213471",
- "",
- # Before changing these line, please read
- # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and
@@ -194,10 +194,11 @@
sub status(@) {
my @w = @_;
my $fh = $Global::status_fd || *STDERR;
-@@ -5251,97 +5088,7 @@ sub version() {
+@@ -5278,98 +5115,7 @@ sub version() {
+ "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>",
"This is free software: you are free to change and redistribute it.",
"GNU $Global::progname comes with no warranty.",
- "",
+- "",
- "Web site: https://www.gnu.org/software/${Global::progname}\n",
- "When using programs that use GNU Parallel to process data for publication",
- "please cite as described in 'parallel --citation'.\n",
@@ -220,20 +221,20 @@
- "If you use programs that use GNU Parallel to process data for an article in a",
- "scientific publication, please cite:",
- "",
-- "\@software{tange_2022_5893336,",
+- "\@software{tange_2022_6213471,",
- " author = {Tange, Ole},",
-- " title = {GNU Parallel 20220122 ('20 years')},",
-- " month = Jan,",
+- " title = {GNU Parallel 20220222 ('Donetsk Luhansk')},",
+- " month = Feb,",
- " year = 2021,",
- " note = {{GNU Parallel is a general parallelizer to run",
- " multiple serial command line programs in parallel",
- " without changing them.}},",
- " publisher = {Zenodo},",
-- " doi = {10.5281/zenodo.5893336},",
-- " url = {https://doi.org/10.5281/zenodo.5893336}",
+- " doi = {10.5281/zenodo.6213471},",
+- " url = {https://doi.org/10.5281/zenodo.6213471}",
- "}",
- "",
-- "(Feel free to use \\nocite{tange_2022_5893336})",
+- "(Feel free to use \\nocite{tange_2022_6213471})",
- "",
- # Before changing these lines, please read
- # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-23 02:17:43 UTC (rev 1136212)
+++ PKGBUILD 2022-02-23 02:34:50 UTC (rev 1136213)
@@ -6,7 +6,7 @@
pkgbase=parallel
pkgname=('parallel' 'parallel-docs')
-pkgver=20220122
+pkgver=20220222
pkgrel=1
pkgdesc='A shell tool for executing jobs in parallel'
arch=('any')
@@ -16,12 +16,12 @@
"https://ftp.gnu.org/gnu/$pkgbase/$pkgbase-$pkgver.tar.bz2"{,.sig}
'0001-Remove-citation-things.patch'
)
-sha512sums=('8466e3a37930fdb1b77f8976bef6875f12cd57423d82afded9e30c6a15fd2361b6c50991f43c4a6d61d354d11a5f6da3344da72b1efc67fb7eda30a5242b1873'
+sha512sums=('3a5bb880fb4c4e2fa9ccda95359da36e16af5cdfc26095471613b03b994bf6fa2a8370933cc3a570069f5cb733475948b66f3d93cd78dfe20df5f0278148ba1e'
'SKIP'
- '579c776fce963558b079b79aed2e4d9404e01ff990f91d57a28b4584a06e8abb38659b68a1d465652ba112c4c1a74c1a5389c6f7f1c259a7401b80d490225b4b')
-b2sums=('5a4d37442aa7319e8ea4b18a0b29ea8a69a4b235a938bd26e76e977da12c6d8f2cf1ce6bda2fff41b14f39750dadd6d60e58cf80cab82eaf9eb8f71e4b997a63'
+ 'd0841cb0654ce7797874f9118cb44a57f84274b33e0984af29a67fd498b3f90f2a17450130490051d3f2191b533854989a27919b91c1f9af8ec0d6ba1d34fc99')
+b2sums=('55cc38cc93007be6c31a7a24df5fa2411aea07fe148caeb87de7756e6c8fcd47e47af72e90cd6d142469abdc653cd4de67e5994932f6db6bb123701cee72f88b'
'SKIP'
- '716255ec10b1811b70e8c3012157e55c0cc01c80bf78ce89e321e313e7ee410f6c9a68afc3607e56c1181e940798265dd54ec3a2b7f5b748e5d930d48e476302')
+ '41a5a1a002e618fa903046580ea9ba7902e174b901a3d0d590eba38615a064fcdba85272f308285e536a56ef60aa71e4e32d5ec697d99825fea1074fd39d0121')
validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
prepare() {
More information about the arch-commits
mailing list