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-05-30 14:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Fri May 30 14:28:26 2025 rev:299 rq:1280830 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2025-05-27 
18:48:46.113166318 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.25440/ncurses.changes       
2025-05-30 17:24:04.752157967 +0200
@@ -1,0 +2,20 @@
+Mon May 26 06:42:05 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20250524
+  + correct option-name used in configure script, which resulted in size
+    change for cchar_t (cf: 20250517).
+
+-------------------------------------------------------------------
+Mon May 19 07:14:46 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20250517
+  + initial changes for some ABI 7 features:
+    + disable wgetch-events
+    + add feature for extending mouse-buttons
+    + add feature for extending direct-color support
+  + use bracketed+paste in nsterm, rlogin-color, screen, terminology -TD
+- First steps to support ABI 7
+- Update to tack-1.11-20250503
+  * 2025/04/29 Add checks for RV/rv and XR/xr
+
+-------------------------------------------------------------------

Old:
----
  tack-1.10-20240501.tgz
  tack-1.10-20240501.tgz.asc

New:
----
  tack-1.11-20250503.tgz
  tack-1.11-20250503.tgz.asc

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.R9TweJ/_old  2025-05-30 17:24:05.768200165 +0200
+++ /var/tmp/diff_new_pack.R9TweJ/_new  2025-05-30 17:24:05.772200330 +0200
@@ -25,6 +25,7 @@
 %bcond_with     memleakck
 %bcond_without  onlytinfo
 %bcond_without  abi5
+%bcond_with     abi7
 %bcond_with     ada
 %bcond_with     libbsd
 %bcond_with     usepcre2
@@ -43,8 +44,8 @@
 
 %global patchlvl %(bash %{_sourcedir}/get_version_number.sh %{_sourcedir})
 %global basevers 6.5
-%global tackvers 1.10
-%global tacklvl  20240501
+%global tackvers 1.11
+%global tacklvl  20250503
 
 Name:           ncurses
 #!BuildIgnore: terminfo
@@ -606,7 +607,7 @@
     export PKG_CONFIG_PATH
     echo PKG_CONFIG_PATH=$PKG_CONFIG_PATH
 
-    for abi in 6 %{?with_abi5:5}
+    for abi in 6 %{?with_abi5:5} %{?with_abi7:7}
     do
        for wide in w ""
        do
@@ -622,13 +623,13 @@
 
                map=ncurses${pthreads}${wide}
                tic=tic${wide}
-               test "$abi" = 6 -a -n "$pthreads" -a -n "$wide" && progs=with 
|| progs=without
+               test "$abi" = %{?with_abi7:7}%{!?with_abi7:6} -a -n "$pthreads" 
-a -n "$wide" && progs=with || progs=without
 
                configure="${common} $(
                    echo --with-abi-version=$abi
                    echo --with-versioned-syms=${PWD}/package/${map}.map 
--with-ticlib=${tic}
                    echo --${progs}-manpages --${progs}-progs --${progs}-tack
-                   test "$abi" = 6 && \
+                   test "$abi" = 6 -o "$abi" = 7 && \
                        echo  --enable-opaque-curses  --enable-opaque-form  
--enable-opaque-menu  --enable-opaque-panel  --enable-ext-mouse  
--enable-ext-colors || \
                        echo --disable-opaque-curses --disable-opaque-form 
--disable-opaque-menu --disable-opaque-panel --disable-ext-mouse 
--disable-ext-colors
                    #
@@ -641,7 +642,7 @@
                    test -n "$wide" && \
                        echo  --enable-widec  --enable-wattr-macros || \
                        echo --disable-widec --disable-wattr-macros
-                   test -z "$pthreads" -a "$abi" = 6 && echo 
--libdir=%{_libdir}/%{name}${wide} || :
+                   test -z "$pthreads" -a "$abi" = 6 && echo 
--libdir=%{_libdir}/%{name}${abi}nt || :
                    test "$abi" = 5 && echo 
--includedir=%{_incdir}/%{name}${abi} || :
                )"
 

++++++ ncurses-5.9-ibm327x.dif ++++++
--- /var/tmp/diff_new_pack.R9TweJ/_old  2025-05-30 17:24:05.856203820 +0200
+++ /var/tmp/diff_new_pack.R9TweJ/_new  2025-05-30 17:24:05.860203986 +0200
@@ -22,7 +22,7 @@
        use=ansi+local, use=ansi+rca, use=linux+sfkeys,
        use=vt100+pf1-pf4, use=vt220+ufkeys, use=vt220+pcedit,
  
-@@ -18305,7 +18305,19 @@ hazel|exec80|h80|he80|Hazeltine Executiv
+@@ -18306,7 +18306,19 @@ hazel|exec80|h80|he80|Hazeltine Executiv
  
  ibm327x|line mode IBM 3270 style,
        gn,

