gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7203: taler bash readline


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7203: taler bash readline
Date: Tue, 6 Oct 2020 00:14:47 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7203
revision-id: carl@jens-20201006041435-inbcwch55i6ilusn
parent: carlhansen1234@gmail.com-20201005074908-nm59l4umnsakymev
committer: carl <carl@jens>
branch nick: trunk
timestamp: Mon 2020-10-05 21:14:35 -0700
message:
  taler bash readline
added:
  pkg/gnu/taler-bank/FIXME       fixme-20201006041347-gvjbq9klsr6r7tjr-1
modified:
  pkg/gnu/bash/Makefile          makefile-20160617014725-uokjfnggs70iry9h-446
  pkg/gnu/bash/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-449
  pkg/gnu/readline/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1635
  pkg/gnu/readline/sha256sums    sha256sums-20160617014725-uokjfnggs70iry9h-1643
  pkg/gnu/taler-bank/Makefile    makefile-20160617014725-uokjfnggs70iry9h-1831
  pkg/gnu/taler-bank/gpg-keyring gpgkeyring-20160617014725-uokjfnggs70iry9h-1835
  pkg/gnu/taler-bank/sha256sums  sha256sums-20160617014725-uokjfnggs70iry9h-1836
=== modified file 'pkg/gnu/bash/Makefile'
--- a/pkg/gnu/bash/Makefile     2020-09-10 02:44:10 +0000
+++ b/pkg/gnu/bash/Makefile     2020-10-06 04:14:35 +0000
@@ -22,7 +22,7 @@
 
 NAME = Bash
 GARNAME = bash
-GARVERSION = 5.1-beta
+GARVERSION = 5.1-rc1
 #PATCHNUM = 0
 HOME_URL = http://www.gnu.org/software/bash/
 DESCRIPTION = The GNU Bourne-Again SHell

=== modified file 'pkg/gnu/bash/sha256sums'
--- a/pkg/gnu/bash/sha256sums   2020-09-10 02:44:10 +0000
+++ b/pkg/gnu/bash/sha256sums   2020-10-06 04:14:35 +0000
@@ -1,2 +1,2 @@
-622394de182d037366ef7d2d495faef7d065856e75759deddd8bd2b7a7fe63e4  
download/bash-5.1-beta.tar.gz
-9db297efa8524c11f13c65a411f66cb7c13e795585c509594f5144f390a0b7f9  
download/bash-5.1-beta.tar.gz.sig
+0b2684eb1990329d499c96decfe2459f3e150deb915b0a9d03cf1be692b1d6d3  
download/bash-5.1-rc1.tar.gz
+5e7da48ad995d5eae7fe05e5b0113590cf66c50ffe498fe9de128978aecdf52e  
download/bash-5.1-rc1.tar.gz.sig

=== modified file 'pkg/gnu/readline/Makefile'
--- a/pkg/gnu/readline/Makefile 2020-09-10 02:44:10 +0000
+++ b/pkg/gnu/readline/Makefile 2020-10-06 04:14:35 +0000
@@ -23,7 +23,7 @@
 
 NAME = Readline
 GARNAME = readline
-GARVERSION = 8.1-beta
+GARVERSION = 8.1-rc1
 #PATCHNUM = 4
 HOME_URL = http://www.gnu.org/software/readline/
 DESCRIPTION = Edit command lines while typing, with history support

=== modified file 'pkg/gnu/readline/sha256sums'
--- a/pkg/gnu/readline/sha256sums       2020-09-10 02:44:10 +0000
+++ b/pkg/gnu/readline/sha256sums       2020-10-06 04:14:35 +0000
@@ -1,2 +1,2 @@
-6067e886480c0e57f8275d327c81e071b8f4e760e0bf12c262720c50b00ee3ee  
download/readline-8.1-beta.tar.gz
-58174cc6d3743735009c4f421ad03f9d93de984a75026760eb4df6bc72ea0ba8  
download/readline-8.1-beta.tar.gz.sig
+39faf53a243b0eaa6a4f9fc6d285b6485b3c1f4c6b86df800732b609652ba083  
download/readline-8.1-rc1.tar.gz
+194e6eeb0db87c164ef07f1c14b1c49f952441f07456d5b57c3033d9ffaf02aa  
download/readline-8.1-rc1.tar.gz.sig

=== added file 'pkg/gnu/taler-bank/FIXME'
=== modified file 'pkg/gnu/taler-bank/Makefile'
--- a/pkg/gnu/taler-bank/Makefile       2018-04-09 05:17:34 +0000
+++ b/pkg/gnu/taler-bank/Makefile       2020-10-06 04:14:35 +0000
@@ -1,6 +1,8 @@
-# Copyright © 2016, 2017, 2018 Carl Hansen <carlhansen@gnu.org>
-#
-# This file is part of GSRC.
+# Copyright © 2016, 2017, 2018, 2020 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -14,12 +16,15 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = taler-bank
 GARNAME = taler-bank
-GARVERSION = 0.5.0
+GARVERSION = 0.8.0
 HOME_URL = http://taler.net
-DESCRIPTION =  Electronic payments for a liberal society, bank part
+DESCRIPTION = GNU Taler-bank is a privacy-preserving payment system
 define BLURB
 endef
 
@@ -35,5 +40,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+#include ../../../gar/gar.lib/auto.mk
+# a python script
 include config.mk

=== modified file 'pkg/gnu/taler-bank/gpg-keyring'
Binary files a/pkg/gnu/taler-bank/gpg-keyring   2017-10-19 22:00:41 +0000 and 
b/pkg/gnu/taler-bank/gpg-keyring  2020-10-06 04:14:35 +0000 differ
=== modified file 'pkg/gnu/taler-bank/sha256sums'
--- a/pkg/gnu/taler-bank/sha256sums     2018-04-09 05:17:34 +0000
+++ b/pkg/gnu/taler-bank/sha256sums     2020-10-06 04:14:35 +0000
@@ -1,2 +1,2 @@
-68c01963a8559a9a44604a66f56daf4b250a8ce6d97cb7e8a9d3fcdcd3c9d767  
download/taler-bank-0.5.0.tar.gz
-5b2526a5b701cb3f6d0c0f1dad17259551b1fe3eca28ffc9b52623001f3933bf  
download/taler-bank-0.5.0.tar.gz.sig
+b9cfcb47c6f2de329a8c87fec3ef823cee6664fb3702dd476171959c95d4dc7a  
download/taler-bank-0.8.0.tar.gz
+adb22f52b642ded1d99be5fd716e42bb956840edce38e0a58566c594de5ad5af  
download/taler-bank-0.8.0.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]