SHA256
1
0
forked from pool/ncurses

Update to ncurses-6.1-20190420

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=422
This commit is contained in:
Dr. Werner Fink 2019-04-23 12:25:59 +00:00 committed by Git OBS Bridge
parent 21f3d8c67d
commit dbf99fec7f
3 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7a559fa2574c0ea4d00a1d81bc964d89711ae911f1231e5f74b0cf87b4a3c1c
size 1439927
oid sha256:7e566d8d902c5d0966d9dfb8b9fd37c55391a9cb6eda6f2f4e265dbbde9e4543
size 1455549

View File

@ -994,7 +994,7 @@
--- test/test.priv.h
+++ test/test.priv.h 2019-04-01 07:18:56.557106886 +0000
@@ -960,12 +960,12 @@ extern char * _nc_strstr (const char *,
@@ -993,12 +993,12 @@ extern char * _nc_strstr (const char *,
#endif
/* out-of-band values for representing absent capabilities */

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 23 11:32:35 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20190420
+ improve ifdef's for TABSIZE variable, to help with AIX/HPUX ports.
- Add ncurses patch 20190413
+ check for TABSIZE variable in test/configure script.
+ used test/test_arrays.c to improve Caps.aix1 and Caps.hpux11
+ corrected filtering of comments in MKparametrized.sh
+ reduce duplication across Caps* files by moving some parts which do
not depend on order into Caps-ncurses.
-------------------------------------------------------------------
Mon Apr 8 06:42:14 UTC 2019 - Dr. Werner Fink <werner@suse.de>