Skip to Content.
Sympa Menu

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

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 (3c10ff065bca3794ef5a59c93454f28cf11f5141)
  • Date: Sun, 2 Oct 2022 19:39:34 +0000

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

shell-term-fm/bash/DETAILS | 10 +++++-----
shell-term-fm/bash/HISTORY | 3 ---
2 files changed, 5 insertions(+), 8 deletions(-)

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

Revert "shell-term-fm/bash: version 5.2"

Rollback to 5.1.16 duw to a bug causing some spell files to be ignored
if last line is not a builtin or function call.

This reverts commit f5fd16355395ce2f17e025b60ffb4a967b090ee8.

diff --git a/shell-term-fm/bash/DETAILS b/shell-term-fm/bash/DETAILS
index bfc03ed..6c6f107 100755
--- a/shell-term-fm/bash/DETAILS
+++ b/shell-term-fm/bash/DETAILS
@@ -1,10 +1,10 @@
SPELL=bash
- VERSION=5.2
- #XVERSION=${VERSION%.*}
- XVERSION=${VERSION} # only for 5.2
+ VERSION=5.1.16
+ XVERSION=${VERSION%.*}
+# XVERSION=${VERSION} # only for 5.1
SECURITY_PATCH=8
-#BASH_PATCHLEVEL=${VERSION##*.}
- BASH_PATCHLEVEL=0 # only for 5.2
+ BASH_PATCHLEVEL=${VERSION##*.}
+# BASH_PATCHLEVEL=004 # only for 5.1
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 f7b4600..f7dee79 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,6 +1,3 @@
-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 (3c10ff065bca3794ef5a59c93454f28cf11f5141), Pavel Vinogradov, 10/02/2022

Archive powered by MHonArc 2.6.24.

Top of Page