forked from pool/readline
Add upstream patches
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=19
This commit is contained in:
parent
baa6a6e388
commit
783fe2a80b
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a620bd4af0db8392f3e6d68ddf1c211f121c6e78950fae7fe7db65a5800b90e9
|
||||
size 753
|
||||
oid sha256:aedc170e9734144597d14354a861c72d2288a20a8f96179b6a821066d828082a
|
||||
size 2426
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 11:10:31 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- 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 <lnussel@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user