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-03-12 15:19:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Wed Mar 12 15:19:59 2025 rev:287 rq:1252055 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2025-02-27 
14:49:05.295857744 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new.19136/ncurses.changes       
2025-03-12 15:20:02.532140143 +0100
@@ -1,0 +2,30 @@
+Tue Mar 11 12:33:48 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Move manual pages of examples from section 6 to subsection 6n 
+
+-------------------------------------------------------------------
+Mon Mar 10 07:32:46 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20250308
+  + remove test in wgetch which applied notimeout to the initial read
+    of a character (patch by Branden Robinson).
+  + improve formatting/style of manpages (patches by Branden Robinson).
+  + fix a few compiler-warnings in MinGW port.
+
+-------------------------------------------------------------------
+Mon Mar  3 07:46:13 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20250301
+  + add color to vt525 (Branden Robinson)
+  + add vt520-w and vt525-w (Branden Robinson)
+  + improve formatting/style of manpages (patches by Branden Robinson).
+  + improve configurability of alloca() as used in Windows ports.
+  + fix some typos in manpages.
+  + modify configure script checks for stdbool.h to fix build with older
+    gcc version.
+- Correct offsets of patches
+  * ncurses-5.9-ibm327x.dif
+  * ncurses-6.4.dif
+  * ncurses-6.5-ghostty.dif
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.cdV6Xh/_old  2025-03-12 15:20:03.976200614 +0100
+++ /var/tmp/diff_new_pack.cdV6Xh/_new  2025-03-12 15:20:03.976200614 +0100
@@ -734,7 +734,7 @@
            mkdir -p %{root}%{_mandir}/man6
            for man in *.6
            do
-               install -m 0644 $man %{root}%{_mandir}/man6/
+               install -m 0644 $man %{root}%{_mandir}/man6/${man}n
            done
            install -m 0755 %{S:8} %{root}%{_libexecdir}/ncurses-examples/
        popd

++++++ ncurses-5.9-ibm327x.dif ++++++
--- /var/tmp/diff_new_pack.cdV6Xh/_old  2025-03-12 15:20:04.060204133 +0100
+++ /var/tmp/diff_new_pack.cdV6Xh/_new  2025-03-12 15:20:04.064204300 +0100
@@ -4,7 +4,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2018-10-29 10:23:47.271511864 +0000
-@@ -18141,8 +18141,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
+@@ -18148,8 +18148,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
  #
  
  ibm327x|line mode IBM 3270 style,

++++++ ncurses-6.4.dif ++++++
--- /var/tmp/diff_new_pack.cdV6Xh/_old  2025-03-12 15:20:04.076204803 +0100
+++ /var/tmp/diff_new_pack.cdV6Xh/_new  2025-03-12 15:20:04.080204970 +0100
@@ -18,8 +18,8 @@
  16 files changed, 202 insertions(+), 72 deletions(-)
 
 --- aclocal.m4
-+++ aclocal.m4 2025-02-03 07:51:27.295207512 +0000
-@@ -6183,12 +6183,12 @@ cat >>$cf_edit_man <<CF_EOF
++++ aclocal.m4 2025-03-03 07:48:05.760657758 +0000
+@@ -6178,12 +6178,12 @@ cat >>$cf_edit_man <<CF_EOF
                echo "? missing rename for \$cf_source"
                cf_target="\$cf_source"
        fi
@@ -34,7 +34,7 @@
        sed     -f "$cf_man_alias" \\
  CF_EOF
  
-@@ -6198,7 +6198,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6193,7 +6193,7 @@ cat >>$cf_edit_man <<CF_EOF
  CF_EOF
  else
  cat >>$cf_edit_man <<CF_EOF
@@ -43,7 +43,7 @@
  CF_EOF
  fi
  
-@@ -6241,7 +6241,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6236,7 +6236,7 @@ cat >>$cf_edit_man <<CF_EOF
                mv \$TMP.$cf_manpage_so_strip \$TMP
        fi
        fi
@@ -52,7 +52,7 @@
  CF_EOF
  fi
  
-@@ -6250,31 +6250,31 @@ case "$MANPAGE_FORMAT" in
+@@ -6245,31 +6245,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 +91,7 @@
                                for cf_alias in \$aliases
                                do
                                        if test "\$section" = 1 ; then
-@@ -6284,7 +6284,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6279,7 +6279,7 @@ cat >>$cf_edit_man <<CF_EOF
  
                                        if test "$MANPAGE_SYMLINKS" = yes ; then
                                                if test -f 
"\$cf_alias\${suffix}" ; then
@@ -100,7 +100,7 @@
                                                        then
                                                                continue
                                                        fi
-@@ -6294,18 +6294,18 @@ CF_EOF
+@@ -6289,18 +6289,18 @@ CF_EOF
  case "x$LN_S" in
  (*-f)
  cat >>$cf_edit_man <<CF_EOF
@@ -122,7 +122,7 @@
                                                echo ".so \$cf_source" >\$TMP
  CF_EOF
  if test -n "$cf_manpage_compress" ; then
-@@ -6325,9 +6325,9 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6320,9 +6320,9 @@ cat >>$cf_edit_man <<CF_EOF
                        )
                )
        elif test "\$verb" = removing ; then
