Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2022-09-16 13:31:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Fri Sep 16 13:31:50 2022 rev:224 rq:1003102 version:6.3.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2022-09-01 
22:09:22.599949724 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.2083/ncurses.changes        
2022-09-16 13:31:56.309190727 +0200
@@ -1,0 +2,21 @@
+Mon Sep 12 10:35:22 UTC 2022 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20220910
+  + amend verbose-option change to make this affect level 3, e.g., using 
+    "tic -cv3 terminfo".
+  + work around musl's nonstandard use of feature test macros by adding
+    a definition for NCURSES_WIDECHAR to the generated ".pc" and *-config
+    files (report by Sam James).
+- Add ncurses patch 20220903
+  + modify verbose-option of infocmp, tic, toe to enable debug-tracing
+    if that is configured.
+- Add ncurses patch 20220827
+  + modify configure scripts to use overlooked cases for LD and
+    PKG_CONFIG variables (report by Alan Webb, Gentoo #866398).
+  + modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
+  + modify putty to use xterm+alt1049 -TD
+- Correct offsets of patches
+  * ncurses-5.9-ibm327x.dif
+  * ncurses-6.3.dif
+
+-------------------------------------------------------------------
@@ -4 +25 @@
-- Add ncurses patch +20220820
+- Add ncurses patch 20220820

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

Other differences:
------------------
++++++ ncurses-5.9-ibm327x.dif ++++++
--- /var/tmp/diff_new_pack.U4zOLj/_old  2022-09-16 13:31:57.269193829 +0200
+++ /var/tmp/diff_new_pack.U4zOLj/_new  2022-09-16 13:31:57.273193842 +0200
@@ -4,7 +4,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2018-10-29 10:23:47.271511864 +0000
-@@ -17979,8 +17979,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
+@@ -17982,8 +17982,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
  #
  
  ibm327x|line mode IBM 3270 style,

++++++ ncurses-6.3-patches.tar.bz2 ++++++
++++ 25859 lines of diff (skipped)

++++++ ncurses-6.3.dif ++++++
--- /var/tmp/diff_new_pack.U4zOLj/_old  2022-09-16 13:31:58.237196956 +0200
+++ /var/tmp/diff_new_pack.U4zOLj/_new  2022-09-16 13:31:58.241196969 +0200
@@ -177,7 +177,7 @@
        do
  
  if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
-@@ -14892,12 +14892,15 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14956,12 +14956,15 @@ cat >>$cf_edit_man <<CF_EOF
                echo "? missing rename for \$cf_source"
                cf_target="\$cf_source"
        fi
@@ -195,7 +195,7 @@
        sed     -f "$cf_man_alias" \\
  CF_EOF
  
-@@ -14907,7 +14910,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14971,7 +14974,7 @@ cat >>$cf_edit_man <<CF_EOF
  CF_EOF
  else
  cat >>$cf_edit_man <<CF_EOF
@@ -204,7 +204,7 @@
  CF_EOF
  fi
  
-@@ -14947,7 +14950,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15011,7 +15014,7 @@ cat >>$cf_edit_man <<CF_EOF
                mv \$TMP.$cf_so_strip \$TMP
        fi
        fi
@@ -213,7 +213,7 @@
  CF_EOF
  fi
  
-@@ -14956,23 +14959,23 @@ case "$MANPAGE_FORMAT" in
+@@ -15020,23 +15023,23 @@ case "$MANPAGE_FORMAT" in
  cat >>$cf_edit_man <<CF_EOF
        if test "\$form" = format ; then
                # BSDI installs only .0 suffixes in the cat directories
@@ -243,7 +243,7 @@
                                for cf_alias in \$aliases
                                do
                                        if test "\$section" = 1 ; then
-@@ -14981,7 +14984,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15045,7 +15048,7 @@ cat >>$cf_edit_man <<CF_EOF
  
                                        if test "$MANPAGE_SYMLINKS" = yes ; then
                                                if test -f 
"\$cf_alias\${suffix}" ; then
@@ -252,7 +252,7 @@
                                                        then
                                                                continue
                                                        fi
-@@ -14991,18 +14994,18 @@ CF_EOF
+@@ -15055,18 +15058,18 @@ CF_EOF
  case "x$LN_S" in
  (*-f)
  cat >>$cf_edit_man <<CF_EOF
@@ -274,7 +274,7 @@
                                                echo ".so \$cf_source" >\$TMP
  CF_EOF
  if test -n "$cf_compress" ; then
-@@ -15022,9 +15025,9 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15086,9 +15089,9 @@ cat >>$cf_edit_man <<CF_EOF
                        )
                )
        elif test "\$verb" = removing ; then
