Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2021-10-28 18:31:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Thu Oct 28 18:31:16 2021 rev:197 rq:927252 version:6.3.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2021-10-18 
21:58:17.065923959 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.1890/ncurses.changes        
2021-10-28 18:31:19.800410514 +0200
@@ -1,0 +2,55 @@
+Fri Oct 22 10:08:10 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Update to ncurses 6.3 (patch 20211021)
+  + update release notes
+  + add "ncu2openbsd" script, to illustrate how to update an OpenBSD
+    system to use a current ncurses release.
+- Add upstream keyring to verify source signatures of both ncurses
+  and tack tar ball with their ASC (armored ASCii signature) counterpart
+
+-------------------------------------------------------------------
+Tue Oct 19 06:38:00 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Add ncurses patch 20211018
+  + check for screen size-change in scr_init() and scr_restore(), in case
+    a screen dump does not match the current screen dimensions (report by
+    Frank Tkalcevic).
+
+-------------------------------------------------------------------
+Mon Oct 18 06:31:35 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Add ncurses patch 20211017
+  + amend change for pkg-config to account for "none" being returned in
+    the libdir-path result rather than "no" (report by Gabriele Balducci).
+- Add ncurses patch 20211016
+  + build-fix for pmake with libtool.
+  + improve make-tar.sh scripts, adding COPYING to tar file, and clean up
+    shellcheck warnings.
+  + add link for "reset6" manpage in test-package ncurses6-doc
+  + revise configure option --with-pkg-config-libdir, using the actual
+    search path from pkg-config or pkgconf using the output from --debug
+    (report by Pascal Pignard).
+  + freeze ABI in ".map" files.
+- Correct offsets of patch ncurses-6.2.dif
+
+-------------------------------------------------------------------
+Mon Oct 11 09:09:58 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Add ncurses patch 20211009
+  + implement "+m" option in tabs program.
+  + fill in some details for infoton -TD
+  + fix spelling/consistency in several descriptions -TD
+  + use vt420+lrmm in vt420 -TD
+  + modify save_tty_settings() to avoid opening /dev/tty for cases other
+    than reset/init, e.g., for clear.
+  + modify output of "toe -as" to show first description found rather
+    than the last.
+  + improve tic checks for number of parameters of smglp, smgrp, smgtp,
+    and smgbp (cf: 20020525).
+  + correct off-by-one comparison in last_char(), which did not allow
+    special case of ":" in a terminfo description field (cf: 20120407).
+  + remove check in tic that assumes that none or both parameterized and
+    non-parameterized margin-setting capabilities are present
+    (cf: 20101002).
+
+-------------------------------------------------------------------

Old:
----
  ncurses-6.2-patches.tar.bz2
  ncurses-6.2.tar.gz

New:
----
  ncurses-6.3-patches.tar.bz2
  ncurses-6.3.tar.gz
  ncurses-6.3.tar.gz.asc
  ncurses.keyring
  tack-1.09-20210619.tgz.asc

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.8RgINZ/_old  2021-10-28 18:31:20.796411135 +0200
+++ /var/tmp/diff_new_pack.8RgINZ/_new  2021-10-28 18:31:20.800411137 +0200
@@ -34,7 +34,7 @@
 %endif
 
 %define patchlvl %(bash %{_sourcedir}/get_version_number.sh %{_sourcedir})
-%define basevers 6.2
+%define basevers 6.3
 
 Name:           ncurses
 #!BuildIgnore: terminfo
@@ -68,15 +68,15 @@
 # but also build the ABI version 5 as this is part of the source
 # tar ball including the latest upstream fixes for ABI 5.
 #
-Version:        6.2.%{patchlvl}
+Version:        6.3.%{patchlvl}
 Release:        0
 Summary:        Terminal control library
 #Git:           http://ncurses.scripts.mit.edu
 License:        MIT
 Group:          System/Base
 URL:            http://www.invisible-island.net/ncurses/ncurses.html
-Source0:        ftp://ftp.invisible-island.net/ncurses/ncurses-6.2.tar.gz
-Source1:        ncurses-6.2-patches.tar.bz2
+Source0:        
ftp://ftp.invisible-island.net/ncurses/ncurses-%{basevers}.tar.gz
+Source1:        ncurses-%{basevers}-patches.tar.bz2
 Source2:        handle.linux
 Source3:        README.devel
 Source4:        ncurses-rpmlintrc
@@ -85,6 +85,9 @@
 Source6:        edit.sed
 Source7:        baselibs.conf
 Source8:        cursescheck
+Source9:        
ftp://ftp.invisible-island.net/ncurses/ncurses-%{basevers}.tar.gz.asc
+Source10:       
ftp://ftp.invisible-island.net/pub/ncurses/current/tack-1.09-20210619.tgz.asc
+Source11:       ncurses.keyring
 Patch0:         ncurses-6.2.dif
 Patch1:         ncurses-5.9-ibm327x.dif
 Patch2:         ncurses-5.7-tack.dif

++++++ ncurses-6.2.dif ++++++
--- /var/tmp/diff_new_pack.8RgINZ/_old  2021-10-28 18:31:20.860411175 +0200
+++ /var/tmp/diff_new_pack.8RgINZ/_new  2021-10-28 18:31:20.860411175 +0200
@@ -148,7 +148,7 @@
  done
 --- configure
 +++ configure  2021-06-07 07:18:38.420598827 +0000