@@ -135,7 +135,7 @@
                )
                test -d "\$cf_subdir\${section}" &&
                test -n "\$aliases" && (
-@@ -6348,6 +6348,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6343,6 +6343,7 @@ cat >>$cf_edit_man <<CF_EOF
  #             echo ".hy 0"
                cat \$TMP
        fi
@@ -444,7 +444,7 @@
  
        if [ $name = $MAIN_LIBRARY ]
 --- misc/terminfo.src
-+++ misc/terminfo.src  2025-02-10 07:16:43.367706284 +0000
++++ misc/terminfo.src  2025-03-03 07:48:05.772657536 +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,
-@@ -5033,7 +5042,7 @@ xterm-new|modern xterm terminal emulator
+@@ -5040,7 +5049,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,
-@@ -5419,7 +5428,7 @@ xterm+88color2|xterm 88-color feature,
+@@ -5426,7 +5435,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,
-@@ -5685,9 +5694,25 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5692,9 +5701,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.
-@@ -6137,7 +6162,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -6144,7 +6169,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,
-@@ -6422,11 +6447,15 @@ mgt|Multi GNOME Terminal,
+@@ -6429,11 +6454,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)
  #
-@@ -6679,7 +6708,7 @@ mlterm3|multi lingual terminal emulator
+@@ -6686,7 +6715,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=,
-@@ -6757,8 +6786,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6764,8 +6793,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:
  #
-@@ -6842,8 +6871,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6849,8 +6878,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\^,
-@@ -6926,6 +6955,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -6933,6 +6962,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,
-@@ -8427,7 +8488,7 @@ pty|4bsd pseudo teletype,
+@@ -8434,7 +8495,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,
-@@ -8437,6 +8498,13 @@ eterm|GNU Emacs term.el terminal emulati
+@@ -8444,6 +8505,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,
-@@ -8679,11 +8747,18 @@ screen.xterm-xfree86|screen.xterm-new|sc
+@@ -8686,11 +8754,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.
-@@ -8768,7 +8843,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi
+@@ -8775,7 +8850,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,
-@@ -10681,7 +10756,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
+@@ -10688,7 +10763,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,
-@@ -18151,7 +18226,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -18158,7 +18233,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
-@@ -18387,7 +18462,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -18394,7 +18469,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.

++++++ ncurses-6.5-ghostty.dif ++++++
--- /var/tmp/diff_new_pack.cdV6Xh/_old  2025-03-12 15:20:04.088205305 +0100
+++ /var/tmp/diff_new_pack.cdV6Xh/_new  2025-03-12 15:20:04.092205473 +0100
@@ -7,7 +7,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2025-01-13 08:43:20.312926680 +0000
-@@ -8426,7 +8426,7 @@ contour-direct|Contour terminal with dir
+@@ -8433,7 +8433,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-20250301.patch.gz and 
new/patches/ncurses-6.5-20250301.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20250301.patch.gz.asc 
new/patches/ncurses-6.5-20250301.patch.gz.asc
--- old/patches/ncurses-6.5-20250301.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20250301.patch.gz.asc       2025-03-02 
00:18:19.000000000 +0100
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmfDlbsACgkQzCr0RyFn
+vgMOIgv+O/ZQZL39zcVmaVuh1UMGkap3dludaX+MPBeBlKKkFcp5fUKhiASC5QD6
+GHpsZHVA2I4nnXvrYt5x5aZj1QHJT8iChiXhWIoyBIMP8W4h66XSCGYwlPXW2+ML
+dTac4cZkGLFa/r0EN7WJS1yTGGbhOVY90nXBOo0p8tKZ74lUbe3S67MirzkoIWHt
+0xpojaCFKK73r83sGuJq9EYe5rttl6cA9KeVXaCzQUVDNHEkaQwnDMH+PMs2ohGx
+D0AoG2CfbIobPJhrUBy7g1CiBhI7pRRw6K0PihF+D9Xd/yqPc2/cm76ANNUavKRa
+pCVrj9BuKIXqKyzFAblI39gd487ckST8fINYRPUWhHNxV3OUF7TFGIbvaQPxEwtb
+0rcmg7Cwt09iPmdt/RDu6XE7nm2U+OxDFv5nUafDHvg12oTFMJUvxWgYmpIf+Iyb
+0mhfN7PCnI676BeHvC/Wa0FmzbcBwoQHqvb5UsP4ZAzCPlZHv2hzWdOrwDvH8sXm
+8DqqyVYS
+=EPNL
+-----END PGP SIGNATURE-----
Binary files old/patches/ncurses-6.5-20250308.patch.gz and 
new/patches/ncurses-6.5-20250308.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20250308.patch.gz.asc 
new/patches/ncurses-6.5-20250308.patch.gz.asc
--- old/patches/ncurses-6.5-20250308.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20250308.patch.gz.asc       2025-03-09 
02:41:01.000000000 +0100
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGyBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmfM8awACgkQzCr0RyFn
+vgNWbgv1G9nZqQ5GRH1FxIXnBHmejjJ97p8nGtGOWpZP4gjlO3o8g5qt1r6iBCb5
+S/vmGTGuyQT2wrzi5V07Et+BSvjU7u274OtTFV3TqLF+yEwmia7JIwkCcQ099HB7
+d22z0Q3JfYnPlOEkFLHSPBZY2giUdDlVj4eKR747eFNE1F4+9zb3shNaDIzEqITr
+LOZnwmy4GkazRHtzegUOQ0aRH30oIbvu2yZlKjkHpGSCIyxwJR1ioj/txM9+/74f
+o7h6kBiXuVJLhQp+Vla831+FAjnMPc3+A/ayWcTQqZjj/0nYD+5pg6s+HX/lUaAh
+swpEdQHaD3DiZhxpfSi6bMkrQXN8BG8aaM82YZhJarf2Rr/+fJYdm+uaEoewJ0l0
+I0M9aAjvgHMqna0roOWcVKAFB+5xhTk8LSNoQwz8BuTya+pfDQmD/kXTGH6AhKMr
+lFCD1iLnN0I09DXH7+55BlUqO6rYl+VYzHHg9CbZdQgXnecCXkJ5qnIaU2OhuJzO
+e4tJUas=
+=pIPi
+-----END PGP SIGNATURE-----

Reply via email to