diff --git a/ncurses-6.4-patches.tar.bz2 b/ncurses-6.4-patches.tar.bz2 index 31156ba..2eef62c 100644 --- a/ncurses-6.4-patches.tar.bz2 +++ b/ncurses-6.4-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2c475c0bf0ea6d2d9d4e15f11beee31babae70d4f222edee380a21f82b2f26b -size 815379 +oid sha256:267ecc41bbee74974fdfc0f9bd59a35168e38f8742bd576709895a7c111044d4 +size 867179 diff --git a/ncurses-6.4.dif b/ncurses-6.4.dif index ac0eb97..25717ee 100644 --- a/ncurses-6.4.dif +++ b/ncurses-6.4.dif @@ -366,11 +366,11 @@ scanf.3 scanf.3 ttys.5 ttys.4 --- man/ncurses.3x -+++ man/ncurses.3x 2023-01-23 13:00:47.039268881 +0000 -@@ -139,6 +139,10 @@ after the shell environment variable \fB ++++ man/ncurses.3x 2023-07-03 07:58:55.716619576 +0000 +@@ -136,6 +136,10 @@ after the shell environment variable \fB + \fB@TSET@(1)\fP is usually responsible for doing this. [See \fBterminfo\fP(\*n) for further details.] .SS Datatypes - .PP +Beware: the terminal your program is running may or may not have +the features you expect. Ncurses makes no attempt to check available +features in advance. This is upon the programmer. diff --git a/ncurses.changes b/ncurses.changes index c6a8299..761648c 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jul 3 07:27:16 UTC 2023 - Dr. Werner Fink + +- Add ncurses patch 20230701 + + fix mandoc warnings about unnecessary markup. + + improve parameter check in tparm_setup() +- Extend compiled in fall back terminals with xterm-256color + and ms-terminal (the first is now a days more common and second + one is useful for ssh connections to MS(tm)) + +------------------------------------------------------------------- +Mon Jun 26 08:57:42 UTC 2023 - Dr. Werner Fink + +- Add ncurses patch 20230624 + + fixes for out-of-memory condition (report by "eaglegai"). +- Add ncurses patch 20230625 + + adjust man/make_sed.sh to work with dates as the third field of TH. + + fixes for out-of-memory condition (report by "eaglegai"). + ------------------------------------------------------------------- Mon Jun 19 07:43:18 UTC 2023 - Dr. Werner Fink diff --git a/ncurses.spec b/ncurses.spec index 30c6fad..fa44007 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -424,9 +424,9 @@ export CFLAGS_SHARED test ! -f /.buildenv || . /.buildenv OPATH=$PATH %ifarch s390x s390 - FALLBK="unknown,dumb,xterm,ibm327x,vt100,vt102,vt220" + FALLBK="unknown,dumb,xterm,xterm-256color,ibm327x,ms-terminal,vt100,vt102,vt220" %else - FALLBK="unknown,dumb,xterm,linux,vt100,vt102,vt220" + FALLBK="unknown,dumb,xterm,xterm-256color,linux,ms-terminal,vt100,vt102,vt220" %endif CC=gcc CXX=g++