Date: Friday, February 24, 2023 @ 01:24:01
Author: grawlinson
Revision: 1403760
upgpkg: parallel 20230222-1; new upstream release
Modified:
parallel/trunk/0001-Remove-citation-things.patch
parallel/trunk/PKGBUILD
-----------------------------------+
0001-Remove-citation-things.patch | 47 ++++++++++++++++++++++--------------
PKGBUILD | 10 +++----
2 files changed, 34 insertions(+), 23 deletions(-)
Modified: 0001-Remove-citation-things.patch
===================================================================
--- 0001-Remove-citation-things.patch 2023-02-24 01:23:34 UTC (rev 1403759)
+++ 0001-Remove-citation-things.patch 2023-02-24 01:24:01 UTC (rev 1403760)
@@ -1,6 +1,6 @@
--- a/src/parallel
+++ b/src/parallel
-@@ -1951,11 +1951,6 @@ sub options_completion_hash() {
+@@ -1953,11 +1953,6 @@ sub options_completion_hash() {
"gnu[Behave like GNU parallel]" => \$opt::gnu,
"link|xapply[Link input sources]" => \$opt::link,
"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
@@ -12,7 +12,7 @@
("bibtex|citation".
"[Print the citation notice and BibTeX entry for GNU parallel, ".
"silence citation notice for all future runs, and exit. ".
-@@ -2190,14 +2185,6 @@ sub parse_options(@) {
+@@ -2196,14 +2191,6 @@ sub parse_options(@) {
my @argv_before = @ARGV;
@ARGV = read_options();
@@ -27,10 +27,15 @@
# no-* overrides *
if($opt::nokeeporder) { $opt::keeporder = undef; }
-@@ -2506,79 +2493,6 @@ sub parse_options(@) {
+@@ -2516,90 +2503,6 @@ sub parse_options(@) {
+ eval q{sub decode_utf8($;$) { $_[0]; }};
}
}
-
+-
+- # If you want GNU Parallel to be maintained in the future you
+- # should keep this.
+- # *YOU* will be harming free software by removing the notice.
+- #
- # Funding a free software project is hard. GNU Parallel is no
- # exception. On top of that it seems the less visible a project
- # is, the harder it is to get funding. And the nature of GNU
@@ -99,15 +104,21 @@
- # If you want GNU Parallel to be maintained in the future you
- # should keep this line.
- citation_notice();
+-
+- # This is because _YOU_ actively make it harder to justify
+- # spending time developing GNU Parallel by removing it.
+-
+- # If you disagree, please read (especially 77-):
+- #
https://www.fordfoundation.org/media/2976/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure.pdf
+-
- # *YOU* will be harming free software by removing the notice. You
- # accept to be added to a public hall of shame by removing the
-- # line. This is because _YOU_ actively make it harder to justify
-- # spending time developing GNU Parallel.
+- # line. That includes you, Andreas and George.
-
parse_halt();
if($ENV{'PARALLEL_ENV'}) {
-@@ -5623,85 +5537,9 @@ sub usage() {
+@@ -5684,85 +5587,9 @@ sub usage() {
"",
"GNU Parallel can do much more. See 'man $Global::progname' for
details",
"",
@@ -115,8 +126,8 @@
- "If you use programs that use GNU Parallel to process data for an
article in a",
- "scientific publication, please cite:",
- "",
-- " Tange, O. (2023, January 22). GNU Parallel 20230122
('Bolsonaristas').",
-- " Zenodo. https://doi.org/10.5281/zenodo.7558957",
+- " Tange, O. (2023, February 22). GNU Parallel 20230222
('Gaziantep').",
+- " Zenodo. https://doi.org/10.5281/zenodo.7668338",
- "",
- # Before changing these lines, please read
- #
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
@@ -148,8 +159,8 @@
- "If you use programs that use GNU Parallel to process data for an
article in a",
- "scientific publication, please cite:",
- "",
-- " Tange, O. (2023, January 22). GNU Parallel 20230122
('Bolsonaristas').",
-- " Zenodo. https://doi.org/10.5281/zenodo.7558957",
+- " Tange, O. (2023, February 22). GNU Parallel 20230222
('Gaziantep').",
+- " Zenodo. https://doi.org/10.5281/zenodo.7668338",
- "",
- # Before changing these line, please read
- #
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@@ -193,7 +204,7 @@
sub status(@) {
my @w = @_;
my $fh = $Global::status_fd || *STDERR;
-@@ -5766,97 +5604,7 @@ sub version() {
+@@ -5827,97 +5654,7 @@ sub version() {
"This is free software: you are free to change and redistribute it.",
"GNU $Global::progname comes with no warranty.",
"",
@@ -219,20 +230,20 @@
- "If you use programs that use GNU Parallel to process data for an
article in a",
- "scientific publication, please cite:",
- "",
-- "\@software{tange_2023_7558957,",
+- "\@software{tange_2023_7668338,",
- " author = {Tange, Ole},",
-- " title = {GNU Parallel 20230122 ('Bolsonaristas')},",
-- " month = Jan,",
+- " title = {GNU Parallel 20230222 ('Gaziantep')},",
+- " month = Feb,",
- " year = 2023,",
- " 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.7558957},",
-- " url = {https://doi.org/10.5281/zenodo.7558957}",
+- " doi = {10.5281/zenodo.7668338},",
+- " url = {https://doi.org/10.5281/zenodo.7668338}",
- "}",
- "",
-- "(Feel free to use \\nocite{tange_2023_7558957})",
+- "(Feel free to use \\nocite{tange_2023_7668338})",
- "",
- # Before changing these lines, please read
- #
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-24 01:23:34 UTC (rev 1403759)
+++ PKGBUILD 2023-02-24 01:24:01 UTC (rev 1403760)
@@ -6,7 +6,7 @@
pkgbase=parallel
pkgname=('parallel' 'parallel-docs')
-pkgver=20230122
+pkgver=20230222
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=('e224954af1bcb481c02c344b713e7f02da549d62efb0b8fbfcbb0e30697e18c9860af4bca83bff61d685b37943c4f69146bb1d06cce9a3684de16e764d22c7f9'
+sha512sums=('52c88188ce7ded901bac3c34cbdc54fe0b4a9a1f5c893436957aa65b6b314a9ee6efeb38222ebb125704ece7db21e9bc5a31fda972397cf8b2cb506ac9fbfc95'
'SKIP'
-
'624c3e9adc424f6e5f165a851db8644d88da00e894ebdc3f680bc8042a110ec537dff22a41d93413ff8e786331f03f105f300d2b4928e8c79aa5e3ed0b7263b9')
-b2sums=('7f9544d14f5424dfc2976720d2e35883dd25e9a8dd1dcecbcca67ddf27ae05fb2c7e7f3b9428f7c21b375289d6ffd7b7e27e9b12d217b54e8ba11807f40908ff'
+
'1cf7cc22a228351ebebf3234dee7c2c38747d056c1350f86021c04904358c999853a979c82e6dad9f5c9132f08d1cbb958313ee9e5300702e40f7fe0ed7af373')
+b2sums=('3954f6e9dedb14c56881a4dcc329e06d2ce28c25aedf62ea4158ee4d1cc6387508addbe2c64cf7356a260999609da0d0181e4b4348af7e2f7acddd8bd21a585d'
'SKIP'
-
'cccec7f30d439e59d764cc3b4b1e703626171efd8bfcc59694d3c7c7e0746b1759702cee477e0458d943c554713e1328fbb422c0a20fc50496f2f4d9b535d364')
+
'67af8720e71a378241350a918976e7913fda029cf425bc4ff3b31dbbf30323d94f7c23aab8dbd1114df96ba776e27eecbe86208e1956b62ee7a8e52b548744e8')
validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
prepare() {