[arch-commits] Commit in parallel/trunk (0001-Remove-citation-things.patch PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Sat Apr 23 10:24:24 UTC 2022


    Date: Saturday, April 23, 2022 @ 10:24:24
  Author: grawlinson
Revision: 1187563

upgpkg: parallel 20220422-1

New upstream release.

Modified:
  parallel/trunk/0001-Remove-citation-things.patch
  parallel/trunk/PKGBUILD

-----------------------------------+
 0001-Remove-citation-things.patch |   64 ++++++++++++++++++------------------
 PKGBUILD                          |   10 ++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Modified: 0001-Remove-citation-things.patch
===================================================================
--- 0001-Remove-citation-things.patch	2022-04-23 10:10:05 UTC (rev 1187562)
+++ 0001-Remove-citation-things.patch	2022-04-23 10:24:24 UTC (rev 1187563)
@@ -1,25 +1,23 @@
-diff --git a/src/parallel b/src/parallel
-index 0151f73..5e71108 100755
 --- a/src/parallel
 +++ b/src/parallel
-@@ -1668,11 +1668,6 @@ sub options_hash() {
- 	 "gnu" => \$opt::gnu,
- 	 "link|xapply" => \$opt::link,
+@@ -1889,11 +1889,6 @@ sub options_completion_hash() {
+ 	 "gnu[Behave like GNU parallel]" => \$opt::gnu,
+ 	 "link|xapply[Link input sources]" => \$opt::link,
  	 "linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
 -	 # Before changing these lines, please read
--	 # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-	 # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
 -	 # https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
 -	 # You accept to be put in a public hall of shame by removing
 -	 # these lines.
- 	 "bibtex|citation" => \$opt::citation,
- 	 "will-cite|willcite|nn|nonotice|no-notice" => \$opt::willcite,
- 	 # Termination and retries
-@@ -1832,15 +1827,6 @@ sub parse_options(@) {
+ 	 ("bibtex|citation".
+ 	  "[Print the citation notice and BibTeX entry for GNU parallel, silence citation notice for all future runs, and exit. It will not run any commands]"
+ 	  => \$opt::citation),
+@@ -2115,15 +2110,6 @@ sub parse_options(@) {
      my @argv_before = @ARGV;
      @ARGV = read_options();
  
 -    # Before changing these line, please read
--    # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-    # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
 -    # https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
 -    # You accept to be added to a public hall of shame by
 -    # removing the lines.
@@ -30,7 +28,7 @@
      # no-* overrides *
      if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -2120,81 +2106,6 @@ sub parse_options(@) {
+@@ -2404,81 +2390,6 @@ sub parse_options(@) {
      if(defined $opt::eta) { $opt::progress = $opt::eta; }
      if(defined $opt::bar) { $opt::progress = $opt::bar; }
  
@@ -112,20 +110,21 @@
      parse_halt();
  
      if($ENV{'PARALLEL_ENV'}) {
-@@ -5141,83 +5052,9 @@ sub usage() {
+@@ -5433,84 +5344,9 @@ sub usage() {
+ 	 "--recstart str  Record start separator for --pipe.",
  	 "",
  	 "GNU Parallel can do much more. See 'man $Global::progname' for details",
- 	 "",
+-	 "",
 -	 "Academic tradition requires you to cite works you base your article on.",
 -	 "If you use programs that use GNU Parallel to process data for an article in a",
 -	 "scientific publication, please cite:",
 -	 "",
--	 "  Tange, O. (2022, March 22). GNU Parallel 20220322 ('Маріу́поль').",
--	 "  Zenodo. https://doi.org/10.5281/zenodo.6377950",
+-	 "  Tange, O. (2022, April 22). GNU Parallel 20220422 ('Буча').",
+-	 "  Zenodo. https://doi.org/10.5281/zenodo.6479152",
 -	 "",
 -	 # Before changing these lines,	 please read
--	 # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--	 # https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt	 
+-	 # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
+-	 # https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
 -	 # You accept to be put in a public hall of shame by removing
 -	 # these lines.
 -	 "This helps funding further development; AND IT WON'T COST YOU A CENT.",
@@ -153,11 +152,11 @@
 -	     "If you use programs that use GNU Parallel to process data for an article in a",
 -	     "scientific publication, please cite:",
 -	     "",
--	     "  Tange, O. (2022, March 22). GNU Parallel 20220322 ('Маріу́поль').",
--	     "  Zenodo. https://doi.org/10.5281/zenodo.6377950",
+-	     "  Tange, O. (2022, April 22). GNU Parallel 20220422 ('Буча').",
+-	     "  Zenodo. https://doi.org/10.5281/zenodo.6479152",
 -	     "",
 -	     # Before changing these line,  please read
--	     # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and
+-	     # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
 -	     # https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
 -	     # You accept to be put in a public hall of shame by
 -	     # removing these lines.
@@ -165,7 +164,7 @@
 -	     "If you pay 10000 EUR you should feel free to use GNU Parallel without citing.",
 -	     "",
 -	     "More about funding GNU Parallel and the citation notice:",
--	     "https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice",
+-	     "https://www.gnu.org/software/parallel/parallel_design.html#citation-notice",
 -	     "",
 -	     "To silence this citation notice: run 'parallel --citation' once.",
 -	     ""
@@ -196,10 +195,11 @@
  sub status(@) {
      my @w = @_;
      my $fh = $Global::status_fd || *STDERR;
-@@ -5282,97 +5119,7 @@ sub version() {
+@@ -5574,98 +5410,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",
@@ -222,23 +222,23 @@
 -	"If you use programs that use GNU Parallel to process data for an article in a",
 -	"scientific publication, please cite:",
 -	"",
--	"\@software{tange_2022_6377950,",
+-	"\@software{tange_2022_6479152,",
 -	"      author       = {Tange, Ole},",
--	"      title        = {GNU Parallel 20220322 ('Маріу́поль')},",
--	"      month        = Mar,",
+-	"      title        = {GNU Parallel 20220422 ('Буча')},",
+-	"      month        = Apr,",
 -	"      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.6377950},",
--	"      url          = {https://doi.org/10.5281/zenodo.6377950}",
+-	"      doi          = {10.5281/zenodo.6479152},",
+-	"      url          = {https://doi.org/10.5281/zenodo.6479152}",
 -	"}",
 -	"",
--	"(Feel free to use \\nocite{tange_2022_6377950})",
+-	"(Feel free to use \\nocite{tange_2022_6479152})",
 -	"",
 -	# Before changing these lines, please read
--	# https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and
+-	# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
 -	# https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
 -	# You accept to be put in a public hall of shame by removing
 -	# these lines.
@@ -247,7 +247,7 @@
 -	"",
 -	"More about funding GNU Parallel and the citation notice:",
 -	"https://lists.gnu.org/archive/html/parallel/2013-11/msg00006.html",
--	"https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice",
+-	"https://www.gnu.org/software/parallel/parallel_design.html#citation-notice",
 -	"https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt",
 -	"",
 -	"If you send a copy of your published article to tange\@gnu.org, it will be",

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 10:10:05 UTC (rev 1187562)
+++ PKGBUILD	2022-04-23 10:24:24 UTC (rev 1187563)
@@ -6,7 +6,7 @@
 
 pkgbase=parallel
 pkgname=('parallel' 'parallel-docs')
-pkgver=20220322
+pkgver=20220422
 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=('2e486ac131404672c0da6b9391717588e2df2b41b3914d433f25cf313017a2bcc554462213979318e334e1ea95a3887d55b0e7c5f5837f637c00e19562d52fd9'
+sha512sums=('b4179c5ad936ed01753d91d75a012d6985dd8fb24f1e0d06fa7806352bfc59aeeedd42b15fd31b8294d25671aa474f885362c887875e79b32b613bfe1f9a262e'
             'SKIP'
-            'c4dc8f67a312a60ef40803a6d2937bfe5aa5ece50957f9458c319ff074a1cfc04dd4beb9096d58f98cedab2669d5c5ce5cc322d4d5dfd52ecd7687b6ecfa58d8')
-b2sums=('d641f8bf59aced5b5c4d009fdcbbd79db03ac1cea45a315d220d4f1204f7f9f6b5c3b996487627fb356ffd1ab7c12eef7f3b5accf352ed43f414b7f72282620c'
+            '255f50448b791c53087f68b1650a2aab86b5f80efb13228ffa2903ab1b3465faf50a17be8e9a6eba6d6e46e83a11781c4c8480e14ec125d826fd1253cdae7ed0')
+b2sums=('5630c58a15cc6ce0dac0346188afa9916b18545a9da91854f3cae604fc3c2ced33fd3a5f17a2967693a2e28cbddb198a3e63372125721a8dc67af80cbf03e940'
         'SKIP'
-        'cfabcc3c604f49c3c9cef7ce0049596925c432f0e0c5d19268a1bdd70b3d4daee30e43da76a39098b50af83a3d41f298be5ebefbaab974e51abdfbd87cc2ccea')
+        '410317d7ea9146d373daeba8d27738ed21598bb50b0a6ecb78a8b31eed4ebf0d1c2baf2a6f2bada62fce7ec2840e507604f48d00820498330fdfedbb18874e7a')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
 
 prepare() {



More information about the arch-commits mailing list