diff --git a/vim.spec b/vim.spec index 5adf3ff3f3b7757683753f2618637f89f6dd5c36..39e1ed231f4b36447acd75d85d868a88903ea458 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %define patchlevel 1763 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 @@ -111,6 +111,8 @@ Patch3037: 0001-patch-8.2.4925-trailing-backslash-may-cause-reading-.patch # Add by Anolis # backport patch to fix build error with ruby Patch10000: 0001-vim-anolis-build-with-ruby26.patch +# fix for old style terminals +Patch10001: 0001-vim-fix-some-not-recognized-terminals.patch # End # gcc is no longer in buildroot by default @@ -328,6 +330,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch3037 -p1 -b .cve1629 %patch10000 -p1 +%patch10001 -p1 %build %if 0%{?rhel} > 7 @@ -846,6 +849,10 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Tue Aug 02 2022 DengXiewei 2:8.0.1763-19.0.2.2 +- patch 8.1.0129: still some xterm-like terminals get a stray "p" +- patch 8.1.0157: old iTerm2 is not recognized, resulting in stray output + * Wed Jul 06 2022 Mahailiang - 2:8.0.1763-19.0.1.2 - Rebrand to Anolis(Xiaoxuan Yang) - Fix build issue with ruby(Liwei Ge)