Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2019-11-20 13:43:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Wed Nov 20 13:43:38 2019 rev:164 rq:748916 version:6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2019-11-06 
15:14:41.225089608 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new.26869/ncurses.changes       
2019-11-20 13:43:41.608266903 +0100
@@ -1,0 +2,27 @@
+Fri Nov 15 13:15:43 UTC 2019 - Dr. Werner Fink <wer...@suse.de>
+
+- Do not add has size to linker flags of any pkg-config
+
+-------------------------------------------------------------------
+Mon Nov 11 09:19:43 UTC 2019 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20191109
+  + add warning-check in tic for terminals with parm_dch vs parm_ich.
+  + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility
+    with old non-curses programs -TD
+  + reviewed st 0.8.2, updated some details -TD
+  + use ansi+rep several places -TD
+  + corrected tic's check for ich1 (report by Sebastian J. Bronner,
+    cf: 20020901).
+
+-------------------------------------------------------------------
+Mon Nov  4 10:51:29 UTC 2019 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20191102
+  + check parameter of set_escdelay, return ERR if negative.
+  + check parameter of set_tabsize, return ERR if not greater than zero
+    (report/patch by Anthony Sottile).
+  + revise CF_ADD_LIBS macro to prepend rather than append libraries.
+  + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.Dk1m8H/_old  2019-11-20 13:43:42.340266679 +0100
+++ /var/tmp/diff_new_pack.Dk1m8H/_new  2019-11-20 13:43:42.344266679 +0100
@@ -62,7 +62,7 @@
 #Git:           http://ncurses.scripts.mit.edu
 License:        MIT
 Group:          System/Base
-Url:            http://www.invisible-island.net/ncurses/ncurses.html
+URL:            http://www.invisible-island.net/ncurses/ncurses.html
 Source0:        ftp://ftp.invisible-island.net/ncurses/ncurses-6.1.tar.gz
 Source1:        ncurses-6.1-patches.tar.bz2
 Source2:        handle.linux

++++++ ncurses-5.9-ibm327x.dif ++++++
--- /var/tmp/diff_new_pack.Dk1m8H/_old  2019-11-20 13:43:42.400266661 +0100
+++ /var/tmp/diff_new_pack.Dk1m8H/_new  2019-11-20 13:43:42.404266660 +0100
@@ -4,7 +4,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2018-10-29 10:23:47.271511864 +0000
-@@ -17017,8 +17017,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
+@@ -17044,8 +17044,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
  #
  
  ibm327x|line mode IBM 3270 style,

++++++ ncurses-6.1-patches.tar.bz2 ++++++
++++ 3542 lines of diff (skipped)

++++++ ncurses-6.1.dif ++++++
--- /var/tmp/diff_new_pack.Dk1m8H/_old  2019-11-20 13:43:43.788266238 +0100
+++ /var/tmp/diff_new_pack.Dk1m8H/_new  2019-11-20 13:43:43.788266238 +0100
@@ -6,7 +6,7 @@
  include/tic.h                |    4 -
  man/man_db.renames           |    2 
  man/ncurses.3x               |    4 +
- misc/gen-pkgconfig.in        |    7 +-
+ misc/gen-pkgconfig.in        |    8 ++
  misc/terminfo.src            |  138 
++++++++++++++++++++++++++++++++++---------
  ncurses/Makefile.in          |    2 
  ncurses/curses.priv.h        |    2 
@@ -18,10 +18,10 @@
  ncurses/tinfo/read_termcap.c |   21 ++++--
  progs/Makefile.in            |    4 -
  test/test.priv.h             |    4 -
- 19 files changed, 246 insertions(+), 78 deletions(-)
+ 19 files changed, 248 insertions(+), 77 deletions(-)
 
 --- aclocal.m4