++++++ ncurses-6.4.dif ++++++
--- /var/tmp/diff_new_pack.R9TweJ/_old  2025-05-30 17:24:05.872204484 +0200
+++ /var/tmp/diff_new_pack.R9TweJ/_new  2025-05-30 17:24:05.872204484 +0200
@@ -18,8 +18,8 @@
  16 files changed, 199 insertions(+), 68 deletions(-)
 
 --- aclocal.m4
-+++ aclocal.m4 2025-05-05 07:22:16.194714977 +0000
-@@ -6178,12 +6178,12 @@ cat >>$cf_edit_man <<CF_EOF
++++ aclocal.m4 2025-05-19 07:15:10.610635148 +0000
+@@ -6182,12 +6182,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
  
-@@ -6193,7 +6193,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6197,7 +6197,7 @@ cat >>$cf_edit_man <<CF_EOF
  CF_EOF
  else
  cat >>$cf_edit_man <<CF_EOF
@@ -43,7 +43,7 @@
  CF_EOF
  fi
  
-@@ -6236,7 +6236,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6240,7 +6240,7 @@ cat >>$cf_edit_man <<CF_EOF
                mv \$TMP.$cf_manpage_so_strip \$TMP
        fi
        fi
@@ -52,7 +52,7 @@
  CF_EOF
  fi
  
-@@ -6245,31 +6245,31 @@ case "$MANPAGE_FORMAT" in
+@@ -6249,31 +6249,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
-@@ -6279,7 +6279,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6283,7 +6283,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
-@@ -6289,18 +6289,18 @@ CF_EOF
+@@ -6293,18 +6293,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
-@@ -6320,9 +6320,9 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6324,9 +6324,9 @@ cat >>$cf_edit_man <<CF_EOF
                        )
                )
        elif test "\$verb" = removing ; then
@@ -135,7 +135,7 @@
                )
                test -d "\$cf_subdir\${section}" &&
                test -n "\$aliases" && (
-@@ -6343,6 +6343,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6347,6 +6347,7 @@ cat >>$cf_edit_man <<CF_EOF
  #             echo ".hy 0"
                cat \$TMP
        fi
@@ -144,8 +144,8 @@
  esac
  done
 --- configure
-+++ configure  2025-05-05 07:22:16.194714977 +0000
-@@ -6788,7 +6788,7 @@ echo $ECHO_N "checking for an rpath opti
++++ configure  2025-05-19 07:15:10.610635148 +0000
+@@ -6793,7 +6793,7 @@ echo $ECHO_N "checking for an rpath opti
                fi
                ;;
        (linux*|gnu*|k*bsd*-gnu|freebsd*)
@@ -154,7 +154,7 @@
                ;;
        (openbsd[2-9].*|mirbsd*)
                LD_RPATH_OPT="-Wl,-rpath,"
-@@ -7161,8 +7161,8 @@ echo "${ECHO_T}$cf_cv_ldflags_search_pat
+@@ -7166,8 +7166,8 @@ echo "${ECHO_T}$cf_cv_ldflags_search_pat
        else
                cf_cv_shared_soname='`basename $@`'
        fi
@@ -165,7 +165,7 @@
                ;;
        (mingw*msvc*)
                cf_cv_shlib_version=msvcdll
-@@ -8411,7 +8411,7 @@ echo "${ECHO_T}$with_pcre2" >&6
+@@ -8416,7 +8416,7 @@ echo "${ECHO_T}$with_pcre2" >&6
  
  if test "x$with_pcre2" != xno ; then
        cf_with_pcre2_ok=no
@@ -174,7 +174,7 @@
        do
  
  if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
-@@ -15656,12 +15656,12 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15661,12 +15661,12 @@ cat >>$cf_edit_man <<CF_EOF
                echo "? missing rename for \$cf_source"
                cf_target="\$cf_source"
        fi
@@ -189,7 +189,7 @@
        sed     -f "$cf_man_alias" \\
  CF_EOF
  
-@@ -15671,7 +15671,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15676,7 +15676,7 @@ cat >>$cf_edit_man <<CF_EOF
  CF_EOF
  else
  cat >>$cf_edit_man <<CF_EOF
@@ -198,7 +198,7 @@
  CF_EOF
  fi
  
-@@ -15714,7 +15714,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15719,7 +15719,7 @@ cat >>$cf_edit_man <<CF_EOF
                mv \$TMP.$cf_manpage_so_strip \$TMP
        fi
        fi
@@ -207,7 +207,7 @@
  CF_EOF
  fi
  
-@@ -15723,31 +15723,31 @@ case "$MANPAGE_FORMAT" in
+@@ -15728,31 +15728,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
@@ -246,7 +246,7 @@
                                for cf_alias in \$aliases
                                do
                                        if test "\$section" = 1 ; then
-@@ -15757,7 +15757,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15762,7 +15762,7 @@ cat >>$cf_edit_man <<CF_EOF
  
                                        if test "$MANPAGE_SYMLINKS" = yes ; then
                                                if test -f 
"\$cf_alias\${suffix}" ; then
@@ -255,7 +255,7 @@
                                                        then
                                                                continue
                                                        fi
-@@ -15767,18 +15767,18 @@ CF_EOF
+@@ -15772,18 +15772,18 @@ CF_EOF
  case "x$LN_S" in
  (*-f)
  cat >>$cf_edit_man <<CF_EOF
@@ -277,7 +277,7 @@
                                                echo ".so \$cf_source" >\$TMP
  CF_EOF
  if test -n "$cf_manpage_compress" ; then
-@@ -15798,9 +15798,9 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15803,9 +15803,9 @@ cat >>$cf_edit_man <<CF_EOF
                        )
                )
        elif test "\$verb" = removing ; then