@@ -287,7 +287,7 @@
                )
                test -d "\$cf_subdir\${section}" &&
                test -n "\$aliases" && (
-@@ -15044,6 +15047,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -15108,6 +15111,7 @@ cat >>$cf_edit_man <<CF_EOF
  #             echo ".hy 0"
                cat \$TMP
        fi
@@ -329,7 +329,7 @@
  #undef  NCURSES_OSPEED
 --- include/tic.h
 +++ include/tic.h      2022-02-21 08:55:21.208338888 +0000
-@@ -237,12 +237,12 @@ struct user_table_entry
+@@ -236,12 +236,12 @@ struct user_table_entry
   */
  
  /* out-of-band values for representing absent capabilities */
@@ -486,7 +486,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,
-@@ -5383,7 +5392,7 @@ xterm+88color2|xterm 88-color feature,
+@@ -5386,7 +5395,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,
@@ -495,7 +495,7 @@
  xterm-88color|xterm with 88 colors,
        use=xterm+osc104, use=xterm+88color,
        use=xterm-256color,
-@@ -5661,8 +5670,26 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5664,8 +5673,26 @@ 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,
  
@@ -522,7 +522,7 @@
        use=xterm-new,
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
-@@ -6064,7 +6091,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -6067,7 +6094,7 @@ xterms-sun|small (80x24) xterm with sunF
  
  #### GNOME (VTE)
  # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0
@@ -531,7 +531,7 @@
        bce,
        kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
        use=xterm-color,
-@@ -6351,10 +6378,14 @@ mgt|Multi GNOME Terminal,
+@@ -6354,10 +6381,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).
@@ -547,7 +547,7 @@
  # Konsole 1.0.1 (2001/11/25)
  # (formerly known as kvt)
  #
-@@ -6606,7 +6637,7 @@ mlterm3|multi lingual terminal emulator
+@@ -6609,7 +6640,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, it#8, lines#24, pairs#64,
@@ -556,7 +556,7 @@
        bel=^G, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, 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,
-@@ -6682,7 +6713,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6685,7 +6716,7 @@ rxvt-basic|rxvt terminal base (X Window
        enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l, home=\E[H,
        ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
        ind=\n, is1=\E[?47l\E=\E[?1l,
@@ -565,7 +565,7 @@
        kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
        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,
-@@ -6776,8 +6807,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6779,8 +6810,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,
@@ -576,7 +576,7 @@
        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~, kf2=\E[12~, kf20=\E[34~,
-@@ -6865,6 +6896,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -6868,6 +6899,38 @@ rxvt-cygwin-native|rxvt terminal emulato
             \302x\263y\363z\362{\343|\330~\376,
        use=rxvt-cygwin,
  
@@ -615,7 +615,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,
-@@ -6929,7 +6992,7 @@ Eterm|Eterm-color|Eterm with xterm-style
+@@ -6932,7 +6995,7 @@ Eterm|Eterm-color|Eterm with xterm-style
        home=\E[H, hpa=\E[%i%p1%dG, 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, kNXT@,
@@ -624,7 +624,7 @@
        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, rmir=\E[4l, rmkx=, rmso=\E[27m, rmul=\E[24m,
-@@ -8041,7 +8104,7 @@ pty|4bsd pseudo teletype,
+@@ -8044,7 +8107,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
@@ -633,7 +633,7 @@
        am, mir, xenl,
        cols#80, lines#24,
        bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=\r,
-@@ -8053,6 +8116,13 @@ eterm|GNU Emacs term.el terminal emulati
+@@ -8056,6 +8119,13 @@ eterm|GNU Emacs term.el terminal emulati
        il=\E[%p1%dL, il1=\E[L, ind=\n, rev=\E[7m, rmir=\E[4l,
        rmso=\E[m, rmul=\E[m, sgr0=\E[m, smir=\E[4h, smso=\E[7m,
        smul=\E[4m, use=xterm+alt47, use=ansi+cpr,
@@ -647,7 +647,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,
-@@ -8173,7 +8243,7 @@ screen|VT 100/ANSI X3.64 virtual termina
+@@ -8176,7 +8246,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,
@@ -656,7 +656,7 @@
        kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP,
        kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR,
        kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~,
-@@ -8290,9 +8360,16 @@ screen.xterm-xfree86|screen.xterm-new|sc
+@@ -8293,9 +8363,16 @@ screen.xterm-xfree86|screen.xterm-new|sc
        sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|
            %t;7%;%?%p4%t;5%;%?%p5%t;2%;m,
        E3@, use=screen+italics, use=screen+fkeys,
@@ -674,7 +674,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,
-@@ -8380,7 +8457,7 @@ screen2|VT 100/ANSI X3.64 virtual termin
+@@ -8383,7 +8460,7 @@ screen2|VT 100/ANSI X3.64 virtual termin
        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,
@@ -683,7 +683,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,
-@@ -10335,7 +10412,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
+@@ -10338,7 +10415,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,
@@ -692,7 +692,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,
-@@ -17989,7 +18066,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -17992,7 +18069,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,
@@ -701,7 +701,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
-@@ -18247,7 +18324,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -18250,7 +18327,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.

Reply via email to