Skip to Content.
Sympa Menu

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

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 (10e1cf8445e5111bca46c0f3529902f96aa539c5)
  • Date: Tue, 8 Jan 2019 00:27:05 +0000

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

libs/readline/DETAILS | 3 +--
libs/readline/HISTORY | 4 ++++
libs/readline/INSTALL | 8 ++++----
shell-term-fm/bash/DETAILS | 6 +++---
shell-term-fm/bash/HISTORY | 3 +++
5 files changed, 15 insertions(+), 9 deletions(-)

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

shell-term-fm/bash: version 5.0

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

libs/readline: version 8.0

diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS
index f6600bd..467cde1 100755
--- a/libs/readline/DETAILS
+++ b/libs/readline/DETAILS
@@ -1,6 +1,5 @@
SPELL=readline
- VERSION=7.0
- PATCHLEVEL=1
+ VERSION=8.0
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 c448b58..8f8c3fe 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,3 +1,7 @@
+2019-01-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 8.0
+ * INSTALL: updated symlinks
+
2018-05-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, BUILD: PATCHLEVEL++, enabled staging

diff --git a/libs/readline/INSTALL b/libs/readline/INSTALL
index b082898..afab53e 100755
--- a/libs/readline/INSTALL
+++ b/libs/readline/INSTALL
@@ -1,9 +1,9 @@
make install DESTDIR="$INSTALL_ROOT" &&
# symlink those so that bash still works after the update
-ln -vsf "$TRACK_ROOT/lib/libreadline.so.7"
"$INSTALL_ROOT/lib/libreadline.so.5" &&
-ln -vsf "$TRACK_ROOT/lib/libhistory.so.7"
"$INSTALL_ROOT/lib/libhistory.so.5" &&
-ln -vsf "$TRACK_ROOT/lib/libreadline.so.7"
"$INSTALL_ROOT/lib/libreadline.so.6" &&
-ln -vsf "$TRACK_ROOT/lib/libhistory.so.7"
"$INSTALL_ROOT/lib/libhistory.so.6" &&
+ln -vsf "$TRACK_ROOT/lib/libreadline.so.8"
"$INSTALL_ROOT/lib/libreadline.so.7" &&
+ln -vsf "$TRACK_ROOT/lib/libhistory.so.8"
"$INSTALL_ROOT/lib/libhistory.so.7" &&
+ln -vsf "$TRACK_ROOT/lib/libreadline.so.8"
"$INSTALL_ROOT/lib/libreadline.so.7" &&
+ln -vsf "$TRACK_ROOT/lib/libhistory.so.8"
"$INSTALL_ROOT/lib/libhistory.so.7" &&

# install inputrc stuff to have better key mappings in console
if [[ "$INSTALL_INPUTRC" == y ]]; then
diff --git a/shell-term-fm/bash/DETAILS b/shell-term-fm/bash/DETAILS
index eb0f804..3d85767 100755
--- a/shell-term-fm/bash/DETAILS
+++ b/shell-term-fm/bash/DETAILS
@@ -1,13 +1,13 @@
SPELL=bash
- VERSION=4.4.23
+ VERSION=5.0
XVERSION=${VERSION%.*}
SECURITY_PATCH=8
BASH_PATCHLEVEL=${VERSION##*.}
- SOURCE=$SPELL-$XVERSION.tar.gz
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE3=$SPELL-doc-3.2.tar.gz
SOURCE4=$SOURCE3.sig
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$XVERSION"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE3_URL[0]=$GNU_URL/$SPELL/$SOURCE3
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index ffef8c1..3e114d2 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,6 @@
+2019-01-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 5.0
+
2019-01-01 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: delete gnupg
* BUILD: delete make_single



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (10e1cf8445e5111bca46c0f3529902f96aa539c5), Pavel Vinogradov, 01/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page