Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f5fd16355395ce2f17e025b60ffb4a967b090ee8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f5fd16355395ce2f17e025b60ffb4a967b090ee8)
  • Date: Mon, 26 Sep 2022 21:43:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/readline/DETAILS | 2 +-
libs/readline/HISTORY | 3 +++
shell-term-fm/bash/DETAILS | 10 +++++-----
shell-term-fm/bash/HISTORY | 3 +++
4 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit f5fd16355395ce2f17e025b60ffb4a967b090ee8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

shell-term-fm/bash: version 5.2

commit 7e9b09bdd0d54ec591c567c4d2c70098bae50d92
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/readlne: 8.2

diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS
index 5782ac8..6700744 100755
--- a/libs/readline/DETAILS
+++ b/libs/readline/DETAILS
@@ -1,5 +1,5 @@
SPELL=readline
- VERSION=8.1.2
+ VERSION=8.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/readline/HISTORY b/libs/readline/HISTORY
index a63bd23..f34a19d 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,3 +1,6 @@
+2022-09-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 8.2
+
2022-01-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.1.2
* INSTALL: adapted installation of symlinks for compatibility, ln ->
cp -P
diff --git a/shell-term-fm/bash/DETAILS b/shell-term-fm/bash/DETAILS
index 6c6f107..bfc03ed 100755
--- a/shell-term-fm/bash/DETAILS
+++ b/shell-term-fm/bash/DETAILS
@@ -1,10 +1,10 @@
SPELL=bash
- VERSION=5.1.16
- XVERSION=${VERSION%.*}
-# XVERSION=${VERSION} # only for 5.1
+ VERSION=5.2
+ #XVERSION=${VERSION%.*}
+ XVERSION=${VERSION} # only for 5.2
SECURITY_PATCH=8
- BASH_PATCHLEVEL=${VERSION##*.}
-# BASH_PATCHLEVEL=004 # only for 5.1
+#BASH_PATCHLEVEL=${VERSION##*.}
+ BASH_PATCHLEVEL=0 # only for 5.2
SOURCE=$SPELL-$XVERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE3=$SPELL-doc-3.2.tar.gz
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index f7dee79..f7b4600 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,6 @@
+2022-09-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 5.2
+
2022-01-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.1.16




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f5fd16355395ce2f17e025b60ffb4a967b090ee8), Pavel Vinogradov, 09/26/2022

Archive powered by MHonArc 2.6.24.

Top of Page