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>
This commit is contained in:
Michael Tremer 2019-01-06 07:50:27 +00:00
parent 25c2ca8fe2
commit 8ef817a80a
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
###############################################################################
name = readline
version = 7.0
version = 8.0
release = 1
groups = System/Libraries