Accepting request 919718 from home:WernerFink:branches:editors
- Changed used terminal description in %check scriptlet from "linux" to "xterm" as the former does not map <S-Tab> to <ESC>[Z found by a fix in terminfo database of ncurses 6.2 patch 20210904 OBS-URL: https://build.opensuse.org/request/show/919718 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=679
This commit is contained in:
parent
18e071b5ca
commit
33513a5c2a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 10:34:34 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Changed used terminal description in %check scriptlet from "linux"
|
||||
to "xterm" as the former does not map <S-Tab> to <ESC>[Z
|
||||
found by a fix in terminfo database of ncurses 6.2 patch 20210904
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 8 08:59:35 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
2
vim.spec
2
vim.spec
@ -420,7 +420,7 @@ sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" %{buildroot}%{_datadir}/vim/%{VI
|
||||
# inside OBS, stdio is redirected to a serial console (where the build log
|
||||
# is being recorded/extracted. Systemd set non-local tty by default to vt220
|
||||
# in upcoming versions
|
||||
export TERM=linux
|
||||
export TERM=xterm
|
||||
# Reset the terminal scrolling region left behind by the testsuite
|
||||
trap "printf '\e[r'" EXIT
|
||||
# Look for "TEST FAILURE" in the build log
|
||||
|
Loading…
Reference in New Issue
Block a user