forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=288
This commit is contained in:
parent
22ccf49e5c
commit
b08b8fd45d
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:72dc24460e605ed1ce18410aed542b7e88a3fed63eb08827eb20199f5d718da3
|
oid sha256:544cbb5b03abb32c2fb58aa625c5f7bfb6c1f1667d85714bbf154fc1a13fc783
|
||||||
size 1640183
|
size 1662880
|
||||||
|
@ -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
|
Fri Feb 3 14:17:59 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -50,9 +50,9 @@ Obsoletes: ncurses-64bit
|
|||||||
Version: 6.0
|
Version: 6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal control library
|
Summary: Terminal control library
|
||||||
#Git: http://ncurses.scripts.mit.edu
|
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
|
#Git: http://ncurses.scripts.mit.edu
|
||||||
Url: http://invisible-island.net/ncurses/ncurses.html
|
Url: http://invisible-island.net/ncurses/ncurses.html
|
||||||
Source0: ftp://invisible-island.net/ncurses/ncurses-6.0.tar.gz
|
Source0: ftp://invisible-island.net/ncurses/ncurses-6.0.tar.gz
|
||||||
Source1: ncurses-6.0-patches.tar.bz2
|
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
|
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
|
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
|
write text), ncurses is used. The panel and the forms libraries are
|
||||||
included in this package. ncurses supports color, special
|
included in this package. The ncurses libraries support color, special
|
||||||
characters, and panels.
|
characters, forms, and panels.
|
||||||
|
|
||||||
%package -n ncurses-utils
|
%package -n ncurses-utils
|
||||||
Summary: Tools using the new curses libraries
|
Summary: Tools using the new curses libraries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user