Dr. Werner Fink 2017-02-09 12:36:58 +00:00 committed by Git OBS Bridge
parent 22ccf49e5c
commit b08b8fd45d
3 changed files with 20 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72dc24460e605ed1ce18410aed542b7e88a3fed63eb08827eb20199f5d718da3
size 1640183
oid sha256:544cbb5b03abb32c2fb58aa625c5f7bfb6c1f1667d85714bbf154fc1a13fc783
size 1662880

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 6 11:08:53 UTC 2017 - werner@suse.de
- Add ncurses patch 20170204
+ trim newlines, tabs and escaped newlines from terminfo "paths" passed
to db-iterator.
+ ignore zero-length files in db-iterator; these are useful for
instance to suppress "$HOME/.terminfo" when not wanted.
+ amended "b64:" encoder to work with the terminfo reader.
+ modify terminfo reader to accept "b64:" format using RFC-3548 in
as well as RFC-4648 url/filename-safe format.
+ modify terminfo reader to accept "hex:" format as generated by
"infocmp -0qQ1" (cf: 20150905).
+ adjust authors comment to reflect drop below 1% for SV.
-------------------------------------------------------------------
Fri Feb 3 14:17:59 UTC 2017 - jengelh@inai.de

View File

@ -50,9 +50,9 @@ Obsoletes: ncurses-64bit
Version: 6.0
Release: 0
Summary: Terminal control library
#Git: http://ncurses.scripts.mit.edu
License: MIT
Group: System/Base
#Git: http://ncurses.scripts.mit.edu
Url: http://invisible-island.net/ncurses/ncurses.html
Source0: ftp://invisible-island.net/ncurses/ncurses-6.0.tar.gz
Source1: ncurses-6.0-patches.tar.bz2
@ -75,8 +75,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
As soon as a text application needs to directly control its output to
the screen (if it wants to place the cursor at location (x,y) then
write text), ncurses is used. The panel and the forms libraries are
included in this package. ncurses supports color, special
characters, and panels.
included in this package. The ncurses libraries support color, special
characters, forms, and panels.
%package -n ncurses-utils
Summary: Tools using the new curses libraries