-@@ -5912,7 +5912,7 @@ echo $ECHO_N "checking for an rpath opti
+@@ -5941,7 +5941,7 @@ echo $ECHO_N "checking for an rpath opti
                fi
                ;;
        (linux*|gnu*|k*bsd*-gnu|freebsd*)
@@ -157,7 +157,7 @@
                ;;
        (openbsd[2-9].*|mirbsd*)
                LD_RPATH_OPT="-Wl,-rpath,"
-@@ -7525,7 +7525,7 @@ echo "${ECHO_T}$with_pcre2" >&6
+@@ -7554,7 +7554,7 @@ echo "${ECHO_T}$with_pcre2" >&6
  
  if test "x$with_pcre2" != xno ; then
        cf_with_pcre2_ok=no
@@ -166,7 +166,7 @@
        do
  
  if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
-@@ -14805,12 +14805,15 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14834,12 +14834,15 @@ cat >>$cf_edit_man <<CF_EOF
                echo "? missing rename for \$cf_source"
                cf_target="\$cf_source"
        fi
@@ -184,7 +184,7 @@
        sed     -f "$cf_man_alias" \\
  CF_EOF
  
-@@ -14820,7 +14823,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14849,7 +14852,7 @@ cat >>$cf_edit_man <<CF_EOF
  CF_EOF
  else
  cat >>$cf_edit_man <<CF_EOF
@@ -193,7 +193,7 @@
  CF_EOF
  fi
  
-@@ -14860,7 +14863,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14889,7 +14892,7 @@ cat >>$cf_edit_man <<CF_EOF
                mv \$TMP.$cf_so_strip \$TMP
        fi
        fi
@@ -202,7 +202,7 @@
  CF_EOF
  fi
  
-@@ -14869,23 +14872,23 @@ case "$MANPAGE_FORMAT" in
+@@ -14898,23 +14901,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
@@ -232,7 +232,7 @@
                                for cf_alias in \$aliases
                                do
                                        if test "\$section" = 1 ; then
-@@ -14894,7 +14897,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14923,7 +14926,7 @@ cat >>$cf_edit_man <<CF_EOF
  
                                        if test "$MANPAGE_SYMLINKS" = yes ; then
                                                if test -f 
"\$cf_alias\${suffix}" ; then
@@ -241,7 +241,7 @@
                                                        then
                                                                continue
                                                        fi
-@@ -14904,18 +14907,18 @@ CF_EOF
+@@ -14933,18 +14936,18 @@ CF_EOF
  case "x$LN_S" in
  (*-f)
  cat >>$cf_edit_man <<CF_EOF
@@ -263,7 +263,7 @@
                                                echo ".so \$cf_source" >\$TMP
  CF_EOF
  if test -n "$cf_compress" ; then
-@@ -14935,9 +14938,9 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14964,9 +14967,9 @@ cat >>$cf_edit_man <<CF_EOF
                        )
                )
        elif test "\$verb" = removing ; then
@@ -276,7 +276,7 @@
                )
                test -d "\$cf_subdir\${section}" &&
                test -n "\$aliases" && (
-@@ -14957,6 +14960,7 @@ cat >>$cf_edit_man <<CF_EOF
+@@ -14986,6 +14989,7 @@ cat >>$cf_edit_man <<CF_EOF
  #             echo ".hy 0"
                cat \$TMP
        fi
@@ -428,7 +428,7 @@
 +# missed cvvis entry. A `\E[?1c' in civis will cause a visible but
 +# zero high cusor ... re-add it for kernels 2.6.11+
 +#
- linux2.2|linux 2.2.x console,
+ linux2.2|Linux 2.2.x console,
        civis=\E[?25l\E[?1c, cnorm=\E[?25h\E[?0c,
 -      cvvis=\E[?25h\E[?8c, use=linux-c-nc,
 +      cvvis=\E[?25h\E[?0c, use=linux-c-nc,
@@ -678,7 +678,7 @@
 +fi
 +export PATH LD_LIBRARY_PATH
 +
-+exec ${1+"$@"}
++exec /bin/sh -e ${1+"$@"}
 --- ncurses/tinfo/MKfallback.sh
 +++ ncurses/tinfo/MKfallback.sh        2021-06-07 07:18:38.424598755 +0000
 @@ -66,14 +66,22 @@ if test $# != 0 ; then

++++++ ncurses-6.2-patches.tar.bz2 -> ncurses-6.3-patches.tar.bz2 ++++++
++++ 916332 lines of diff (skipped)

++++++ ncurses-6.2.tar.gz -> ncurses-6.3.tar.gz ++++++
++++ 180070 lines of diff (skipped)

++++++ ncurses-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.8RgINZ/_old  2021-10-28 18:31:23.720412957 +0200
+++ /var/tmp/diff_new_pack.8RgINZ/_new  2021-10-28 18:31:23.724412960 +0200
@@ -2,4 +2,4 @@
 addFilter(".*non-etc-or-var-file-marked-as-conffile.*")
 addFilter(".*macro-in-comment.*jobs.*")
 
addFilter(".*E:.*shared-lib.*-without-dependency-information.*/libtinfow\.so\..*")
-addFilter(".*ncurses.*-devel.*:.*W:.*missing-dependency-on.*/libncurses.*\*.*")
+addFilter(".*E:.*obsolete-suse-version-check.*")

Reply via email to