-+++ aclocal.m4 2019-08-12 08:07:59.755015362 +0000
++++ aclocal.m4 2019-11-11 09:30:23.206670737 +0000
 @@ -580,7 +580,7 @@ AC_MSG_CHECKING([for size of bool])
  AC_CACHE_VAL(cf_cv_type_of_bool,[
        rm -f cf_test.out
@@ -150,7 +150,7 @@
  esac
  done
 --- configure
-+++ configure  2019-08-12 08:07:59.759015287 +0000
++++ configure  2019-11-11 09:30:23.210670661 +0000
 @@ -5590,7 +5590,7 @@ echo $ECHO_N "checking for an rpath opti
                fi
                ;;
@@ -287,7 +287,7 @@
        # the next lines are needed for linking libtic over libncurses
        TINFO_NAME=${LIB_NAME}
 --- include/curses.h.in
-+++ include/curses.h.in        2019-08-12 08:07:59.759015287 +0000
++++ include/curses.h.in        2019-11-11 09:30:23.210670661 +0000
 @@ -177,6 +177,9 @@ typedef @cf_cv_typeof_chtype@ chtype;
  typedef @cf_cv_typeof_mmask_t@ mmask_t;
  #endif
@@ -299,7 +299,7 @@
   * We need FILE, etc.  Include this before checking any feature symbols.
   */
 --- include/termcap.h.in
-+++ include/termcap.h.in       2019-08-12 08:07:59.759015287 +0000
++++ include/termcap.h.in       2019-11-11 09:30:23.210670661 +0000
 @@ -46,6 +46,8 @@ extern "C"
  {
  #endif /* __cplusplus */
@@ -310,7 +310,7 @@
  
  #undef  NCURSES_OSPEED 
 --- include/tic.h
-+++ include/tic.h      2019-08-12 08:07:59.759015287 +0000
++++ include/tic.h      2019-11-11 09:30:23.210670661 +0000
 @@ -236,12 +236,12 @@ struct user_table_entry
   */
  
@@ -327,7 +327,7 @@
  #define CANCELLED_STRING      (char *)(-1)
  
 --- man/man_db.renames
-+++ man/man_db.renames 2019-08-12 08:16:08.454002432 +0000
++++ man/man_db.renames 2019-11-11 09:30:23.210670661 +0000
 @@ -163,6 +163,7 @@ term.7                             term.7
  term_variables.3x             terminfo_variables.3ncurses
  terminfo.5                    terminfo.5
@@ -345,7 +345,7 @@
  #
  getty.1                               getty.8
 --- man/ncurses.3x
-+++ man/ncurses.3x     2019-08-12 08:07:59.759015287 +0000
++++ man/ncurses.3x     2019-11-11 09:30:23.210670661 +0000
 @@ -139,6 +139,10 @@ after the shell environment variable \fB
  [See \fBterminfo\fR(\*n) for further details.]
  .SS Datatypes
@@ -358,8 +358,18 @@
  called \fIwindows\fR, which can be thought of as two-dimensional
  arrays of characters representing all or part of a CRT screen.
 --- misc/gen-pkgconfig.in
-+++ misc/gen-pkgconfig.in      2019-08-12 08:07:59.759015287 +0000
-@@ -127,6 +127,7 @@ do
++++ misc/gen-pkgconfig.in      2019-11-15 13:14:38.635601252 +0000
+@@ -84,6 +84,9 @@ do
+       -l*) # LIBS is handled specially below
+               continue
+               ;;
++      -Wl,--hash-size=*) # ignore hash as gold linker can not do
++              continue
++              ;;
+       -Wl,-z,*) # ignore flags used to manipulate shared image
+               continue
+               ;;
+@@ -127,6 +130,7 @@ do
        LIBS="-l$name"
  
        desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@"
@@ -367,7 +377,7 @@
        reqs=
  
        if [ $name = $MAIN_LIBRARY ]; then
-@@ -137,9 +138,11 @@ do
+@@ -137,9 +141,11 @@ do
                desc="$desc terminal interface library"
        elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then
                reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, 
$FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suffix}"
@@ -379,7 +389,7 @@
                desc="$desc add-on library"
        fi
  
