From 33513a5c2ac105210f68420f261fa7b7b8d20e351c6fd00764d3d0fa169c708c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 20 Sep 2021 07:33:13 +0000 Subject: [PATCH] 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 to [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 --- vim.changes | 7 +++++++ vim.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/vim.changes b/vim.changes index d89132d..0355be2 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 17 10:34:34 UTC 2021 - Dr. Werner Fink + +- Changed used terminal description in %check scriptlet from "linux" + to "xterm" as the former does not map to [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 diff --git a/vim.spec b/vim.spec index c681083..e0d0659 100644 --- a/vim.spec +++ b/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