@@ -290,7 +290,7 @@
                )
                test -d "\$cf_subdir\${section}" &&
                test -n "\$aliases" && (
-@@ -15821,6 +15821,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15826,6 +15826,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-05-12 06:44:19.557534686 +0000
++++ misc/terminfo.src  2025-05-19 07:18:32.854932900 +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,
-@@ -5481,7 +5490,7 @@ xterm+88color2|xterm 88-color feature,
+@@ -5483,7 +5492,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,
@@ -490,7 +490,7 @@
  xterm-88color|xterm with 88 colors,
        use=xterm+osc104, use=xterm+88color,
        use=xterm-256color,
-@@ -5747,9 +5756,25 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5749,9 +5758,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,
  
@@ -517,7 +517,7 @@
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
  # setting the vt100Graphics resource to false.
-@@ -6203,7 +6228,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -6205,7 +6230,7 @@ xterms-sun|small (80x24) xterm with sunF
  
  #### GNOME (VTE)
  # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0
@@ -526,7 +526,7 @@
        bce,
        kdch1=^?, use=linux+kbs, use=vt100+pf1-pf4,
        use=xterm-color,
-@@ -6492,11 +6517,15 @@ mgt|Multi GNOME Terminal,
+@@ -6494,11 +6519,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).
@@ -543,7 +543,7 @@
  # Konsole 1.0.1 (2001/11/25)
  # (formerly known as kvt)
  #
