Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2025-11-11 19:18:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Tue Nov 11 19:18:21 2025 rev:312 rq:1316880 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2025-10-31 16:28:20.386603126 +0100 +++ /work/SRC/openSUSE:Factory/.ncurses.new.1980/ncurses.changes 2025-11-11 19:18:23.584065822 +0100 @@ -1,0 +2,12 @@ +Mon Nov 3 08:41:42 UTC 2025 - Dr. Werner Fink <[email protected]> + +- Add ncurses patch 20251101 + + adjust generated terminfo.5 to omit tbl "x" column modifier if that + is unsupported, i.e., with old nroff/tbl (adapted from patch by + Branden Robinson). + + in-progress work to merge MinGW/Windows port. +- Modify patch ncurses-6.4.dif + * Remove changes on include/tic.h as now solved upstream + * Correct offsets + +------------------------------------------------------------------- @@ -5 +17 @@ - + amend local-portability fix in tty_update.c (MidnightCommander #4799, + + amend locale-portability fix in tty_update.c (MidnightCommander #4799, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses-6.4.dif ++++++ --- /var/tmp/diff_new_pack.8v11u3/_old 2025-11-11 19:18:25.036126861 +0100 +++ /var/tmp/diff_new_pack.8v11u3/_new 2025-11-11 19:18:25.044127198 +0100 @@ -3,23 +3,22 @@ configure | 45 +++++++++---------- include/curses.h.in | 2 include/termcap.h.in | 2 - include/tic.h | 4 - man/man_db.renames.in | 1 man/ncurses.3x | 4 + misc/gen-pkgconfig.in | 25 +++++++++- misc/terminfo.src | 104 ++++++++++++++++++++++++++++++++++++++------ ncurses/Makefile.in | 2 ncurses/run_cmd.sh | 11 ++++ - ncurses/tinfo/MKfallback.sh | 14 ++++- + ncurses/tinfo/MKfallback.sh | 6 +- ncurses/tinfo/lib_setup.c | 3 + progs/Makefile.in | 4 - test/test.priv.h | 4 - test/tracemunch | 2 - 16 files changed, 197 insertions(+), 67 deletions(-) + 15 files changed, 188 insertions(+), 64 deletions(-) --- aclocal.m4 -+++ aclocal.m4 2025-10-20 06:44:01.963090642 +0000 -@@ -6184,12 +6184,12 @@ cat >>$cf_edit_man <<CF_EOF ++++ aclocal.m4 2025-11-03 08:42:33.961636930 +0000 +@@ -6223,12 +6223,12 @@ cat >>$cf_edit_man <<CF_EOF echo "? missing rename for \$cf_source" cf_target="\$cf_source" fi @@ -34,7 +33,7 @@ sed -f "$cf_man_alias" \\ CF_EOF -@@ -6199,7 +6199,7 @@ cat >>$cf_edit_man <<CF_EOF +@@ -6238,7 +6238,7 @@ cat >>$cf_edit_man <<CF_EOF CF_EOF else cat >>$cf_edit_man <<CF_EOF @@ -43,7 +42,7 @@ CF_EOF fi -@@ -6246,7 +6246,7 @@ cat >>$cf_edit_man <<CF_EOF +@@ -6285,7 +6285,7 @@ cat >>$cf_edit_man <<CF_EOF mv \$TMP.$cf_manpage_so_strip \$TMP fi fi @@ -52,7 +51,7 @@ CF_EOF fi -@@ -6255,31 +6255,31 @@ case "$MANPAGE_FORMAT" in +@@ -6294,31 +6294,31 @@ case "$MANPAGE_FORMAT" in cat >>$cf_edit_man <<CF_EOF if test "\$form" = format ; then # BSDI installs only .0 suffixes in the cat directories @@ -91,7 +90,7 @@ for cf_alias in \$aliases do if test "\$section" = 1 ; then -@@ -6289,7 +6289,7 @@ cat >>$cf_edit_man <<CF_EOF +@@ -6328,7 +6328,7 @@ cat >>$cf_edit_man <<CF_EOF if test "$MANPAGE_SYMLINKS" = yes ; then if test -f "\$cf_alias\${suffix}" ; then @@ -100,7 +99,7 @@ then continue fi -@@ -6299,18 +6299,18 @@ CF_EOF +@@ -6338,18 +6338,18 @@ CF_EOF case "x$LN_S" in (*-f) cat >>$cf_edit_man <<CF_EOF @@ -122,7 +121,7 @@ echo ".so \$cf_source" >\$TMP CF_EOF if test -n "$cf_manpage_compress" ; then -@@ -6330,9 +6330,9 @@ cat >>$cf_edit_man <<CF_EOF +@@ -6369,9 +6369,9 @@ cat >>$cf_edit_man <<CF_EOF ) ) elif test "\$verb" = removing ; then @@ -135,7 +134,7 @@ ) test -d "\$cf_subdir\${section}" && test -n "\$aliases" && ( -@@ -6353,6 +6353,7 @@ cat >>$cf_edit_man <<CF_EOF +@@ -6392,6 +6392,7 @@ cat >>$cf_edit_man <<CF_EOF # echo ".hy 0" cat \$TMP fi @@ -320,23 +319,6 @@ #include <sys/types.h> #undef NCURSES_OSPEED ---- include/tic.h -+++ include/tic.h 2025-05-05 07:22:16.198714905 +0000 -@@ -236,12 +236,12 @@ struct user_table_entry - */ - - /* out-of-band values for representing absent capabilities */ --#define ABSENT_BOOLEAN ((signed char)-1) /* 255 */ -+#define ABSENT_BOOLEAN (-1) /* 255 */ - #define ABSENT_NUMERIC (-1) - #define ABSENT_STRING (char *)0 - - /* out-of-band values for representing cancels */ --#define CANCELLED_BOOLEAN ((signed char)-2) /* 254 */ -+#define CANCELLED_BOOLEAN (-2) /* 254 */ - #define CANCELLED_NUMERIC (-2) - #define CANCELLED_STRING (char *)(-1) - --- man/man_db.renames.in +++ man/man_db.renames.in 2025-05-05 07:22:16.198714905 +0000 @@ -310,6 +310,7 @@ wtimeout.3x wtimeout.3ncurses ++++++ ncurses-6.5-patches.tar.bz2 ++++++ Binary files old/patches/ncurses-6.5-20251101.patch.gz and new/patches/ncurses-6.5-20251101.patch.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.5-20251101.patch.gz.asc new/patches/ncurses-6.5-20251101.patch.gz.asc --- old/patches/ncurses-6.5-20251101.patch.gz.asc 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.5-20251101.patch.gz.asc 2025-11-02 02:30:24.000000000 +0100 @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmkGtDAACgkQzCr0RyFn +vgO3yAwAqNdP4WE1BZfinC30osp3NU/PndlnKfRB7ubbRnpayreRqwS/Fwx2EkpJ +HI9J6JOUw8q36XxBimHXNSX+0IFzCl5N8AOBAuFwzQ09nIoiXGzEGQrfJB/BXP7K +Tknq7MHeLIL3+d7tT1COkIdqwkb2OEsCwBQI/gLkG7lPl3Gfu0PdjtGOX8kGhsRL +jHgDuKIEmTAioxN+hzM3fvgVvLDgKyn5VE7U86kNKxSpEUdwU3YsO3ZDi5WvAqvg +tLHV7R1bGKJZLKjtNp6U1zG1VPO9rfkyssamt2zOacssD4OG4MxH3ZRqnLlPj4BE +XnrYn2tAE/bh+e1PxqC3Ejlpt8Grz7tIloBJgJJ0gDMIws15fXSu2gkBFbEBCWwO +kYZxv6F3tc9qlaVItgR7B91GsB8nPmoxw+W45KMgH8GDGWdhxBERLtMiw0UN/GoB +1PhZbbXXBGF0UiBeDaHeyQPq+vwp3PfnJbCMYz8+8DRd1ukKUZB152s/3IICI0fn +q7jYrBo8 +=qoYp +-----END PGP SIGNATURE-----
