Update to ncurses-6.2 patch 20211018

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=572
This commit is contained in:
Dr. Werner Fink 2021-10-19 07:00:42 +00:00 committed by Git OBS Bridge
parent bea00e8ccb
commit 9198f15893
3 changed files with 58 additions and 13 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83ef27a0480e2e907334b01a75357ff4fc48d455c56267470ba67875ce10a00a
size 3594030
oid sha256:5255f03f764ae9822bc43189975b549cbe7357f9060f72d3c1b2b92566954ca4
size 3773643

View File

@ -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,

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Tue Oct 19 06:38:00 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- 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 <werner@suse.de>
- 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 <werner@suse.de>
- 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).
-------------------------------------------------------------------
Mon Oct 4 05:45:27 UTC 2021 - Dr. Werner Fink <werner@suse.de>