diff --git a/readline-8.0-patches.tar.bz2 b/readline-8.0-patches.tar.bz2 index 6901ce6..f518a04 100644 --- a/readline-8.0-patches.tar.bz2 +++ b/readline-8.0-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a620bd4af0db8392f3e6d68ddf1c211f121c6e78950fae7fe7db65a5800b90e9 -size 753 +oid sha256:aedc170e9734144597d14354a861c72d2288a20a8f96179b6a821066d828082a +size 2426 diff --git a/readline.changes b/readline.changes index f781736..0af6080 100644 --- a/readline.changes +++ b/readline.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 13 11:10:31 UTC 2020 - Dr. Werner Fink + +- Add official patch readline80-002 + When using previous-history to go back beyond the beginning of the history list, + it's possible to move to an incorrect partial line. +- Add official patch readline80-003 + Reading history entries with timestamps can result in history entries joined + by linefeeds. +- Add official patch readline80-004 + If writing the history file fails, and renaming the backup history file fails, + it's possible for readline's history code to return the wrong error to its + caller. + ------------------------------------------------------------------- Wed Sep 4 09:48:58 UTC 2019 - Ludwig Nussel diff --git a/readline.spec b/readline.spec index f32f9f1..17a243d 100644 --- a/readline.spec +++ b/readline.spec @@ -1,7 +1,7 @@ # # spec file for package readline # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ Release: 0 Summary: The readline library License: GPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: http://www.gnu.org/software/readline/ +URL: http://www.gnu.org/software/readline/ # Git: http://git.savannah.gnu.org/cgit/bash.git Source0: ftp://ftp.gnu.org/gnu/readline/readline-%{version}%{rextend}.tar.gz Source1: readline-%{version}-patches.tar.bz2