Update to ncurses-6.2 patch 20210515

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=549
This commit is contained in:
Dr. Werner Fink 2021-05-17 19:22:10 +00:00 committed by Git OBS Bridge
parent dbe7af6462
commit 08cb0629bf
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5b5257f3e447fba05623dd8c4a88dca3bc7ab6d5e2362b0131e1e5a89ede7cd
size 2338714
oid sha256:e4c003f2d9c0a7601e105ce12ae75a7c44f2bf01cf1ca5beb348679b45206f0b
size 2351699

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 17 06:29:16 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20210515
+ improve manual pages for wgetnstr, newwin (prompted by
report/testcase by Bill Gray).
- Add ncurses patch 20210508
+ modify tputs' error check to allow it to be used without first
calling tgetent or setupterm, noting that terminfo initialization
is requires for supporting the terminfo delay feature (report by
Sebastiano Vigna).
+ fix several warnings from clang --analyze
+ add null-pointer check in comp_parse.c, when a "use=" clause refers
to a nonexisting terminal description (report/patch by Miroslav
Lichvar, cf: 20210227).
-------------------------------------------------------------------
Mon May 3 07:08:48 UTC 2021 - Dr. Werner Fink <werner@suse.de>