Accepting request 651982 from Base:System

- Remove screen.xterm from terminfo data base (boo#1103320) as with
  this screen uses fallback TERM=screen

- Add ncurses patch 20181117
  + ignore the hex/b64 $TERMINFO in toe's listing.
  + correct a status-check in _nc_read_tic_entry() so that if reading
    a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
    the compiled-in search list.

- For screen.xterm remove also `rep' feature (repeat char) this
  might help on boo#1103320

- Add ncurses patch 20181110
  + several workarounds to ensure proper C compiler used in parts of
    Ada95 tree.
  + update config.guess, config.sub from
          http://git.savannah.gnu.org/cgit/config.git

OBS-URL: https://build.opensuse.org/request/show/651982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=149
This commit is contained in:
Dominique Leuenberger 2018-12-03 09:03:36 +00:00 committed by Git OBS Bridge
commit 98ad77c1ff
5 changed files with 46 additions and 15 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f42a2692f31f14a3db70ff820712433e7fa763a843fffe568009c086f714e299
size 946291
oid sha256:f28d957eeb99889d178ca11bc4c1e404670f2ae98d718928222a39c1487cfbf2
size 1018304

View File

@ -152,7 +152,7 @@
done
--- configure
+++ configure 2018-10-29 10:24:12.319041330 +0000
@@ -5484,7 +5484,7 @@ echo $ECHO_N "checking for an rpath opti
@@ -5485,7 +5485,7 @@ echo $ECHO_N "checking for an rpath opti
fi
;;
(linux*|gnu*|k*bsd*-gnu|freebsd*)
@ -161,7 +161,7 @@
;;
(openbsd[2-9].*|mirbsd*)
LD_RPATH_OPT="-Wl,-rpath,"
@@ -13561,12 +13561,15 @@ cat >>$cf_edit_man <<CF_EOF
@@ -13562,12 +13562,15 @@ cat >>$cf_edit_man <<CF_EOF
echo '? missing rename for '\$cf_source
cf_target="\$cf_source"
fi
@ -179,7 +179,7 @@
sed -f $cf_man_alias \\
CF_EOF
@@ -13576,7 +13579,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -13577,7 +13580,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -188,7 +188,7 @@
CF_EOF
fi
@@ -13616,7 +13619,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -13617,7 +13620,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_so_strip \$TMP
fi
fi
@ -197,7 +197,7 @@
CF_EOF
fi
@@ -13625,23 +13628,23 @@ case "$MANPAGE_FORMAT" in
@@ -13626,23 +13629,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
@ -227,7 +227,7 @@
for cf_alias in \$aliases
do
if test \$section = 1 ; then
@@ -13650,7 +13653,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -13651,7 +13654,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f \$cf_alias\${suffix} ; then
@ -236,7 +236,7 @@
then
continue
fi
@@ -13660,18 +13663,18 @@ CF_EOF
@@ -13661,18 +13664,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -258,7 +258,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_compress" ; then
@@ -13691,9 +13694,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -13692,9 +13695,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test \$verb = removing ; then
@ -271,7 +271,7 @@
)
test -d \$cf_subdir\${section} &&
test -n "\$aliases" && (
@@ -13713,6 +13716,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -13714,6 +13717,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi
@ -279,7 +279,7 @@
;;
esac
done
@@ -24175,6 +24179,7 @@ if test "$with_termlib" != no ; then
@@ -24189,6 +24193,7 @@ if test "$with_termlib" != no ; then
TINFO_LDFLAGS="-L${LIB_DIR}"
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
fi
@ -733,7 +733,7 @@
#: use=screen.xterm-new,
+screen.xterm|screen customized for modern xterm,
+ bce@, bw,
+ invis@, kIC@, kNXT@, kPRV@, meml@, memu@,
+ invis@, kIC@, kNXT@, kPRV@, meml@, memu@, rep@,
+ 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,

View File

@ -2,3 +2,4 @@ addFilter(".*files-duplicate.*")
addFilter(".*shared-lib-calls-exit.*")
addFilter(".*non-etc-or-var-file-marked-as-conffile.*")
addFilter(".*macro-in-comment.*jobs.*")
addFilter(".*W:.*no-version-in-last-changelog.*")

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Nov 21 11:37:09 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Remove screen.xterm from terminfo data base (boo#1103320) as with
this screen uses fallback TERM=screen
-------------------------------------------------------------------
Mon Nov 19 10:57:18 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20181117
+ ignore the hex/b64 $TERMINFO in toe's listing.
+ correct a status-check in _nc_read_tic_entry() so that if reading
a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
the compiled-in search list.
-------------------------------------------------------------------
Mon Nov 12 14:44:30 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- For screen.xterm remove also `rep' feature (repeat char) this
might help on boo#1103320
-------------------------------------------------------------------
Mon Nov 12 07:56:07 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20181110
+ several workarounds to ensure proper C compiler used in parts of
Ada95 tree.
+ update config.guess, config.sub from
http://git.savannah.gnu.org/cgit/config.git
-------------------------------------------------------------------
Mon Oct 29 10:22:26 UTC 2018 - Dr. Werner Fink <werner@suse.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -963,11 +963,11 @@ mv tack-* tack
# Better screen support and workaround about missing terminfo entries
# might be help on boo#812067 as well as on boo#935736 but may cause
# boo#940459 (which should be fixed by screen its self!)
rm -vf %{buildroot}%{terminfo s/screen.xterm}
(cat > screen.list) <<-EOF
%{terminfo s/screen.gnome}
%{terminfo s/screen.konsole}
%{terminfo s/screen.linux}
%{terminfo s/screen.xterm}
EOF
(cat > iterm.list) <<-EOF
%{terminfo i/iTerm.app}