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

George Rawlinson grawlinson at gemini.archlinux.org
Tue Aug 23 02:02:49 UTC 2022


    Date: Tuesday, August 23, 2022 @ 02:02:49
  Author: grawlinson
Revision: 1274896

upgpkg: parallel 20220822-1; new upstream release

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

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

Modified: 0001-Remove-citation-things.patch
===================================================================
--- 0001-Remove-citation-things.patch	2022-08-23 00:29:46 UTC (rev 1274895)
+++ 0001-Remove-citation-things.patch	2022-08-23 02:02:49 UTC (rev 1274896)
@@ -1,6 +1,6 @@
 --- a/src/parallel
 +++ b/src/parallel
-@@ -1927,11 +1927,6 @@ sub options_completion_hash() {
+@@ -1950,11 +1950,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. ".
-@@ -2166,15 +2161,6 @@ sub parse_options(@) {
+@@ -2189,15 +2184,6 @@ sub parse_options(@) {
      my @argv_before = @ARGV;
      @ARGV = read_options();
  
@@ -28,7 +28,7 @@
      # no-* overrides *
      if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -2463,81 +2449,6 @@ sub parse_options(@) {
+@@ -2486,81 +2472,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'}) {
-@@ -5531,85 +5442,9 @@ sub usage() {
+@@ -5559,85 +5470,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, July 22). GNU Parallel 20220722 ('Roe vs Wade').",
--	 "  Zenodo. https://doi.org/10.5281/zenodo.6891516",
+-	 "  Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie').",
+-	 "  Zenodo. https://doi.org/10.5281/zenodo.7015730",
 -	 "",
 -	 # 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, July 22). GNU Parallel 20220722 ('Roe vs Wade').",
--	     "  Zenodo. https://doi.org/10.5281/zenodo.6891516",
+-	     "  Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie').",
+-	     "  Zenodo. https://doi.org/10.5281/zenodo.7015730",
 -	     "",
 -	     # Before changing these line,  please read
 -	     # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@@ -196,7 +196,7 @@
  sub status(@) {
      my @w = @_;
      my $fh = $Global::status_fd || *STDERR;
-@@ -5674,97 +5509,7 @@ sub version() {
+@@ -5702,97 +5537,7 @@ sub version() {
  	 "This is free software: you are free to change and redistribute it.",
  	 "GNU $Global::progname comes with no warranty.",
  	 "",
@@ -222,20 +222,20 @@
 -	"If you use programs that use GNU Parallel to process data for an article in a",
 -	"scientific publication, please cite:",
 -	"",
--	"\@software{tange_2022_6891516,",
+-	"\@software{tange_2022_7015730,",
 -	"      author       = {Tange, Ole},",
--	"      title        = {GNU Parallel 20220722 ('Roe vs Wade')},",
--	"      month        = Jul,",
+-	"      title        = {GNU Parallel 20220822 ('Rushdie')},",
+-	"      month        = Aug,",
 -	"      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.6891516},",
--	"      url          = {https://doi.org/10.5281/zenodo.6891516}",
+-	"      doi          = {10.5281/zenodo.7015730},",
+-	"      url          = {https://doi.org/10.5281/zenodo.7015730}",
 -	"}",
 -	"",
--	"(Feel free to use \\nocite{tange_2022_6891516})",
+-	"(Feel free to use \\nocite{tange_2022_7015730})",
 -	"",
 -	# Before changing these lines, please read
 -	# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 00:29:46 UTC (rev 1274895)
+++ PKGBUILD	2022-08-23 02:02:49 UTC (rev 1274896)
@@ -6,7 +6,7 @@
 
 pkgbase=parallel
 pkgname=('parallel' 'parallel-docs')
-pkgver=20220722
+pkgver=20220822
 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=('b3bee9861ad9537055f00ebc7a1593697cb9f53167bd79fb612b9567a1d19edb7b770e5e68cee410bf2a146f3c48608e7a47254972f28ca0418d725b8d2088d3'
+sha512sums=('d2dc3b2e59eb777e24c4564c7a9b8460ae85d587b32aa50358583d90f1beea8f321c5e93bd6adf34731a447d7fc22942c81e27a75a4b0b02616af2887be6db12'
             'SKIP'
-            '4624afb1e3a00bb61d3a3d307be81e04ab994a272d6ede00b1742e2d423226ed747419cf89c7e10f5714a47d6c91ad1a698eb46ca68248f10b4b214f575da8f3')
-b2sums=('76d9edddac82b5077d6416cf629dc02d427c93a42907f84a467a45805efe99154eaa175755a4a4c9a9d86df480842daef7064b1d324671eeb6c08fdbab3e7b70'
+            '4b68f30b3a07948a3dfa45a60a7eba78d5249d9befdb7759bec71dea9366c31f1b12e5f481c6c734afdee71da092cefedd1dd361b00589f8216f7e09bc182739')
+b2sums=('95e94064eaecf661a46d45f33f61c51c3873b38935adcb9705678f44e4583d4338d9914ca2b5be87f3551148ad9889cb11beda11ac5771d840337d5a1d33c1c4'
         'SKIP'
-        '864c0e55b1853fd0b2bca53f2976d3306e560b77c07c729dc45aa839951469caa11642eaba88998bbf24e9c35f9587f0f795701a0cf0719e202a0cf2e2476055')
+        '9604aef98b59be7afcdc43b26dfedf9cb1bad1969b6a4352fb290477870ae334b05996bc5e79700dfec66cc042685ac3be75c9adbc6e905c8949944d8c1879aa')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
 
 prepare() {



More information about the arch-commits mailing list