Date: Wednesday, November 23, 2022 @ 07:36:09
  Author: grawlinson
Revision: 1352008

upgpkg: parallel 20221122-1; new upstream release

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

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

Modified: 0001-Remove-citation-things.patch
===================================================================
--- 0001-Remove-citation-things.patch   2022-11-23 07:35:40 UTC (rev 1352007)
+++ 0001-Remove-citation-things.patch   2022-11-23 07:36:09 UTC (rev 1352008)
@@ -1,6 +1,6 @@
 --- a/src/parallel
 +++ b/src/parallel
-@@ -1950,11 +1950,6 @@ sub options_completion_hash() {
+@@ -1952,11 +1952,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. ".
-@@ -2189,15 +2184,6 @@ sub parse_options(@) {
+@@ -2191,15 +2186,6 @@ sub parse_options(@) {
      my @argv_before = @ARGV;
      @ARGV = read_options();
  
@@ -28,9 +28,9 @@
      # no-* overrides *
      if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -2486,79 +2472,6 @@ sub parse_options(@) {
-     if(defined $opt::eta) { $opt::progress = $opt::eta; }
-     if(defined $opt::bar) { $opt::progress = $opt::bar; }
+@@ -2508,79 +2494,6 @@ sub parse_options(@) {
+       }
+     }
  
 -    # Funding a free software project is hard. GNU Parallel is no
 -    # exception. On top of that it seems the less visible a project
@@ -108,7 +108,7 @@
      parse_halt();
  
      if($ENV{'PARALLEL_ENV'}) {
-@@ -5556,85 +5469,9 @@ sub usage() {
+@@ -5611,85 +5524,9 @@ sub usage() {
         "",
         "GNU Parallel can do much more. See 'man $Global::progname' for 
details",
         "",
@@ -116,8 +116,8 @@
 -       "If you use programs that use GNU Parallel to process data for an 
article in a",
 -       "scientific publication, please cite:",
 -       "",
--       "  Tange, O. (2022, October 22). GNU Parallel 20221022 ('Nord 
Stream').",
--       "  Zenodo. https://doi.org/10.5281/zenodo.7239559";,
+-       "  Tange, O. (2022, November 22). GNU Parallel 20221122 ('Херсо́н').",
+-       "  Zenodo. https://doi.org/10.5281/zenodo.7347980";,
 -       "",
 -       # Before changing these lines,  please read
 -       # 
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
@@ -149,8 +149,8 @@
 -           "If you use programs that use GNU Parallel to process data for an 
article in a",
 -           "scientific publication, please cite:",
 -           "",
--           "  Tange, O. (2022, October 22). GNU Parallel 20221022 ('Nord 
Stream').",
--           "  Zenodo. https://doi.org/10.5281/zenodo.7239559";,
+-           "  Tange, O. (2022, November 22). GNU Parallel 20221122 
('Херсо́н').",
+-           "  Zenodo. https://doi.org/10.5281/zenodo.7347980";,
 -           "",
 -           # Before changing these line,  please read
 -           # 
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@@ -194,7 +194,7 @@
  sub status(@) {
      my @w = @_;
      my $fh = $Global::status_fd || *STDERR;
-@@ -5699,97 +5536,7 @@ sub version() {
+@@ -5754,97 +5591,7 @@ sub version() {
         "This is free software: you are free to change and redistribute it.",
         "GNU $Global::progname comes with no warranty.",
         "",
@@ -220,20 +220,20 @@
 -      "If you use programs that use GNU Parallel to process data for an 
article in a",
 -      "scientific publication, please cite:",
 -      "",
--      "\@software{tange_2022_7239559,",
+-      "\@software{tange_2022_7347980,",
 -      "      author       = {Tange, Ole},",
--      "      title        = {GNU Parallel 20221022 ('Nord Stream')},",
--      "      month        = Oct,",
+-      "      title        = {GNU Parallel 20221122 ('Херсо́н')},",
+-      "      month        = Nov,",
 -      "      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.7239559},",
--      "      url          = {https://doi.org/10.5281/zenodo.7239559}";,
+-      "      doi          = {10.5281/zenodo.7347980},",
+-      "      url          = {https://doi.org/10.5281/zenodo.7347980}";,
 -      "}",
 -      "",
--      "(Feel free to use \\nocite{tange_2022_7239559})",
+-      "(Feel free to use \\nocite{tange_2022_7347980})",
 -      "",
 -      # Before changing these lines, please read
 -      # 
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-23 07:35:40 UTC (rev 1352007)
+++ PKGBUILD    2022-11-23 07:36:09 UTC (rev 1352008)
@@ -6,7 +6,7 @@
 
 pkgbase=parallel
 pkgname=('parallel' 'parallel-docs')
-pkgver=20221022
+pkgver=20221122
 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=('13746e51435271b702f4c581ece70689b1fb8d45115deb1543dc325a5026f4f23095fb85656314d7f7405e44e523a9e6629eba8ed37751f9c8e008354c76b2f9'
+sha512sums=('cdae4ec3a5aaf1ae6c0d9dc35bad930c2b34ad4f91209de80d55258f1945e2df345708000a2facef3b647b6e0d4c275c909faf073961ae0b80b89efa8831211f'
             'SKIP'
-            
'8574309b7a992f36e8c6095eabd65746ca4f5ae03d13e47f5ca760a6673f2b716e03ebeec275e3b2c0c7699adf4bbbd241e1a31d6e61c64e0b4b113c40f4abdd')
-b2sums=('715ea3b0dbd103a7f37fc7f8a6e28d039393fa562f85283e7aba0e8e64dc673101d561eb1290a69ed9daf9876b40c9b8855d8c72ac35af0323298e9a54594272'
+            
'9d22fcefc6ac6430fc81b3ba1d866dabee36ee786060e6f0d69539053a14eeb8e6df0343c3b445e78d1b2b5dea6126e1bb034afd0f9f52b3a57dc101e294e8fa')
+b2sums=('0bb85853f3dd84dc51a9382f7d7867352ce45fb8ce628e8c7f09a6cc14f469164f290bdb50efc609963478f4644bce36237a4bbec8568a8c23ba34a85670d6a1'
         'SKIP'
-        
'177a78e975edaad560e9eeb2ef286dea65c17a8b09a48b700b7fd11de616821b595b36cd1b13291534d47fe12fc08d716f39c972b10f0e98af54b1f9d30e2d49')
+        
'dc5ec26655e10f49714151dae671b7fea6907b3277a23c52cc45ea0af17ab992a827efd801ecc966b5809f01d1eb825941cf4f7cf38739a159abc67e73efb8ab')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
 
 prepare() {

Reply via email to