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-04-10 21:57:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Thu Apr 10 21:57:12 2025 rev:292 rq:1268153 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2025-04-05 13:40:26.380264849 +0200 +++ /work/SRC/openSUSE:Factory/.ncurses.new.1907/ncurses.changes 2025-04-10 21:57:16.967675674 +0200 @@ -1,0 +2,26 @@ +Wed Apr 9 12:03:58 UTC 2025 - Dr. Werner Fink <wer...@suse.de> + +- Modify patch ncurses-5.9-ibm327x.dif + * Add a further sclp entry for qemu s390 based systems + +------------------------------------------------------------------- +Mon Apr 7 06:14:22 UTC 2025 - Dr. Werner Fink <wer...@suse.de> + +- Add ncurses patch 20250405 + + improve formatting/style of manpages (patches by Branden Robinson). + + improve infocmp -E/-e fallback feature (report by Ville Rissanen): + + prefix names with "ti_" if they begin with a digit, e.g., 9term + + escape backslashes and double-quotes in description fields + + modify infocmp -E/-e fallback feature to reduce stricter compiler + warnings for the extended capability data. + + add sclp -TD + + add op to vt525 -TD + + update contour -TD +- The new sclp terminfo description entry if for s390 sclp terminal lines +- Correct offsets of patches + * ncurses-6.4.dif + * ncurses-6.5-ghostty.dif +- Modify patch ncurses-5.9-ibm327x.dif + * Make use of dumb + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses.spec ++++++ --- /var/tmp/diff_new_pack.pMUtLT/_old 2025-04-10 21:57:17.891714252 +0200 +++ /var/tmp/diff_new_pack.pMUtLT/_new 2025-04-10 21:57:17.895714419 +0200 @@ -36,7 +36,7 @@ %global soname_tinfo tinfow %endif %ifarch s390x s390 -%global fallback unknown,dumb,xterm,xterm-256color,ibm327x,ms-terminal,vt100,vt102,vt220 +%global fallback unknown,dumb,xterm,xterm-256color,ibm327x,ms-terminal,vt100,vt102,vt220,sclp %else %global fallback unknown,dumb,xterm,xterm-256color,linux,ms-terminal,vt100,vt102,vt220 %endif ++++++ ncurses-5.9-ibm327x.dif ++++++ --- /var/tmp/diff_new_pack.pMUtLT/_old 2025-04-10 21:57:18.019719596 +0200 +++ /var/tmp/diff_new_pack.pMUtLT/_new 2025-04-10 21:57:18.023719763 +0200 @@ -1,17 +1,26 @@ --- - misc/terminfo.src | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + misc/terminfo.src | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) --- misc/terminfo.src -+++ misc/terminfo.src 2018-10-29 10:23:47.271511864 +0000 -@@ -18148,8 +18148,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv ++++ misc/terminfo.src 2025-04-09 11:48:19.897066102 +0000 +@@ -1263,6 +1263,10 @@ sclp|IBM s390 driver for Linux, + use=klone+color, use=ansi+cpr, use=ansi+erase, + use=ansi+local, use=linux+sfkeys, use=vt220+ufkeys, + ++sclp-qemu|IBM s390 driver for Linux with QEMU VM, ++ kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~, ++ use=sclp, ++ + #### Mach # +@@ -18189,7 +18193,7 @@ hazel|exec80|h80|he80|Hazeltine Executiv + ibm327x|line mode IBM 3270 style, -- gn, + gn, - clear=\r\n, el=\r, home=\r, -+ cols#80, -+ clear=\r\n, cr=\r, cud1=\n, el=\r, home=\r, ind=\n, ++ use=dumb, ibm3101|i3101|IBM 3101-10, OTbs, am, xon, ++++++ ncurses-6.4.dif ++++++ --- /var/tmp/diff_new_pack.pMUtLT/_old 2025-04-10 21:57:18.039720431 +0200 +++ /var/tmp/diff_new_pack.pMUtLT/_new 2025-04-10 21:57:18.043720599 +0200 @@ -18,7 +18,7 @@ 16 files changed, 202 insertions(+), 72 deletions(-) --- aclocal.m4 -+++ aclocal.m4 2025-03-03 07:48:05.760657758 +0000 ++++ aclocal.m4 2025-04-07 11:11:07.560994686 +0000 @@ -6178,12 +6178,12 @@ cat >>$cf_edit_man <<CF_EOF echo "? missing rename for \$cf_source" cf_target="\$cf_source" @@ -144,7 +144,7 @@ esac done --- configure -+++ configure 2025-02-17 08:46:35.088413807 +0000 ++++ configure 2025-04-07 11:11:07.564994614 +0000 @@ -6788,7 +6788,7 @@ echo $ECHO_N "checking for an rpath opti fi ;; @@ -299,7 +299,7 @@ esac done --- include/curses.h.in -+++ include/curses.h.in 2024-12-16 08:23:36.331179843 +0000 ++++ include/curses.h.in 2025-04-07 11:11:07.564994614 +0000 @@ -98,7 +98,7 @@ #ifdef __cplusplus @@ -320,7 +320,7 @@ * We need FILE, etc. Include this before checking any feature symbols. */ --- include/termcap.h.in -+++ include/termcap.h.in 2024-12-16 08:23:36.331179843 +0000 ++++ include/termcap.h.in 2025-04-07 11:11:07.564994614 +0000 @@ -47,6 +47,8 @@ extern "C" { #endif /* __cplusplus */ @@ -331,7 +331,7 @@ #undef NCURSES_OSPEED --- include/tic.h -+++ include/tic.h 2024-12-16 08:23:36.331179843 +0000 ++++ include/tic.h 2025-04-07 11:11:07.564994614 +0000 @@ -236,12 +236,12 @@ struct user_table_entry */ @@ -348,7 +348,7 @@ #define CANCELLED_STRING (char *)(-1) --- man/man_db.renames.in -+++ man/man_db.renames.in 2024-12-16 08:23:36.331179843 +0000 ++++ man/man_db.renames.in 2025-04-07 11:11:07.564994614 +0000 @@ -305,6 +305,7 @@ wtimeout.3x wtimeout.3ncurses wunctrl.3x wunctrl.3ncurses # @@ -358,8 +358,8 @@ scanf.3 scanf.3 ttys.5 ttys.4 --- man/ncurses.3x -+++ man/ncurses.3x 2024-12-16 08:23:36.331179843 +0000 -@@ -359,6 +359,10 @@ they permit overlapping windows and ease ++++ man/ncurses.3x 2025-04-07 11:11:07.564994614 +0000 +@@ -363,6 +363,10 @@ they permit overlapping windows and ease with .IR curses . .SS "Initialization" @@ -371,7 +371,7 @@ .I TERM in the process environment is essential to correct --- misc/gen-pkgconfig.in -+++ misc/gen-pkgconfig.in 2024-12-16 08:23:36.331179843 +0000 ++++ misc/gen-pkgconfig.in 2025-04-07 11:11:07.564994614 +0000 @@ -83,6 +83,8 @@ if [ "$includedir" != "/usr/include" ]; fi @@ -444,7 +444,7 @@ if [ $name = $MAIN_LIBRARY ] --- misc/terminfo.src -+++ misc/terminfo.src 2025-03-03 07:48:05.772657536 +0000 ++++ misc/terminfo.src 2025-04-09 11:49:22.499916283 +0000 @@ -305,7 +305,9 @@ dumb|80-column dumb tty, am, cols#80, @@ -481,7 +481,7 @@ sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5 %t;2%;%?%p6%t;1%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, use=linux2.2, -@@ -5040,7 +5049,7 @@ xterm-new|modern xterm terminal emulator +@@ -5066,7 +5075,7 @@ xterm-new|modern xterm terminal emulator # set it to BS (standard) or DEL (Linux's notion of "vt220"). xterm provides # either, depending on how the pseudoterminals are configured. xterm+kbs|fragment for backspace key, @@ -490,7 +490,7 @@ # Use this fragment for terminals that always use DEL for "backspace". linux+kbs|fragment for "backspace" key, -@@ -5426,7 +5435,7 @@ xterm+88color2|xterm 88-color feature, +@@ -5452,7 +5461,7 @@ xterm+88color2|xterm 88-color feature, # These variants of XFree86 3.9.16 xterm are built as a configure option. xterm-256color|xterm with 256 colors, @@ -499,7 +499,7 @@ xterm-88color|xterm with 88 colors, use=xterm+osc104, use=xterm+88color, use=xterm-256color, -@@ -5692,9 +5701,25 @@ xterm-noapp|xterm with cursor keys in no +@@ -5718,9 +5727,25 @@ xterm-noapp|xterm with cursor keys in no xterm-24|vs100|xterms|xterm terminal emulator 24-line (X Window System), lines#24, use=xterm-old, @@ -526,7 +526,7 @@ # This entry assumes that xterm's handling of VT100 SI/SO is disabled by # setting the vt100Graphics resource to false. -@@ -6144,7 +6169,7 @@ xterms-sun|small (80x24) xterm with sunF +@@ -6170,7 +6195,7 @@ xterms-sun|small (80x24) xterm with sunF #### GNOME (VTE) # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0 @@ -535,7 +535,7 @@ bce, kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=linux+kbs, use=xterm-color, -@@ -6429,11 +6454,15 @@ mgt|Multi GNOME Terminal, +@@ -6455,11 +6480,15 @@ mgt|Multi GNOME Terminal, #### KDE # This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce # or not is debatable). @@ -552,7 +552,7 @@ # Konsole 1.0.1 (2001/11/25) # (formerly known as kvt) # -@@ -6686,7 +6715,7 @@ mlterm3|multi lingual terminal emulator +@@ -6712,7 +6741,7 @@ mlterm3|multi lingual terminal emulator mlterm2|multi lingual terminal emulator 2.x, am, eslok, km, mc5i, mir, msgr, npc, xenl, XT, colors#8, cols#80, lines#24, pairs#64, @@ -561,7 +561,7 @@ bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n, cup=\E[%i%p1%d;%p2%dH, dch=\E[%p1%dP, dch1=\E[P, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=, -@@ -6764,8 +6793,8 @@ rxvt-basic|rxvt terminal base (X Window +@@ -6790,8 +6819,8 @@ rxvt-basic|rxvt terminal base (X Window %p9%t\016%e\017%;, sgr0=\E[0m\017, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, use=ansi+csr, use=ansi+idl, use=ansi+local, @@ -572,7 +572,7 @@ # Key Codes from rxvt reference: # -@@ -6849,8 +6878,8 @@ rxvt-basic|rxvt terminal base (X Window +@@ -6875,8 +6904,8 @@ rxvt-basic|rxvt terminal base (X Window # Removed kDN6, etc (control+shift) since rxvt does not implement this -TD rxvt+pcfkeys|rxvt fragment for PC-style fkeys, kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d, @@ -583,7 +583,7 @@ kf21=\E[23$, kf22=\E[24$, kf23=\E[11\^, kf24=\E[12\^, kf25=\E[13\^, kf26=\E[14\^, kf27=\E[15\^, kf28=\E[17\^, kf29=\E[18\^, kf30=\E[19\^, kf31=\E[20\^, kf32=\E[21\^, -@@ -6933,6 +6962,38 @@ rxvt-cygwin-native|rxvt terminal emulato +@@ -6959,6 +6988,38 @@ rxvt-cygwin-native|rxvt terminal emulato \302x\263y\363z\362{\343|\330~\376, use=rxvt-cygwin, @@ -622,7 +622,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, -@@ -8434,7 +8495,7 @@ pty|4bsd pseudo teletype, +@@ -8478,7 +8539,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 @@ -631,7 +631,7 @@ am, mir, xenl, cols#80, lines#24, bel=^G, bold=\E[1m, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H, -@@ -8444,6 +8505,13 @@ eterm|GNU Emacs term.el terminal emulati +@@ -8488,6 +8549,13 @@ eterm|GNU Emacs term.el terminal emulati smir=\E[4h, smso=\E[7m, smul=\E[4m, use=ansi+cpr, use=ansi+erase, use=ansi+idl, use=ansi+local, use=xterm+alt47, @@ -645,7 +645,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, -@@ -8686,11 +8754,18 @@ screen.xterm-xfree86|screen.xterm-new|sc +@@ -8730,11 +8798,18 @@ screen.xterm-xfree86|screen.xterm-new|sc E3@, use=screen+italics, use=screen+fkeys, use=xterm+x11mouse, use=ecma+index, use=ansi+rep, use=ecma+strikeout, use=xterm+pcfkeys, @@ -665,7 +665,7 @@ # xterm-r6 does not really support khome/kend unless it is propped up by # the translations resource. -@@ -8775,7 +8850,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi +@@ -8819,7 +8894,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, @@ -674,7 +674,7 @@ kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, nel=\r\n, rc=\E8, ri=\EM, rmso=\E[23m, rmul=\E[24m, rs1=\Ec, sc=\E7, sgr0=\E[m, smso=\E[3m, -@@ -10688,7 +10763,7 @@ hp700-wy|HP 700/41 emulating Wyse30, +@@ -10732,7 +10807,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, @@ -683,7 +683,7 @@ am, da, db, xhp, cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA, -@@ -18158,7 +18233,7 @@ ibm3101|i3101|IBM 3101-10, +@@ -18202,7 +18277,7 @@ ibm3101|i3101|IBM 3101-10, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EI, home=\EH, hts=\E0, ind=\n, nel=\r\n, tbc=\EH, use=vt52+arrows, @@ -692,7 +692,7 @@ is2=\E S, rmacs=\E>B, rs2=\E S, sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%; %?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t -@@ -18394,7 +18469,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De +@@ -18438,7 +18513,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De # "Megapel" refers to the display adapter, which was used with the IBM RT # aka IBM 6150. @@ -702,7 +702,7 @@ s1ds=\E(0, sgr0=\E[0m\E(B, use=ibm5154, ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display, --- ncurses/Makefile.in -+++ ncurses/Makefile.in 2024-12-16 08:23:36.335179769 +0000 ++++ ncurses/Makefile.in 2025-04-07 11:11:07.568994539 +0000 @@ -244,7 +244,7 @@ $(LIBDIR) : ../lib : ; mkdir $@ @@ -713,7 +713,7 @@ ./lib_gen.c : $(base)/MKlib_gen.sh ../include/curses.h FGREP="@FGREP@" $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@ --- ncurses/run_cmd.sh -+++ ncurses/run_cmd.sh 2024-12-16 08:23:36.335179769 +0000 ++++ ncurses/run_cmd.sh 2025-04-07 11:11:07.568994539 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh + @@ -727,7 +727,7 @@ + +exec ${1+"$@"} --- ncurses/tinfo/MKfallback.sh -+++ ncurses/tinfo/MKfallback.sh 2025-03-31 06:18:50.619173630 +0000 ++++ ncurses/tinfo/MKfallback.sh 2025-04-07 11:11:07.568994539 +0000 @@ -66,14 +66,22 @@ if test $# != 0 ; then TERMINFO=`pwd`/$tmp_info export TERMINFO @@ -771,7 +771,7 @@ done --- ncurses/tinfo/lib_setup.c -+++ ncurses/tinfo/lib_setup.c 2025-01-20 07:22:44.332156044 +0000 ++++ ncurses/tinfo/lib_setup.c 2025-04-07 11:11:07.568994539 +0000 @@ -800,6 +800,9 @@ _nc_locale_breaks_acs(TERMINAL *termp) } else if ((value = tigetnum(UserCap(U8))) >= 0) { result = value; /* use extension feature */ @@ -783,7 +783,7 @@ result = 1; /* always broken */ } else if (strstr(env, "screen") != NULL --- progs/Makefile.in -+++ progs/Makefile.in 2024-12-16 08:23:36.335179769 +0000 ++++ progs/Makefile.in 2025-04-07 11:11:07.568994539 +0000 @@ -103,7 +103,7 @@ CFLAGS_LIBTOOL = $(CCFLAGS) CFLAGS_NORMAL = $(CCFLAGS) -DNCURSES_STATIC CFLAGS_DEBUG = $(CCFLAGS) -DNCURSES_STATIC @CC_G_OPT@ -DTRACE @@ -803,7 +803,7 @@ LDFLAGS_DEFAULT = $(LDFLAGS_@DFT_UPR_MODEL@) --- test/test.priv.h -+++ test/test.priv.h 2024-12-16 08:23:36.335179769 +0000 ++++ test/test.priv.h 2025-04-07 11:11:07.568994539 +0000 @@ -1162,12 +1162,12 @@ extern char *_nc_strstr(const char *, co #endif @@ -820,7 +820,7 @@ #define CANCELLED_STRING (char *)(-1) --- test/tracemunch -+++ test/tracemunch 2024-12-16 08:23:36.335179769 +0000 ++++ test/tracemunch 2025-04-07 11:11:07.568994539 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl ++++++ ncurses-6.5-ghostty.dif ++++++ --- /var/tmp/diff_new_pack.pMUtLT/_old 2025-04-10 21:57:18.063721434 +0200 +++ /var/tmp/diff_new_pack.pMUtLT/_new 2025-04-10 21:57:18.067721601 +0200 @@ -7,7 +7,7 @@ --- misc/terminfo.src +++ misc/terminfo.src 2025-01-13 08:43:20.312926680 +0000 -@@ -8433,7 +8433,7 @@ contour-direct|Contour terminal with dir +@@ -8473,7 +8477,7 @@ contour-direct|Contour terminal with dir # # The developers set "Tc" in their terminal description to hint that it # supports direct-colors, but the feature did not work with this version -TD ++++++ ncurses-6.5-patches.tar.bz2 ++++++ Binary files old/patches/ncurses-6.5-20250405.patch.gz and new/patches/ncurses-6.5-20250405.patch.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.5-20250405.patch.gz.asc new/patches/ncurses-6.5-20250405.patch.gz.asc --- old/patches/ncurses-6.5-20250405.patch.gz.asc 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.5-20250405.patch.gz.asc 2025-04-06 02:26:10.000000000 +0200 @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmfxyiIACgkQzCr0RyFn +vgOxXAv/dxZz4suShfiKDMHYgnmyrSa8otXSm3MaQkHJOVogRGd1tnO4c/OCA/ka +TynNdncksaiksk3u79Sk+G1eh8GL6zNurGLaKQYzfzUTupOE0pBDOjn7yq/rwL+s +7xppfkf1+U0CkQu8DbR6OT5mVXh/9CVXhoyMewMa30OjDoWOM4fxsrpVIJ6qCwJL +ZCMLqtsblSSqWcCAk8S814oGblHBhw04VlD5vlzXrP9vF5l+W+6X3XLZdLmqeeBN +ecz7HiBA8Zu6CMm012EXJnzF8GWv2wxoYRfGiLSOQYec4mGN6F3KuprmmIO0hyWV +PsaQAjgFYVSl8r/KYGLEu6n23rmaK2yrdE/x7gqnIOLUeAoMbGoeT9APGy9/H/YB +sBA+hqqIAB3XV9yu4kXG2dBNNKQMM0UYwyjaKYdESNCsTihzshYRO/F5kC8D619F +Q9+0PgIbMpELW1Tjt9pu3e9V4uyIwuz6Y95JGN8vF1NQ/EKeq8TYpk/Tw0c2rzxx +Sobum8Y4 +=vMYx +-----END PGP SIGNATURE-----