-@@ -6752,7 +6781,7 @@ mlterm3|multi lingual terminal emulator
+@@ -6754,7 +6783,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,
@@ -552,7 +552,7 @@
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
        dch=\E[%p1%dP, dch1=\E[P, ech=\E[%p1%dX, ed=\E[J, el=\E[K,
        el1=\E[1K, enacs=, ich=\E[%p1%d@, ind=\n,
-@@ -6830,7 +6859,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6832,7 +6861,7 @@ rxvt-basic|rxvt terminal base (X Window
        sgr0=\E[0m\017, smir=\E[4h, smkx=\E=, smul=\E[4m,
        use=ecma+underline, use=ecma+standout, use=ansi+csr,
        use=ansi+idl, use=ansi+local, use=xterm+alt47,
@@ -561,7 +561,7 @@
        use=vt220+cvis, use=vt220+keypad,
  
  # Key Codes from rxvt reference:
-@@ -6916,6 +6945,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6918,6 +6947,7 @@ rxvt-basic|rxvt terminal base (X Window
  rxvt+pcfkeys|rxvt fragment for PC-style fkeys,
        kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,
        kNXT=\E[6$, kPRV=\E[5$, kRIT=\E[c, kel=\E[8\^, kend=\E[8~,
@@ -569,7 +569,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\^,
-@@ -6998,6 +7028,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -7000,6 +7030,38 @@ rxvt-cygwin-native|rxvt terminal emulato
             \302x\263y\363z\362{\343|\330~\376,
        use=rxvt-cygwin,
  
@@ -608,7 +608,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,
-@@ -8591,7 +8653,7 @@ pty|4bsd pseudo teletype,
+@@ -8594,7 +8656,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
@@ -617,7 +617,7 @@
        am, mir, xenl,
        cols#80, lines#24,
        bel=^G, bold=\E[1m, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H,
-@@ -8600,6 +8662,13 @@ eterm|GNU Emacs term.el terminal emulati
+@@ -8603,6 +8665,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,
@@ -631,7 +631,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,
-@@ -8839,11 +8908,18 @@ screen.xterm-xfree86|screen.xterm-new|sc
+@@ -8842,11 +8911,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,
@@ -651,7 +651,7 @@
  
  # xterm-r6 does not really support khome/kend unless it is propped up by
  # the translations resource.
-@@ -8928,7 +9004,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi
+@@ -8931,7 +9007,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,
@@ -660,7 +660,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,
        rs1=\Ec, sc=\E7, sgr0=\E[m, smso=\E[3m, use=ecma+underline,
-@@ -10864,7 +10940,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
+@@ -10865,7 +10941,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,
@@ -669,7 +669,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,
-@@ -18326,7 +18402,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -18327,7 +18403,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,
@@ -678,7 +678,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
-@@ -18561,7 +18637,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -18562,7 +18638,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.R9TweJ/_old  2025-05-30 17:24:05.884204982 +0200
+++ /var/tmp/diff_new_pack.R9TweJ/_new  2025-05-30 17:24:05.888205149 +0200
@@ -7,7 +7,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2025-01-13 08:43:20.312926680 +0000
-@@ -8589,7 +8589,7 @@ contour-direct|Contour terminal with dir
+@@ -8592,7 +8592,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-20250517.patch.gz and 
new/patches/ncurses-6.5-20250517.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20250517.patch.gz.asc 
new/patches/ncurses-6.5-20250517.patch.gz.asc
--- old/patches/ncurses-6.5-20250517.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20250517.patch.gz.asc       2025-05-18 
01:47:26.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmgpIA4ACgkQzCr0RyFn
+vgPGMAwAurksh8CzU5ac2wTJjTM0jNF3PDeLRybIcOkGjQTwNU7rE6t20vs6mcdG
+DF1q5TiGCJAk5cBL4lHkvDONjVJ5GjJ607q9+WWG+UC+CFqC6t7GRVis7/rzloTp
+y3X9fRjsdeCJOKvGqgcLADJduEnthvyqQiFpkVgfvwg3DswDfy3k08NpqX71pzeM
+y5OkRohbDb6gp+2mdQpM3LLMgo3m4AsvNqJ0S+6t1vtziW/ZDcIbL+5RDCmVSQGy
+XtYDGbJ15OVWdUDPsSacLc1bKjC5qpFLQcqejJLdH5wN0CzmJkWYS7q/iYblUcpL
+oa+cfe4Kqx8nvP/jFcC1Ol2Rl6A9D1ZUam7Tmf6n0L2cvnsCAin3JmiZd9plUmjd
+uR64UZagZFXxUuMVMRqNRb4tGu6xPXgzO8mz/EqtJC3B6k2RvlMdzAaxoZEPBCxq
+EC3UQFyiYgrbhg3LpxTcMX/8LlYauJ7MlXHjZb7i9ZK+0Diyw46uTyacennDlV6w
+UxpsP/iV
+=fzLc
+-----END PGP SIGNATURE-----
Binary files old/patches/ncurses-6.5-20250524.patch.gz and 
new/patches/ncurses-6.5-20250524.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20250524.patch.gz.asc 
new/patches/ncurses-6.5-20250524.patch.gz.asc
--- old/patches/ncurses-6.5-20250524.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20250524.patch.gz.asc       2025-05-25 
01:28:54.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmgyVjYACgkQzCr0RyFn
+vgOS/wwAgPqT0jB3Dg9UWSg9ahmJSzz2tSRZUcMtxDzqEuuD6HOWPKCZYPC/nrKh
+WKo89lnDaJbaKXEFpd9M23Cr8joOXGDyt244yPxo+ooKVwdjiGmufEtOf7pegdLp
+EdMrDtHnoPPd169Niq/JzsUi/RJ8Uh2YaxRpgMHRA5aMOKgWXOKUkb5zObayoEiy
+BZJIQI237ARq7zYJj0/90dUtdHUIi6aG7buVTy+wUFInguRXhbiWveZFMn/VaN1W
+8z4FIh5An+D+gHmAlxMroHWbSXLsFdlg4JRWzAa9Gi1IjI8aZSXRJkvY5DIlQFdu
+hceVv3jGh7aaB/8ocdVyZys/A4edqgrGzjO9EOEtBHhP0jfNpqkjsNCxObO4hpQ2
+pSwuMqFTQ72glzMMrr6lhgi8hY4KQ3fvYnROv59y32nUCJl+xRxdoQ+3/l+06jmG
+Dn1+NBtEaYzDkUJlgiT+NSiPk3eTRL3guUGx2bUsi1Af71ntrhyaLE0IPIU4S6Hg
+ScZU0foI
+=UQLQ
+-----END PGP SIGNATURE-----



++++++ tack-1.10-20240501.tgz -> tack-1.11-20250503.tgz ++++++
++++ 12602 lines of diff (skipped)

Reply via email to