Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2023-10-17 20:22:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Tue Oct 17 20:22:26 2023 rev:248 rq:1117940 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2023-09-22 21:46:30.518888089 +0200 +++ /work/SRC/openSUSE:Factory/.ncurses.new.20540/ncurses.changes 2023-10-17 20:22:27.805957655 +0200 @@ -1,0 +2,43 @@ +Mon Oct 9 07:54:55 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Add ncurses patch 20231007 + + improve loop-limit for get_position(). + + improve manual description of immedok (Debian #1053603). + + fix a few formatting issues with manpages (Debian #1053123). + + improve formatting/style of manpages (patches by Branden Robinson). + +------------------------------------------------------------------- +Wed Oct 4 11:04:50 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Add ncurses patch 20231001 + + modify setupterm to provide for using ANSI cursor-position report (in + user6/user7 terminfo capabilities) to obtain screensize if neither + environment variables or ioctl is used. The ncurses test-program + with options "-E -T" demonstrates this feature. + + improve error messages in tic (patch by Branden Robinson). + + improve formatting/style of manpages (patches by Branden Robinson). + + modify test/clip_printw.c to optionally test non-wrapped updates. + + fix reallocation loop for vsnprintf() in _nc_sprintf_string() by + copying the va_list variable (patch by Ian Abbott). +- Add ncurses patch 20230923 + + improve formatting of manpages (patches by Branden Robinson). + + amend change to delscreen() to limit the windows which it creates to + just those associated with the screen (report by Frederic Boiteux, + cf: 20220813). + +------------------------------------------------------------------- +Tue Sep 19 14:23:34 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Add ncurses patch 20230918 + + new tarball/errata (report by Sven Joachim). +- Add ncurses patch 20230917 + + improve formatting of manpages (integrated patches by Branden + Robinson). + + correct limit for name-length in write_entry.c (report/testcase by + Luna Saphie Mittelbach). + + limit delays to 30 seconds, i.e., padding delays in terminfo, as well + as napms() and delay_output() functions. + + improve a few pointer-checks. + + improve parsing in _nc_msec_cost, allowing a single decimal point. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses-6.4-patches.tar.bz2 ++++++ ++++ 56591 lines of diff (skipped) ++++++ ncurses-6.4.dif ++++++ --- /var/tmp/diff_new_pack.wl8zBK/_old 2023-10-17 20:22:29.942032433 +0200 +++ /var/tmp/diff_new_pack.wl8zBK/_new 2023-10-17 20:22:29.946032572 +0200 @@ -367,7 +367,7 @@ ttys.5 ttys.4 --- man/ncurses.3x +++ man/ncurses.3x 2023-07-03 07:58:55.716619576 +0000 -@@ -142,6 +142,10 @@ after the shell environment variable \fB +@@ -141,6 +141,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 @@ -787,7 +787,7 @@ --- ncurses/tinfo/lib_setup.c +++ ncurses/tinfo/lib_setup.c 2023-01-23 13:00:47.043268809 +0000 -@@ -613,6 +613,9 @@ _nc_locale_breaks_acs(TERMINAL *termp) +@@ -745,6 +745,9 @@ _nc_locale_breaks_acs(TERMINAL *termp) } else if ((value = tigetnum("U8")) >= 0) { result = value; /* use extension feature */ } else if ((env = getenv("TERM")) != 0) {