This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 8ef817a80a1faa7bf6fb3e53d50a76cd9b847f91 (commit) from 25c2ca8fe29e3edc6aef9894438b0e8332eeb41e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8ef817a80a1faa7bf6fb3e53d50a76cd9b847f91 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jan 6 07:50:27 2019 +0000
readline: Update to 8.0
This also bumps the compat package to 7.0 so that other applications continue to function.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: compat-readline/compat-readline.nm | 10 +++++----- readline/readline.nm | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/compat-readline/compat-readline.nm b/compat-readline/compat-readline.nm index 54250431f..66727a3ff 100644 --- a/compat-readline/compat-readline.nm +++ b/compat-readline/compat-readline.nm @@ -4,7 +4,7 @@ ###############################################################################
name = compat-readline -version = 6.3 +version = 7.0 release = 1
thisapp = readline-%{version} @@ -41,11 +41,11 @@ build # Only install libraries. mkdir -pv %{BUILDROOT}%{libdir}
- install -m 755 shlib/libhistory.so.6.3 %{BUILDROOT}%{libdir} - ln -svf libhistory.so.6.3 %{BUILDROOT}%{libdir}/libhistory.so.6 + install -m 755 shlib/libhistory.so.7.0 %{BUILDROOT}%{libdir} + ln -svf libhistory.so.7.0 %{BUILDROOT}%{libdir}/libhistory.so.7
- install -m 755 shlib/libreadline.so.6.3 %{BUILDROOT}%{libdir} - ln -svf libreadline.so.6.3 %{BUILDROOT}%{libdir}/libreadline.so.6 + install -m 755 shlib/libreadline.so.7.0 %{BUILDROOT}%{libdir} + ln -svf libreadline.so.7.0 %{BUILDROOT}%{libdir}/libreadline.so.7 end end
diff --git a/readline/readline.nm b/readline/readline.nm index e45b36664..d3f9fbe0f 100644 --- a/readline/readline.nm +++ b/readline/readline.nm @@ -4,7 +4,7 @@ ###############################################################################
name = readline -version = 7.0 +version = 8.0 release = 1
groups = System/Libraries
hooks/post-receive -- IPFire 3.x development tree