Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2024-05-29 19:35:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Wed May 29 19:35:02 2024 rev:264 rq:1177126 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2024-05-10 
12:04:31.860153248 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.24587/ncurses.changes       
2024-05-29 19:35:03.678770661 +0200
@@ -1,0 +2,31 @@
+Mon May 27 08:44:05 UTC 2024 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20240525
+  + build-fix for configure option --disable-ext-funcs
+  + improve formatting/style of manpages (patches by Branden Robinson).
+  + review/update iTerm2 for 3.5.0 -TD
+- Add ncurses patch 20240519
+  + update Ada95/configure to match change for -DTRACE
+  + revert change to include/ncurses_defs, which caused build failure if
+    tracing was not enabled (report by Branden Robinson).
+- Add ncurses patch 20240518
+  + improve formatting/style of manpages (patches by Branden Robinson).
+  + move makefile's -DTRACE into include/ncurses_cfg.h, to simplify use
+    of CFLAGS/CPPFLAGS.
+  + improve check for clock_gettime(), from xterm.
+  + modify configure script to work around broken gnatgcc script found in
+    gcc-13 builds.
+- Port patch ncurses-6.4.dif
+
+-------------------------------------------------------------------
+Tue May 14 06:12:46 UTC 2024 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20240511
+  + improve formatting/style of manpages (patches by Branden Robinson).
+  + limit value from ESCDELAY environment variable to 30 seconds, like
+    other delay limits.
+  + limit values from LINES and COLUMNS environment variables to 512
+    (report by Miroslav Lichvar).
+- Port patch ncurses-6.4.dif
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ get_version_number.sh ++++++
--- /var/tmp/diff_new_pack.Hw7jmk/_old  2024-05-29 19:35:05.998854687 +0200
+++ /var/tmp/diff_new_pack.Hw7jmk/_new  2024-05-29 19:35:06.002854833 +0200
@@ -7,10 +7,10 @@
 test -e ${sourcedir}/ncurses-${version}.tar.gz || exit 1
 last=($(tar Oxf ${sourcedir}/ncurses-${version}.tar.gz 
ncurses-${version}/VERSION)) || exit 1
 test -e ${sourcedir}/ncurses-${version}-patches.tar.bz2 || echo ${last[2]}
-tar --wildcards -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 
'*/*.patch' &> /dev/null || { echo ${last[2]}; exit 0; }
+tar --wildcards -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 
'*/*.patch.gz' &> /dev/null || { echo ${last[2]}; exit 0; }
 OFS="$IFS"
 IFS=-
-last=($(tar -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 | grep -v 
'gz.asc' | sed -r 's@\.patch$@@'| sort -t '-' -k 3,3 -n | tail -n 1))
+last=($(tar -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 | grep -v 
'gz.asc' | sed -r 's@\.patch\.gz$@@'| sort -t '-' -k 3,3 -n | tail -n 1))
 IFS="$OFS"
 echo ${last[2]}
 

++++++ ncurses-5.9-ibm327x.dif ++++++
--- /var/tmp/diff_new_pack.Hw7jmk/_old  2024-05-29 19:35:06.026855702 +0200
+++ /var/tmp/diff_new_pack.Hw7jmk/_new  2024-05-29 19:35:06.030855846 +0200
@@ -4,7 +4,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2018-10-29 10:23:47.271511864 +0000
-@@ -17871,8 +17871,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
+@@ -17922,8 +17922,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
  #
  
  ibm327x|line mode IBM 3270 style,

++++++ ncurses-6.4.dif ++++++
--- /var/tmp/diff_new_pack.Hw7jmk/_old  2024-05-29 19:35:06.046856426 +0200
+++ /var/tmp/diff_new_pack.Hw7jmk/_new  2024-05-29 19:35:06.050856571 +0200
@@ -18,8 +18,8 @@
  16 files changed, 202 insertions(+), 72 deletions(-)
 
 --- aclocal.m4
-+++ aclocal.m4 2024-04-15 07:05:36.856695934 +0000
-@@ -6115,12 +6115,12 @@ cat >>$cf_edit_man <<CF_EOF
++++ aclocal.m4 2024-05-27 08:45:58.822250073 +0000
+@@ -6132,12 +6132,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
  
-@@ -6130,7 +6130,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6147,7 +6147,7 @@ cat >>$cf_edit_man <<CF_EOF
  CF_EOF
  else
  cat >>$cf_edit_man <<CF_EOF
@@ -43,7 +43,7 @@
  CF_EOF
  fi
  
