Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2026-08-19 17:56:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Wed Aug 19 17:56:17 2026 rev:338 rq:1371662 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2026-08-11 17:09:04.185542332 +0200 +++ /work/SRC/openSUSE:Factory/.ncurses.new.1258/ncurses.changes 2026-08-19 17:56:51.026830232 +0200 @@ -1,0 +2,23 @@ +Mon Aug 17 08:05:11 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Add ncurses patch 20260815 + + improve tic warnings for paired capabilities, including ich/ich1. + + use xterm+tmux2 in xterm+nofkeys to match xterm patch #407 -TD + + use ST in xterm+osc104 -TD + + use ansi+sc -TD + + modify test/dup_field.c to also demonstrate link_field(). + + work around use of ^D for exiting test/ncurses except in the form + test which uses ^D for movement (patch by Branden Robinson). + + improve appearance of test/dup_field and test/move_field, adding a + help-hint (patches by Branden Robinson). + + improve formatting/style of manpages (patches by Branden Robinson). + + add limit-checks in lib_screen.c and lib_ins_wch.c in case a 2-cell + character is added at the right-margin (report by Miroslav Lichvar). + + improve limit-check for extended names in _nc_read_termtype + (report/patch by Yeo Jooho). + + improve description of init_extended_color in man page (patch by + Andrew Burgess). + + modify test/Makefile.in to fix "make check" when ncurses is built in + a non-source tree (report by Bruno Haible). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses-6.6-patches.tar.bz2 ++++++ Binary files old/patches/ncurses-6.6-20260815.patch.gz and new/patches/ncurses-6.6-20260815.patch.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.6-20260815.patch.gz.asc new/patches/ncurses-6.6-20260815.patch.gz.asc --- old/patches/ncurses-6.6-20260815.patch.gz.asc 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.6-20260815.patch.gz.asc 2026-08-16 03:08:38.000000000 +0200 @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmqBDZUACgkQzCr0RyFn +vgM3bwv+O8yd6FN/SzGXSFaNBgbsfwSZUazeHfD833TO4b+IuhWX354XwfXkUnfz +8ELrMErlf8bTfDocc4qpjOp0dE1jfJPvW3aPaosr2q3KwINAKixY+GijX444jX7Z +ONJ47sC89foD8S615I19AurdcYpzt8dE06IOuf6HIXuljVIdVy2VOpjZqtb4YSxR +fttiAgNEh7wUsEhsLY1BCVmAakQv4HQzHWhT6/zz9jYj2HHVK3m7uEqyU1Er9ZnU +fS07NICrzep8yHOLsGHfudaFEHGBfLrCO+LstlBMq99ulTAO23jkNAxL9wdsKqt4 +V+vPenT9PROq5Z5a12xBHDCjJ2tKWs+xhlMCoV7UXqByG+KjGMr7xU3dQdArhKBa +BOK01oyK4nQLOknFMbKh5DEID5oNkyAIS2yzn78PA28R8Zwzj9pDyWmo9qHWlLV9 +Z+8aBvA3CpJBoFtKqQAnmNVoPKcaNiZPfW0Nd5qlGnManO8X++djicwLJLH0dLOi +zxA4fbyg +=TalA +-----END PGP SIGNATURE----- ++++++ ncurses-6.6.dif ++++++ --- /var/tmp/diff_new_pack.IHGUQ3/_old 2026-08-19 17:56:53.340913892 +0200 +++ /var/tmp/diff_new_pack.IHGUQ3/_new 2026-08-19 17:56:53.346914109 +0200 @@ -604,7 +604,7 @@ # This variant is supposed to work with rxvt 2.7.7 when compiled with # NO_BRIGHTCOLOR defined. rxvt needs more work... rxvt-16color|rxvt with 16 colors like aixterm, -@@ -8927,7 +8989,7 @@ pty|4bsd pseudo teletype, +@@ -8926,7 +8988,7 @@ pty|4bsd pseudo teletype, # https://github.com/emacs-mirror/emacs/blob/master/lisp/term.el # # The codes supported by the term.el terminal emulation in GNU Emacs 19.30 @@ -613,7 +613,7 @@ am, mir, xenl, cols#80, lines#24, bel=^G, bold=\E[1m, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H, -@@ -8936,6 +8998,13 @@ eterm|GNU Emacs term.el terminal emulati +@@ -8935,6 +8997,13 @@ eterm|GNU Emacs term.el terminal emulati smir=\E[4h, use=ansi+cpr, use=ansi+cup, use=ansi+erase, use=ansi+idl, use=ansi+local, use=ansi+sgrso, use=ansi+sgrul, use=xterm+alt47, @@ -627,7 +627,7 @@ # The codes supported by the term.el terminal emulation in GNU Emacs 22.2 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, -@@ -9203,6 +9272,8 @@ screen.xterm-new|screen customized for m +@@ -9202,6 +9271,8 @@ screen.xterm-new|screen customized for m # Don't use this, because not everyone has "screen.xterm-new": #:screen.xterm|screen for modern xterm, #: use=screen.xterm-new, @@ -636,7 +636,7 @@ # xterm-r6 does not really support khome/kend unless it is propped up by # the translations resource. -@@ -9295,7 +9366,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi +@@ -9294,7 +9365,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi screen2|VT 100/ANSI X3.64 virtual terminal (old 2.x), cols#80, lines#24, clear=\E[2J\E[H, cr=\r, cub1=^H, cup=\E[%i%p1%d;%p2%dH, @@ -645,7 +645,7 @@ kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, nel=\r\n, ri=\EM, rmso=\E[23m, rs1=\Ec, sgr0=\E[m, smso=\E[3m, use=ecma+underline, use=ansi+idc, -@@ -11228,7 +11299,7 @@ hp700-wy|HP 700/41 emulating Wyse30, +@@ -11227,7 +11298,7 @@ hp700-wy|HP 700/41 emulating Wyse30, ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c,
