diff --git a/ncurses-6.0-patches.tar.bz2 b/ncurses-6.0-patches.tar.bz2 index c4e53f8..4bc4ac1 100644 --- a/ncurses-6.0-patches.tar.bz2 +++ b/ncurses-6.0-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72dc24460e605ed1ce18410aed542b7e88a3fed63eb08827eb20199f5d718da3 -size 1640183 +oid sha256:544cbb5b03abb32c2fb58aa625c5f7bfb6c1f1667d85714bbf154fc1a13fc783 +size 1662880 diff --git a/ncurses.changes b/ncurses.changes index ea9363c..de99475 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -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 diff --git a/ncurses.spec b/ncurses.spec index 99bf89d..3c34ba0 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -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