-@@ -6170,7 +6170,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6187,7 +6187,7 @@ cat >>$cf_edit_man <<CF_EOF
                mv \$TMP.$cf_manpage_so_strip \$TMP
        fi
        fi
@@ -52,7 +52,7 @@
  CF_EOF
  fi
  
-@@ -6179,31 +6179,31 @@ case "$MANPAGE_FORMAT" in
+@@ -6196,31 +6196,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
-@@ -6213,7 +6213,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6230,7 +6230,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
-@@ -6223,18 +6223,18 @@ CF_EOF
+@@ -6240,18 +6240,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
-@@ -6254,9 +6254,9 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6271,9 +6271,9 @@ cat >>$cf_edit_man <<CF_EOF
                        )
                )
        elif test "\$verb" = removing ; then
@@ -135,7 +135,7 @@
                )
                test -d "\$cf_subdir\${section}" &&
                test -n "\$aliases" && (
-@@ -6277,6 +6277,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -6294,6 +6294,7 @@ cat >>$cf_edit_man <<CF_EOF
  #             echo ".hy 0"
                cat \$TMP
        fi
@@ -144,8 +144,8 @@
  esac
  done
 --- configure
-+++ configure  2024-04-15 07:05:36.860695856 +0000
-@@ -6443,7 +6443,7 @@ echo $ECHO_N "checking for an rpath opti
++++ configure  2024-05-27 08:45:58.826249981 +0000
+@@ -6741,7 +6741,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,"
-@@ -6816,8 +6816,8 @@ echo "${ECHO_T}$cf_cv_ldflags_search_pat
+@@ -7114,8 +7114,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
-@@ -8056,7 +8056,7 @@ echo "${ECHO_T}$with_pcre2" >&6
+@@ -8354,7 +8354,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
-@@ -15300,12 +15300,12 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15598,12 +15598,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
  
-@@ -15315,7 +15315,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15613,7 +15613,7 @@ cat >>$cf_edit_man <<CF_EOF
  CF_EOF
  else
  cat >>$cf_edit_man <<CF_EOF
@@ -198,7 +198,7 @@
  CF_EOF
  fi
  
-@@ -15355,7 +15355,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15653,7 +15653,7 @@ cat >>$cf_edit_man <<CF_EOF
                mv \$TMP.$cf_manpage_so_strip \$TMP
        fi
        fi
@@ -207,7 +207,7 @@
  CF_EOF
  fi
  
-@@ -15364,31 +15364,31 @@ case "$MANPAGE_FORMAT" in
+@@ -15662,31 +15662,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
-@@ -15398,7 +15398,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15696,7 +15696,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
-@@ -15408,18 +15408,18 @@ CF_EOF
+@@ -15706,18 +15706,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
-@@ -15439,9 +15439,9 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15737,9 +15737,9 @@ cat >>$cf_edit_man <<CF_EOF
                        )
                )
        elif test "\$verb" = removing ; then
@@ -290,7 +290,7 @@
                )
                test -d "\$cf_subdir\${section}" &&
                test -n "\$aliases" && (
-@@ -15462,6 +15462,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15760,6 +15760,7 @@ cat >>$cf_edit_man <<CF_EOF
  #             echo ".hy 0"
                cat \$TMP
        fi
@@ -348,9 +348,9 @@
  #define CANCELLED_STRING      (char *)(-1)
  
 --- man/man_db.renames.in
-+++ man/man_db.renames.in      2024-04-15 07:05:36.860695856 +0000
-@@ -288,6 +288,7 @@ wsetscrreg.3x                      wsetscrreg.3ncurses
- wtimeout.3x                   wtimeout.3ncurses
++++ man/man_db.renames.in      2024-05-14 06:15:01.767262785 +0000
+@@ -294,6 +294,7 @@ wtimeout.3x                        wtimeout.3ncurses
+ wunctrl.3x                    wunctrl.3ncurses
  #
  # Other:
 +tack.1                                tack.1
@@ -359,7 +359,7 @@
  ttys.5                                ttys.4
 --- man/ncurses.3x
 +++ man/ncurses.3x     2024-04-15 07:09:39.619910505 +0000
-@@ -340,6 +340,10 @@ and \fBmenu\fP(3X) libraries to ease con
+@@ -342,6 +342,10 @@ and \fBmenu\fP(3X) libraries to ease con
  with
  .IR curses .
  .SS "Initialization"
@@ -444,7 +444,7 @@
  
        if [ $name = $MAIN_LIBRARY ]
 --- misc/terminfo.src
-+++ misc/terminfo.src  2024-04-15 07:05:36.864695777 +0000
++++ misc/terminfo.src  2024-05-27 08:45:58.830249892 +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,
-@@ -4971,7 +4980,7 @@ xterm-new|modern xterm terminal emulator
+@@ -5022,7 +5031,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,
-@@ -5362,7 +5371,7 @@ xterm+88color2|xterm 88-color feature,
+@@ -5413,7 +5422,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,
-@@ -5631,9 +5640,25 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5682,9 +5691,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.
-@@ -6085,7 +6110,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -6136,7 +6161,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,
-@@ -6370,11 +6395,15 @@ mgt|Multi GNOME Terminal,
+@@ -6421,11 +6446,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)
  #
