]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
readline: Update to 8.0
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Jan 2019 07:50:27 +0000 (07:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Jan 2019 07:50:27 +0000 (07:50 +0000)
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>
compat-readline/compat-readline.nm
readline/readline.nm

index 54250431f3abbfc7fba91edbac7054c944deaea6..66727a3ff4c6a946fe31f2a96833f6fab3d91f12 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = compat-readline
 ###############################################################################
 
 name       = compat-readline
-version    = 6.3
+version    = 7.0
 release    = 1
 
 thisapp    = readline-%{version}
 release    = 1
 
 thisapp    = readline-%{version}
@@ -41,11 +41,11 @@ build
                # Only install libraries.
                mkdir -pv %{BUILDROOT}%{libdir}
 
                # 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
 
        end
 end
 
index e45b366647b16e8462192f9d831aa9b04f24f820..d3f9fbe0f21279b9b28337bbce6cae84dfb7f532 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = readline
 ###############################################################################
 
 name       = readline
-version    = 7.0
+version    = 8.0
 release    = 1
 
 groups     = System/Libraries
 release    = 1
 
 groups     = System/Libraries