Accepting request 1117940 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1117940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=248
This commit is contained in:
parent
1e1d3b4257
commit
45e2501ce3
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:17c14f12518cc85f905eaedf3e3b49c97451b5872c5ffde21e77e3f7c1ada41b
|
oid sha256:b87f2414fa0cb4a1378a576a58a7539ae01686fa639607ddfdef1994f52feaab
|
||||||
size 1098550
|
size 1370280
|
||||||
|
@ -367,7 +367,7 @@
|
|||||||
ttys.5 ttys.4
|
ttys.5 ttys.4
|
||||||
--- man/ncurses.3x
|
--- man/ncurses.3x
|
||||||
+++ man/ncurses.3x 2023-07-03 07:58:55.716619576 +0000
|
+++ 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.
|
\fB@TSET@(1)\fP is usually responsible for doing this.
|
||||||
[See \fBterminfo\fP(\*n) for further details.]
|
[See \fBterminfo\fP(\*n) for further details.]
|
||||||
.SS Datatypes
|
.SS Datatypes
|
||||||
@ -787,7 +787,7 @@
|
|||||||
|
|
||||||
--- ncurses/tinfo/lib_setup.c
|
--- ncurses/tinfo/lib_setup.c
|
||||||
+++ ncurses/tinfo/lib_setup.c 2023-01-23 13:00:47.043268809 +0000
|
+++ 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) {
|
} else if ((value = tigetnum("U8")) >= 0) {
|
||||||
result = value; /* use extension feature */
|
result = value; /* use extension feature */
|
||||||
} else if ((env = getenv("TERM")) != 0) {
|
} else if ((env = getenv("TERM")) != 0) {
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 9 07:54:55 UTC 2023 - Dr. Werner Fink <werner@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 <werner@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 <werner@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 08:44:25 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
Tue Sep 12 08:44:25 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user