-@@ -149,6 +152,8 @@ do
+@@ -149,6 +155,8 @@ do
           [ $NEED_TINFO != yes ] ; then
                [ -n "$reqs" ] && reqs="$reqs, "
                reqs="${reqs}${SUB_LIBRARY}${suffix}"
@@ -389,7 +399,7 @@
  
        if [ $name = $MAIN_LIBRARY ]
 --- misc/terminfo.src
-+++ misc/terminfo.src  2019-08-12 08:17:44.604230936 +0000
++++ misc/terminfo.src  2019-11-11 09:30:23.214670585 +0000
 @@ -305,7 +305,9 @@ dumb|80-column dumb tty,
        am,
        cols#80,
@@ -477,7 +487,7 @@
        dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
        flash=\E[?5h$<200/>\E[?5l, hpa=\E[%i%p1%dG,
        il=\E[%p1%dL, il1=\E[L, kdch1=\E[3~, kf1=\E[11~,
-@@ -4406,6 +4418,7 @@ xterm-old|antique xterm version,
+@@ -4415,6 +4427,7 @@ xterm-mono|monochrome xterm,
        use=xterm-r6,
  # This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
  # The name has been changed and some aliases have been removed.
@@ -485,7 +495,7 @@
  xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System),
        OTbs, am, bce, km, mir, msgr, xenl, XT,
        cols#80, it#8, lines#24, ncv@,
-@@ -4415,7 +4428,7 @@ xterm-xf86-v32|xterm terminal emulator (
+@@ -4424,7 +4437,7 @@ xterm-xf86-v32|xterm terminal emulator (
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
        cud=\E[%p1%dB, cud1=\n, cuf=\E[%p1%dC, cuf1=\E[C,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
@@ -494,7 +504,7 @@
        ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0,
        flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
        ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL,
-@@ -5052,8 +5065,26 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5061,8 +5074,26 @@ xterm-noapp|xterm with cursor keys in no
  xterm-24|vs100|xterms|xterm terminal emulator (X Window System),
        lines#24, use=xterm-old,
  
@@ -521,7 +531,7 @@
        use=xterm-new,
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
-@@ -5397,7 +5428,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -5406,7 +5437,7 @@ xterms-sun|small (80x24) xterm with sunF
  
  #### GNOME (VTE)
  # this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
@@ -530,7 +540,7 @@
        bce,
        kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
        use=xterm-color,
-@@ -5648,10 +5679,14 @@ mgt|Multi GNOME Terminal,
+@@ -5657,10 +5688,14 @@ 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).
@@ -546,7 +556,7 @@
  # Konsole 1.0.1 (2001/11/25)
  # (formerly known as kvt)
  #
-@@ -5863,14 +5898,14 @@ mlterm3|multi lingual terminal emulator,
+@@ -5872,14 +5907,14 @@ mlterm3|multi lingual terminal emulator,
  mlterm2|multi lingual terminal emulator,
        am, eslok, km, mc5i, mir, msgr, npc, xenl, XT,
        colors#8, cols#80, it#8, lines#24, pairs#64,
@@ -562,9 +572,9 @@
 +      cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM,
 +      dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=,
        home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,
-       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\n,
+       il=\E[%p1%dL, il1=\E[L, ind=\n,
        is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^?,
-@@ -5927,6 +5962,7 @@ mlterm-256color|mlterm 3.0 with xterm 25
+@@ -5936,6 +5971,7 @@ mlterm-256color|mlterm 3.0 with xterm 25
  # rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
  # Since rxvt is not really compatible with xterm, it should be configured as
  # "rxvt" or "rxvt-color".
@@ -572,7 +582,7 @@
  #
  # removed dch/dch1 because they are inconsistent with bce/ech -TD
  # remove km as per tack test -TD
-@@ -5938,13 +5974,14 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -5947,13 +5983,14 @@ rxvt-basic|rxvt terminal base (X Window
        clear=\E[H\E[2J, cnorm=\E[?25h, cr=\r,
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
        cud=\E[%p1%dB, cud1=\n, cuf=\E[%p1%dC, cuf1=\E[C,
@@ -580,8 +590,8 @@
 +      cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?25h,
        dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
        enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l, home=\E[H,
-       ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL,
-       il1=\E[L, ind=\n, is1=\E[?47l\E=\E[?1l,
+       ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
+       ind=\n, is1=\E[?47l\E=\E[?1l,
 -      is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kbs=^H,
 -      kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
 +      is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kbs=^?, kcbt=\E[Z,
@@ -590,7 +600,7 @@
        rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,
        rmul=\E[24m,
        rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
-@@ -5955,7 +5992,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -5964,7 +6001,7 @@ rxvt-basic|rxvt terminal base (X Window
            %p9%t\016%e\017%;,
        sgr0=\E[0m\017, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h,
        smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, use=vt100+enq,
@@ -599,7 +609,7 @@
  # Key Codes from rxvt reference:
  #
  # Note: Shift + F1-F10 generates F11-F20
-@@ -6038,8 +6075,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6047,8 +6084,8 @@ rxvt-basic|rxvt terminal base (X Window
  # Removed kDN6, etc (control+shift) since rxvt does not implement this -TD
  rxvt+pcfkeys|fragment for PC-style fkeys,
        kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,
@@ -610,7 +620,7 @@
        kend=\E[8~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~,
        kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~,
        kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~,
-@@ -6130,6 +6167,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -6139,6 +6176,38 @@ rxvt-cygwin-native|rxvt terminal emulato
             \302x\263y\363z\362{\343|\330~\376,
        use=rxvt-cygwin,
  
@@ -649,7 +659,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,
-@@ -6176,7 +6245,7 @@ mrxvt-256color|multitabbed rxvt with 256
+@@ -6185,7 +6254,7 @@ mrxvt-256color|multitabbed rxvt with 256
  # Eterm 0.9.3
  #
  # removed kf0 which conflicts with kf10 -TD
@@ -658,7 +668,7 @@
  # Eterm does not implement control/shift cursor keys such as kDN6, or 
kPRV/kNXT
  # but does otherwise follow the rxvt+pcfkeys model -TD
  # remove nonworking flash -TD
-@@ -6190,13 +6259,13 @@ Eterm|Eterm-color|Eterm with xterm-style
+@@ -6199,12 +6268,12 @@ Eterm|Eterm-color|Eterm with xterm-style
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
@@ -666,15 +676,14 @@
 +      cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M,
        ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0,
        home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,
-       ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\n,
-       is1=\E[?47l\E>\E[?1l,
+       il=\E[%p1%dL, il1=\E[L, ind=\n, is1=\E[?47l\E>\E[?1l,
        is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kNXT@,
 -      kPRV@, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, kbeg=\EOu, kbs=^H,
 +      kPRV@, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, kbeg=\EOu, kbs=^?,
        kc1=\E[8~, kc3=\E[6~, kent=\EOM, khlp=\E[28~, kmous=\E[M,
        mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
        rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=,
-@@ -7120,7 +7189,7 @@ pty|4bsd pseudo teletype,
+@@ -7151,7 +7220,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
@@ -683,7 +692,7 @@
        am, mir, xenl,
        cols#80, lines#24,
        bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=\r,
-@@ -7133,6 +7202,13 @@ eterm|gnu emacs term.el terminal emulati
+@@ -7164,6 +7233,13 @@ eterm|gnu emacs term.el terminal emulati
        rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m,
        sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m,
        smul=\E[4m,
@@ -697,7 +706,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,
-@@ -7261,7 +7337,7 @@ screen|VT 100/ANSI X3.64 virtual termina
+@@ -7292,7 +7368,7 @@ screen|VT 100/ANSI X3.64 virtual termina
        dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
        enacs=\E(B\E)0, flash=\Eg, home=\E[H, hpa=\E[%i%p1%dG,
        ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
@@ -706,7 +715,7 @@
        kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
        kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
        kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
-@@ -7382,6 +7458,13 @@ screen.xterm-xfree86|screen.xterm-new|sc
+@@ -7413,6 +7489,13 @@ screen.xterm-xfree86|screen.xterm-new|sc
        use=xterm+x11mouse, use=xterm-new,
  #:screen.xterm|screen for modern xterm,
  #:    use=screen.xterm-new,
@@ -720,7 +729,7 @@
  # xterm-r6 does not really support khome/kend unless it is propped up by
  # the translations resource.
  screen.xterm-r6|screen customized for X11R6 xterm,
-@@ -7469,7 +7552,7 @@ screen2|old VT 100/ANSI X3.64 virtual te
+@@ -7500,7 +7583,7 @@ screen2|old VT 100/ANSI X3.64 virtual te
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
        dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J,
        el=\E[K, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=, il=\E[%p1%dL,
@@ -729,7 +738,7 @@
        kcuu1=\EA, kf0=\E~, kf1=\ES, 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, rmir=\E[4l, rmso=\E[23m,
-@@ -9372,7 +9455,7 @@ hp700-wy|HP700/41 emulating wyse30,
+@@ -9403,7 +9486,7 @@ hp700-wy|HP700/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,
@@ -738,7 +747,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,
-@@ -12602,6 +12685,7 @@ msk22714|mskermit22714|UCB MS-DOS Kermit
+@@ -12633,6 +12716,7 @@ msk22714|mskermit22714|UCB MS-DOS Kermit
  # at support for the VT320 itself.
  # Please send changes with explanations to bug-gnu-em...@prep.ai.mit.edu.
  # (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
@@ -746,7 +755,7 @@
  vt320-k3|MS-Kermit 3.00's vt320 emulation,
        am, eslok, hs, km, mir, msgr, xenl,
        cols#80, it#8, lines#49, pb#9600, vt#3,
-@@ -12611,7 +12695,7 @@ vt320-k3|MS-Kermit 3.00's vt320 emulatio
+@@ -12642,7 +12726,7 @@ vt320-k3|MS-Kermit 3.00's vt320 emulatio
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
        cud=\E[%p1%dB, cud1=\n, cuf=\E[%p1%dC, cuf1=\E[C,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
@@ -755,7 +764,7 @@
        dsl=\E[0$~, ech=\E[%p1%dX, ed=\E[J, el=\E[K,
        flash=\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[
              ?5l,
-@@ -17027,7 +17111,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -17054,7 +17138,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, kcub1=\ED, kcud1=\EB,
        kcuf1=\EC, kcuu1=\EA, nel=\r\n, tbc=\EH,
@@ -764,7 +773,7 @@
        is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B,
        sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;
            %?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t
-@@ -17285,7 +17369,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -17312,7 +17396,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
        tbc=\E[3g, use=ecma+index,
  # "Megapel" refers to the display adapter, which was used with the IBM RT
  # aka IBM 6150.
@@ -774,7 +783,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        2019-08-12 08:07:59.763015214 +0000
++++ ncurses/Makefile.in        2019-11-11 09:30:23.214670585 +0000
 @@ -222,7 +222,7 @@ $(DESTDIR)$(libdir) :
  ../lib : ; mkdir $@
  
@@ -785,7 +794,7 @@
  ./lib_gen.c : $(base)/MKlib_gen.sh ../include/curses.h
        $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" 
generated <../include/curses.h >$@
 --- ncurses/curses.priv.h
-+++ ncurses/curses.priv.h      2019-08-12 08:07:59.763015214 +0000
++++ ncurses/curses.priv.h      2019-11-11 09:30:23.214670585 +0000
 @@ -2248,6 +2248,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec
  extern NCURSES_EXPORT(char *) _nc_tracemouse (SCREEN *, MEVENT const *);
  extern NCURSES_EXPORT(char *) _nc_trace_mmask_t (SCREEN *, mmask_t);
@@ -796,7 +805,7 @@
  extern NCURSES_EXPORT(int) _nc_freewin (WINDOW *);
  extern NCURSES_EXPORT(int) _nc_getenv_num (const char *);
 --- ncurses/run_cmd.sh
-+++ ncurses/run_cmd.sh 2019-08-12 08:07:59.763015214 +0000
++++ ncurses/run_cmd.sh 2019-11-11 09:30:23.214670585 +0000
 @@ -0,0 +1,11 @@
 +#!/bin/sh
 +
@@ -810,7 +819,7 @@
 +
 +exec ${1+"$@"}
 --- ncurses/tinfo/MKfallback.sh
-+++ ncurses/tinfo/MKfallback.sh        2019-08-12 08:07:59.763015214 +0000
++++ ncurses/tinfo/MKfallback.sh        2019-11-11 09:30:23.214670585 +0000
 @@ -71,6 +71,12 @@ else
        tmp_info=
  fi
@@ -825,7 +834,7 @@
  /* This file was generated by $0 */
  
 --- ncurses/tinfo/access.c
-+++ ncurses/tinfo/access.c     2019-08-12 08:07:59.767015140 +0000
++++ ncurses/tinfo/access.c     2019-11-11 09:30:23.214670585 +0000
 @@ -30,6 +30,10 @@
   *  Author: Thomas E. Dickey                                                *
   ****************************************************************************/
@@ -869,8 +878,8 @@
  _nc_access(const char *path, int mode)
  {
 --- ncurses/tinfo/lib_setup.c
-+++ ncurses/tinfo/lib_setup.c  2019-08-12 08:07:59.767015140 +0000
-@@ -600,6 +600,9 @@ _nc_locale_breaks_acs(TERMINAL *termp)
++++ ncurses/tinfo/lib_setup.c  2019-11-11 09:30:23.214670585 +0000
+@@ -604,6 +604,9 @@ _nc_locale_breaks_acs(TERMINAL *termp)
      } else if ((value = tigetnum("U8")) >= 0) {
        result = value;         /* use extension feature */
      } else if ((env = getenv("TERM")) != 0) {
@@ -881,7 +890,7 @@
            result = 1;         /* always broken */
        } else if (strstr(env, "screen") != 0
 --- ncurses/tinfo/read_entry.c
-+++ ncurses/tinfo/read_entry.c 2019-08-12 08:07:59.767015140 +0000
++++ ncurses/tinfo/read_entry.c 2019-11-11 09:30:23.214670585 +0000
 @@ -551,6 +551,7 @@ _nc_read_file_entry(const char *const fi
      FILE *fp = 0;
      int code;
@@ -899,7 +908,7 @@
      return (code);
  }
 --- ncurses/tinfo/read_termcap.c
-+++ ncurses/tinfo/read_termcap.c       2019-08-12 08:07:59.767015140 +0000
++++ ncurses/tinfo/read_termcap.c       2019-11-11 09:30:23.214670585 +0000
 @@ -322,14 +322,18 @@ _nc_getent(
             */
            if (fd >= 0) {
@@ -946,7 +955,7 @@
      }
      if (copied != 0)
 --- progs/Makefile.in
-+++ progs/Makefile.in  2019-08-12 08:07:59.767015140 +0000
++++ progs/Makefile.in  2019-11-11 09:30:23.214670585 +0000
 @@ -100,7 +100,7 @@ CFLAGS_LIBTOOL     = $(CCFLAGS)
  CFLAGS_NORMAL = $(CCFLAGS)
  CFLAGS_DEBUG  = $(CCFLAGS) @CC_G_OPT@ -DTRACE
@@ -966,7 +975,7 @@
  LDFLAGS_DEFAULT       = $(LDFLAGS_@DFT_UPR_MODEL@)
  
 --- test/test.priv.h
-+++ test/test.priv.h   2019-08-12 08:07:59.767015140 +0000
++++ test/test.priv.h   2019-11-11 09:30:23.214670585 +0000
 @@ -993,12 +993,12 @@ extern char * _nc_strstr (const char *,
  #endif
  


Reply via email to