Date: Saturday, October 22, 2022 @ 22:39:50
  Author: grawlinson
Revision: 1333748

upgpkg: parallel 20221022-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, 19 insertions(+), 21 deletions(-)

Modified: 0001-Remove-citation-things.patch
===================================================================
--- 0001-Remove-citation-things.patch   2022-10-22 22:25:31 UTC (rev 1333747)
+++ 0001-Remove-citation-things.patch   2022-10-22 22:39:50 UTC (rev 1333748)
@@ -28,7 +28,7 @@
      # no-* overrides *
      if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -2486,81 +2472,6 @@ sub parse_options(@) {
+@@ -2486,79 +2472,6 @@ sub parse_options(@) {
      if(defined $opt::eta) { $opt::progress = $opt::eta; }
      if(defined $opt::bar) { $opt::progress = $opt::bar; }
  
@@ -41,7 +41,6 @@
 -    # This problem has been covered by others - though no solution has
 -    # been found:
 -    # https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
--    # https://blog.licensezero.com/2019/08/24/process-of-elimination.html
 -    # https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
 -    #
 -    # The FAQ tells you why the citation notice exists:
@@ -81,7 +80,6 @@
 -    # trademark. The xt:Commerce case shows this.
 -    #
 -    # Description of the xt:Commerce case in OLG Duesseldorf
--    # 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
 -    # 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
 -    #
 -    # The verdict in German
@@ -102,7 +100,7 @@
 -    # If you want GNU Parallel to be maintained in the future you
 -    # should keep this line.
 -    citation_notice();
--    # _YOU_ will be harming free software by removing the notice.  You
+-    # *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.
@@ -110,7 +108,7 @@
      parse_halt();
  
      if($ENV{'PARALLEL_ENV'}) {
-@@ -5558,85 +5469,9 @@ sub usage() {
+@@ -5556,85 +5469,9 @@ sub usage() {
         "",
         "GNU Parallel can do much more. See 'man $Global::progname' for 
details",
         "",
@@ -118,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, September 22). GNU Parallel 20220922 
('Elizabeth').",
--       "  Zenodo. https://doi.org/10.5281/zenodo.7105792";,
+-       "  Tange, O. (2022, October 22). GNU Parallel 20221022 ('Nord 
Stream').",
+-       "  Zenodo. https://doi.org/10.5281/zenodo.7239559";,
 -       "",
 -       # Before changing these lines,  please read
 -       # 
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
@@ -151,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, September 22). GNU Parallel 20220922 
('Elizabeth').",
--           "  Zenodo. https://doi.org/10.5281/zenodo.7105792";,
+-           "  Tange, O. (2022, October 22). GNU Parallel 20221022 ('Nord 
Stream').",
+-           "  Zenodo. https://doi.org/10.5281/zenodo.7239559";,
 -           "",
 -           # Before changing these line,  please read
 -           # 
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@@ -196,7 +194,7 @@
  sub status(@) {
      my @w = @_;
      my $fh = $Global::status_fd || *STDERR;
-@@ -5701,97 +5536,7 @@ sub version() {
+@@ -5699,97 +5536,7 @@ sub version() {
         "This is free software: you are free to change and redistribute it.",
         "GNU $Global::progname comes with no warranty.",
         "",
@@ -222,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_7105792,",
+-      "\@software{tange_2022_7239559,",
 -      "      author       = {Tange, Ole},",
--      "      title        = {GNU Parallel 20220922 ('Elizabeth')},",
--      "      month        = Sep,",
+-      "      title        = {GNU Parallel 20221022 ('Nord Stream')},",
+-      "      month        = Oct,",
 -      "      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.7105792},",
--      "      url          = {https://doi.org/10.5281/zenodo.7105792}";,
+-      "      doi          = {10.5281/zenodo.7239559},",
+-      "      url          = {https://doi.org/10.5281/zenodo.7239559}";,
 -      "}",
 -      "",
--      "(Feel free to use \\nocite{tange_2022_7105792})",
+-      "(Feel free to use \\nocite{tange_2022_7239559})",
 -      "",
 -      # Before changing these lines, please read
 -      # 
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-22 22:25:31 UTC (rev 1333747)
+++ PKGBUILD    2022-10-22 22:39:50 UTC (rev 1333748)
@@ -6,7 +6,7 @@
 
 pkgbase=parallel
 pkgname=('parallel' 'parallel-docs')
-pkgver=20220922
+pkgver=20221022
 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=('8a1b8b0e3cd5548ceb32b3dd160303e5efd2ed3c4bce09abc09e17437c17b3688324a6b257893e838fb19ca0d55d08288ce2898098346dd78298ffb04a3c9536'
+sha512sums=('13746e51435271b702f4c581ece70689b1fb8d45115deb1543dc325a5026f4f23095fb85656314d7f7405e44e523a9e6629eba8ed37751f9c8e008354c76b2f9'
             'SKIP'
-            
'44f006c67318dc5a33b4737c6d541b989cbb0eedb9a84f0edc897456ccb4a42f8d6532e22c617347564d5ad902f491821b302a3ac4e7b9ea1632c6d1c596494c')
-b2sums=('5cdb9daef3731a0de9a845f9686d506abe378973992953feec0b3502498adb0b20ed6ed13795748180555fc3557127dbb5b847030432d7b0039ea2f56818cea4'
+            
'8574309b7a992f36e8c6095eabd65746ca4f5ae03d13e47f5ca760a6673f2b716e03ebeec275e3b2c0c7699adf4bbbd241e1a31d6e61c64e0b4b113c40f4abdd')
+b2sums=('715ea3b0dbd103a7f37fc7f8a6e28d039393fa562f85283e7aba0e8e64dc673101d561eb1290a69ed9daf9876b40c9b8855d8c72ac35af0323298e9a54594272'
         'SKIP'
-        
'876db20598bd641a30b51f2b4dc64d0e1f58e90521a9b5dca96ec81b09504ad7761c1674087d549ccfd70d9410a3343b4aa0aae5ace0ff7ff515ebf4f50756aa')
+        
'177a78e975edaad560e9eeb2ef286dea65c17a8b09a48b700b7fd11de616821b595b36cd1b13291534d47fe12fc08d716f39c972b10f0e98af54b1f9d30e2d49')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
 
 prepare() {

Reply via email to