-@@ -6628,7 +6657,7 @@ mlterm3|multi lingual terminal emulator
+@@ -6679,7 +6708,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=,
-@@ -6706,8 +6735,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6757,8 +6786,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:
  #
-@@ -6791,8 +6820,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6842,8 +6871,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\^,
-@@ -6876,6 +6905,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -6927,6 +6956,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,
-@@ -8129,7 +8190,7 @@ pty|4bsd pseudo teletype,
+@@ -8180,7 +8241,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,
-@@ -8139,6 +8200,13 @@ eterm|GNU Emacs term.el terminal emulati
+@@ -8190,6 +8251,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,
-@@ -8382,11 +8450,18 @@ screen.xterm-xfree86|screen.xterm-new|sc
+@@ -8433,11 +8501,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.
-@@ -8471,7 +8546,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi
+@@ -8522,7 +8597,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,
-@@ -10384,7 +10459,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
+@@ -10435,7 +10510,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,
-@@ -17881,7 +17956,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -17932,7 +18007,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
-@@ -18117,7 +18192,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -18168,7 +18243,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-patches.tar.bz2 ++++++
Binary files old/patches/ncurses-6.5-20240511.patch.gz and 
new/patches/ncurses-6.5-20240511.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20240511.patch.gz.asc 
new/patches/ncurses-6.5-20240511.patch.gz.asc
--- old/patches/ncurses-6.5-20240511.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20240511.patch.gz.asc       2024-05-12 
02:17:14.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmZACooACgkQzCr0RyFn
+vgMiPwv+ITnWe7ZjYcS8wXG0/z7ngPay4+r5k6hYQaJtKkOkto3KzXpJ/FRBWY0e
+0YwADXhps9OCPrLMQNoEStRousRAggK4cmkYBrQL0V+OfqtrIiC96YJDLTxc1DgX
+UDAlVZEaPPyO/OLnJEw9iRYz65CugzCHq+kRYAtSjG4JkZS4s7sEnCaHVoNRQ37+
+6f2+nkRMg1LnD8dwGx/PamLKlf2F8AA7NQvAR39fxPsf8NMOh5AY/bMGth6/VAo0
+wPxsExP1QA0Z1SUrJlRbEu3c7wlxWFT+CtuPippqKlKFPThzZUgh49Wr8JBqUMfx
+Q5zGH42flzlebvvvg0h1P38rPGnFuYhvTtoo0MrHO2a2tjjJXrZf0Lg/bknElel5
+ejwbVIalLOzfoh2KAsIVAMSIEaKd/F8FUc6V1gO8blaR3BFuNGTtqCynTTeNHh+5
+KUj/4S/xKq/Ydd359thhMsjpWE1XxkiGyie/sOoj97Y7/HpIVgfHJh8xkgzZDHIP
+hnLy5soJ
+=oJvz
+-----END PGP SIGNATURE-----
Binary files old/patches/ncurses-6.5-20240518.patch.gz and 
new/patches/ncurses-6.5-20240518.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20240518.patch.gz.asc 
new/patches/ncurses-6.5-20240518.patch.gz.asc
--- old/patches/ncurses-6.5-20240518.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20240518.patch.gz.asc       2024-05-19 
01:30:16.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmZJOggACgkQzCr0RyFn
+vgNpWgv8C18/kmmYFVFhRKsG1NcTYKxVcgMbGPmIWMIqVW1OHCwTD29f5RSs3f+L
+0yVXckdUh0gXIO0NXT3aJrfKGsg9mTG2uM+8qQCkvCtL8gYYM2Cmef8oVfAlLSYR
+UKQDGP8XqwXGqbQ4A5HgpWWUrGx4e/509vUUY4Y9dQz+FkTjJFgker57nUxfD2+M
+BKXcBdaYyDjsurLx4CNA1Wts6y5/ABc9ue3TF/wWPWZW+7rq7B7KX1bBENixXm/s
+J1SEfIQCCGgmjWTSwWpJ5szHFcTWpqcOYkRDP1/O+8QYXGKe7K10joMdLzrbyUf5
+rpzgwg+XzT0rY8TlTRZIbDNPqmIwV5F8C/6KBbYGZZKaU0ByTKYOd42tnjnUJMw+
+64z1X7hOWOhJlITajDshQYwhF1HN0eN93UlWLdljbfM/mCnEvNNZLE2RVcbjXGFv
+eICQctSezJC+J+sOdiuaXEQG+TULBHHXJ9pyTfQXRfylBSD7PeZfTekD51Rdn44i
+00WniJIK
+=7PWU
+-----END PGP SIGNATURE-----
Binary files old/patches/ncurses-6.5-20240519.patch.gz and 
new/patches/ncurses-6.5-20240519.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20240519.patch.gz.asc 
new/patches/ncurses-6.5-20240519.patch.gz.asc
--- old/patches/ncurses-6.5-20240519.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20240519.patch.gz.asc       2024-05-20 
01:39:30.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmZKjbIACgkQzCr0RyFn
+vgMfhAv/a0F0JuT49/38Rac7LZJj3QYgbtPMGqX3B0xBKq2RA7gTITPZpqdWgFB0
+Wl8+jxwrYuhiLAnnIZlRzQgpIhK3l8Yn3Mh4puemDpwcNDcbi26bwSXzvDk1Hjvx
+wIR5P30LAJ8fQQ+SX3eFVlf8A80losqRHEwUkGPvLjj59OIzFKAfIKnFMC2gIlzH
+qMw0VD6OpmaOx7wWdYKaDHTRzZypFCW915jrQdbALaNbCapM4K4+IgqsXg/za2pN
+5G/F/lQ8BklP2qsYww0/v2PHyBJoB6f1pDxnQKQwX5Gqe5BvM+s6ULspDvz7T/NI
+OkNzDUZt/jGb58NVJdG69QAaSMItYxrnNmnKBEQGe+5ye1fZ5UPXlccYDbiiOBF1
+H9SXKISzxz1g5hzlq0QXiZhub0sob1Q2jjEMRoOYtvac4oW2pOKJV82hwKaCIjjq
+XSQNCOVIeiL3644z0oS3KEEKFyk2SNl+DBa5raGgoTyWWY17fUFO4hR/lHC6Arh1
+9wAHglYm
+=ikRq
+-----END PGP SIGNATURE-----
Binary files old/patches/ncurses-6.5-20240525.patch.gz and 
new/patches/ncurses-6.5-20240525.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.5-20240525.patch.gz.asc 
new/patches/ncurses-6.5-20240525.patch.gz.asc
--- old/patches/ncurses-6.5-20240525.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.5-20240525.patch.gz.asc       2024-05-26 
02:05:32.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmZSfMwACgkQzCr0RyFn
+vgNEYQwAyE+lR/b0nmQisTWyq3Xo+1D/IJK67x+m0bTh0YGengFSKQX/O4kf9iTc
+egrI4Htp3L6/wlJpIoDKymtYcwosIZDJB2BxAnckDQ3X6T45xf518MDqjwjL5HSh
+dMaJkIfPuqiaP8WO9MPZtuyDrfRaUSWluuJAlqNGyTpg0VlkPUM7OKgb6qDPiYxv
+PIlRi4VdKSJ8oTnAd/IHZm5u3NVbdnX9RBdlJnO84VK68W+XeW5Al5XTqEcxhWn9
+Nj4VePq22t+SdM/7M+93fU0E7nuQ+k1z38Vgu8V942exGtjAFbpwRgS5IgFVUaiz
+qXB25cTPVPUGYR6HfIJCwEDo8oEK84v6k67iBTJFHgDynR24GRqwEX60RIWAvLn3
+wQoOgz8OknkE1y4rSjFuyaOW07n5y29U6nMg7fkQtpCGxeDdG7Q32acX1Pl2XTqy
+bv0ecSrSXmpfKD28NuAj2RoeEqxetGzex3X+peNdiYzKorg+anRXB32U77MVMO+W
+EfG7MEhQ
+=kMM3
+-----END PGP SIGNATURE-----

Reply via email to