From 69cf90af1c9a5d412c91d94b1ae09173a42940b19fac7004c9e5db920fb7d1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 22 Nov 2021 09:14:03 +0000 Subject: [PATCH] - fix boo#1192871 - Updated to version 8.2.3640, fixes the following problems * Arglist test does not clear the argument list consistently. * ":verbose pwd" does not mention 'autochdir' was applied. * getcwd() is unclear about how 'autochdir' is used. * Cannot use a lambda for 'operatorfunc'. * Memory leak reported in libtlib. * Build failure. * "verbose pwd" shows confusing info when :lcd does not change directory. * "$*" is expanded to "nonomatch". * When renaming a terminal buffer the status text is not updated. * Illegal memory access when C-indenting. * "au!" and "au! event" cannot be followed by another command as documented. * difficult to know where the text starts in a window. (Sergey Vlasov) * Looking up terminal colors is a bit slow. * Command completion in cmdline window uses global user commands, not local commands for the window where it was opened from. * Printf() with %S does not handle multi-byte correctly. * "syntax enable" does not work properly in Vim9 context. * GTK3: undercurl does not get removed properly. * Vim9: line number of lambda is off by one. * Error for already defined function uses wrong line number. * GTK: composing underline does not show. * Coverity warns for unreachable code. * Typos in test files. * getcompletion() always passes zero as position to custom completion function. * Line commented out accidentally. * Freeze when calling term_wait() in a close callback. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=695 --- vim-8.2.3616.tar.gz | 3 --- vim-8.2.3640.tar.gz | 3 +++ vim.changes | 33 +++++++++++++++++++++++++++++++++ vim.spec | 4 +++- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 vim-8.2.3616.tar.gz create mode 100644 vim-8.2.3640.tar.gz diff --git a/vim-8.2.3616.tar.gz b/vim-8.2.3616.tar.gz deleted file mode 100644 index 4c2f699..0000000 --- a/vim-8.2.3616.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b702e81b6ef3d68589d641360ce595da7dffc55b819c0cb4a767f3af0cbbbf6 -size 15782459 diff --git a/vim-8.2.3640.tar.gz b/vim-8.2.3640.tar.gz new file mode 100644 index 0000000..bd1bcc1 --- /dev/null +++ b/vim-8.2.3640.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fec129f573e6bef9bb02ce047a0af1f8ce9c6e7bfdd2a0674e79586ffdf77f +size 15792832 diff --git a/vim.changes b/vim.changes index b6b351b..a3cd4b6 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Nov 22 09:04:45 UTC 2021 - Ondřej Súkup + +- fix boo#1192871 +- Updated to version 8.2.3640, fixes the following problems + * Arglist test does not clear the argument list consistently. + * ":verbose pwd" does not mention 'autochdir' was applied. + * getcwd() is unclear about how 'autochdir' is used. + * Cannot use a lambda for 'operatorfunc'. + * Memory leak reported in libtlib. + * Build failure. + * "verbose pwd" shows confusing info when :lcd does not change directory. + * "$*" is expanded to "nonomatch". + * When renaming a terminal buffer the status text is not updated. + * Illegal memory access when C-indenting. + * "au!" and "au! event" cannot be followed by another command as documented. + * difficult to know where the text starts in a window. (Sergey Vlasov) + * Looking up terminal colors is a bit slow. + * Command completion in cmdline window uses global user commands, not + local commands for the window where it was opened from. + * Printf() with %S does not handle multi-byte correctly. + * "syntax enable" does not work properly in Vim9 context. + * GTK3: undercurl does not get removed properly. + * Vim9: line number of lambda is off by one. + * Error for already defined function uses wrong line number. + * GTK: composing underline does not show. + * Coverity warns for unreachable code. + * Typos in test files. + * getcompletion() always passes zero as position to custom completion + function. + * Line commented out accidentally. + * Freeze when calling term_wait() in a close callback. + ------------------------------------------------------------------- Thu Nov 18 18:28:49 UTC 2021 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 48f21e9..3ae2e75 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 3616 +%define patchlevel 3640 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site @@ -649,6 +649,7 @@ fi %files data # exclude common files %exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim +%exclude %{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/sh.vim @@ -689,6 +690,7 @@ fi %dir %{_datadir}/vim/%{VIM_SUBDIR}/syntax/ %{_datadir}/vim/%{VIM_SUBDIR}/suse.vimrc %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim +%{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim %{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim %{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim %{_datadir}/vim/%{VIM_SUBDIR}/syntax/sh.vim