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

George Rawlinson grawlinson at gemini.archlinux.org
Tue May 24 01:09:20 UTC 2022


    Date: Tuesday, May 24, 2022 @ 01:09:20
  Author: grawlinson
Revision: 1210148

upgpkg: parallel 20220522-1

New upstream release.

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

-----------------------------------+
 0001-Remove-citation-things.patch |   50 +++++++++++++++++++-----------------
 PKGBUILD                          |   10 +++----
 2 files changed, 32 insertions(+), 28 deletions(-)

Modified: 0001-Remove-citation-things.patch
===================================================================
--- 0001-Remove-citation-things.patch	2022-05-24 00:59:14 UTC (rev 1210147)
+++ 0001-Remove-citation-things.patch	2022-05-24 01:09:20 UTC (rev 1210148)
@@ -1,6 +1,8 @@
+diff --git a/src/parallel b/src/parallel
+index 551c066..eb4819e 100755
 --- a/src/parallel
 +++ b/src/parallel
-@@ -1889,11 +1889,6 @@ sub options_completion_hash() {
+@@ -1920,11 +1920,6 @@ sub options_completion_hash() {
  	 "gnu[Behave like GNU parallel]" => \$opt::gnu,
  	 "link|xapply[Link input sources]" => \$opt::link,
  	 "linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
@@ -10,9 +12,9 @@
 -	 # You accept to be put in a public hall of shame by removing
 -	 # these lines.
  	 ("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(@) {
+ 	  "[Print the citation notice and BibTeX entry for GNU parallel, ".
+ 	  "silence citation notice for all future runs, and exit. ".
+@@ -2159,15 +2154,6 @@ sub parse_options(@) {
      my @argv_before = @ARGV;
      @ARGV = read_options();
  
@@ -28,7 +30,7 @@
      # no-* overrides *
      if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -2404,81 +2390,6 @@ sub parse_options(@) {
+@@ -2459,81 +2445,6 @@ sub parse_options(@) {
      if(defined $opt::eta) { $opt::progress = $opt::eta; }
      if(defined $opt::bar) { $opt::progress = $opt::bar; }
  
@@ -110,17 +112,16 @@
      parse_halt();
  
      if($ENV{'PARALLEL_ENV'}) {
-@@ -5433,84 +5344,9 @@ sub usage() {
- 	 "--recstart str  Record start separator for --pipe.",
+@@ -5507,85 +5418,9 @@ sub usage() {
  	 "",
  	 "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, April 22). GNU Parallel 20220422 ('Буча').",
--	 "  Zenodo. https://doi.org/10.5281/zenodo.6479152",
+-	 "  Tange, O. (2022, May 22). GNU Parallel 20220522 ('NATO').",
+-	 "  Zenodo. https://doi.org/10.5281/zenodo.6570228",
 -	 "",
 -	 # Before changing these lines,	 please read
 -	 # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
@@ -152,8 +153,8 @@
 -	     "If you use programs that use GNU Parallel to process data for an article in a",
 -	     "scientific publication, please cite:",
 -	     "",
--	     "  Tange, O. (2022, April 22). GNU Parallel 20220422 ('Буча').",
--	     "  Zenodo. https://doi.org/10.5281/zenodo.6479152",
+-	     "  Tange, O. (2022, May 22). GNU Parallel 20220522 ('NATO').",
+-	     "  Zenodo. https://doi.org/10.5281/zenodo.6570228",
 -	     "",
 -	     # Before changing these line,  please read
 -	     # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@@ -184,8 +185,10 @@
 -	    print $fh $runs;
 -	    close $fh;
 -	    if($runs >= 10) {
--		::status("Come on: You have run parallel $runs times. Isn't it about time ",
--			 "you run 'parallel --citation' once to silence the citation notice?",
+-		::status("Come on: You have run parallel $runs times. ".
+-			 "Isn't it about time ",
+-			 "you run 'parallel --citation' once to silence ".
+-			 "the citation notice?",
 -			 "");
 -	    }
 -	}
@@ -195,7 +198,7 @@
  sub status(@) {
      my @w = @_;
      my $fh = $Global::status_fd || *STDERR;
-@@ -5574,98 +5410,7 @@ sub version() {
+@@ -5649,98 +5484,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.",
@@ -222,20 +225,20 @@
 -	"If you use programs that use GNU Parallel to process data for an article in a",
 -	"scientific publication, please cite:",
 -	"",
--	"\@software{tange_2022_6479152,",
+-	"\@software{tange_2022_6570228,",
 -	"      author       = {Tange, Ole},",
--	"      title        = {GNU Parallel 20220422 ('Буча')},",
--	"      month        = Apr,",
--	"      year         = 2021,",
+-	"      title        = {GNU Parallel 20220522 ('NATO')},",
+-	"      month        = May,",
+-	"      year         = 2022,",
 -	"      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.6479152},",
--	"      url          = {https://doi.org/10.5281/zenodo.6479152}",
+-	"      doi          = {10.5281/zenodo.6570228},",
+-	"      url          = {https://doi.org/10.5281/zenodo.6570228}",
 -	"}",
 -	"",
--	"(Feel free to use \\nocite{tange_2022_6479152})",
+-	"(Feel free to use \\nocite{tange_2022_6570228})",
 -	"",
 -	# Before changing these lines, please read
 -	# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@@ -253,7 +256,7 @@
 -	"If you send a copy of your published article to tange\@gnu.org, it will be",
 -	"mentioned in the release notes of next version of GNU Parallel.",
 -	""
- 	);
+-	);
 -    while(not grep { -e "$_/will-cite" } @Global::config_dirs) {
 -	print "\nType: 'will cite' and press enter.\n> ";
 -	my $input = <STDIN>;
@@ -291,6 +294,7 @@
 -	    }
 -	}
 -    }
++  );
  }
  
  sub show_limits() {

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-24 00:59:14 UTC (rev 1210147)
+++ PKGBUILD	2022-05-24 01:09:20 UTC (rev 1210148)
@@ -6,7 +6,7 @@
 
 pkgbase=parallel
 pkgname=('parallel' 'parallel-docs')
-pkgver=20220422
+pkgver=20220522
 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=('b4179c5ad936ed01753d91d75a012d6985dd8fb24f1e0d06fa7806352bfc59aeeedd42b15fd31b8294d25671aa474f885362c887875e79b32b613bfe1f9a262e'
+sha512sums=('45dd1abe8652d29cd054505263b4ed792f42d7d6799ebdbfec07c21d54437d7243a054adff1d6c987eb85260d7ead2a9bb4dacb9d54a8a5b332218e27cf4f62c'
             'SKIP'
-            '255f50448b791c53087f68b1650a2aab86b5f80efb13228ffa2903ab1b3465faf50a17be8e9a6eba6d6e46e83a11781c4c8480e14ec125d826fd1253cdae7ed0')
-b2sums=('5630c58a15cc6ce0dac0346188afa9916b18545a9da91854f3cae604fc3c2ced33fd3a5f17a2967693a2e28cbddb198a3e63372125721a8dc67af80cbf03e940'
+            '0222471b1e59a8864d79674e147df0a9452f24f9fdefad336eada8f50da3bd21caefdc98705cdf6ab0b3194962f032f63be118c3ae2eec7b1239023012281eab')
+b2sums=('e32f62930a4147dc950f5bdab1da58bef19c83b75e7257511d44257ef1569b40a34c670c63831f46daabcb390a197b7293aabb66f2dacd9848dd64910fd3b912'
         'SKIP'
-        '410317d7ea9146d373daeba8d27738ed21598bb50b0a6ecb78a8b31eed4ebf0d1c2baf2a6f2bada62fce7ec2840e507604f48d00820498330fdfedbb18874e7a')
+        '26509c87a6b45aa4659e5cad9b3251e0fcdb44634ddecb29789e25b303d17fb9805967c5fafdcba7720015c2e6c445dfe771bd7538c5800cc6534bddd95dc4a6')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
 
 prepare() {



More information about the arch-commits mailing list