SHA256
3
0
forked from pool/ncurses

Skip screen.xterm

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=397
This commit is contained in:
Dr. Werner Fink 2018-11-21 11:38:39 +00:00 committed by Git OBS Bridge
parent 2d24b36de3
commit 79c40602d6
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 21 11:37:09 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Remove scree.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>

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 https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://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}