From 2a7a4fd4b9eafe617d13f2ec91c20a2d6599a173fcc248b2d20683a518229b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 31 Oct 2021 10:14:59 +0000 Subject: [PATCH] - Updated to version 8.2.3567, fixes the following problems * Xxd revert does not handle end of line correctly. * Xxd has various way to exit. * ModeChanged is not triggered on every mode change. * Filler lines are incorrect for other window in diff mode after making a change. * Vim9: cannot call imported funcref at script level. * Vim9: asserting the wrong variable. * Loop variable recreated every time. * Using freed memory with lambda. * Cscope has a complicated way of giving an error message. * Cannot add color names. * Build failure with +eval but without GUI or +termguicolors * Invalid memory access when scrolling without a valid screen. * Makefile dependencies are outdated. (Gary Johnson) * Build failure on old systems when using nano timestamp. * CTRL-I in Insert mode is not tested OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=684 --- vim-8.2.3552.tar.gz | 3 --- vim-8.2.3567.tar.gz | 3 +++ vim.changes | 21 +++++++++++++++++++++ vim.spec | 3 +-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 vim-8.2.3552.tar.gz create mode 100644 vim-8.2.3567.tar.gz diff --git a/vim-8.2.3552.tar.gz b/vim-8.2.3552.tar.gz deleted file mode 100644 index d9632f0..0000000 --- a/vim-8.2.3552.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a9e4cf0ba644550b1d9583af99ba036c0ec3e851f8c5067c5c91ffdfb10c651 -size 15761472 diff --git a/vim-8.2.3567.tar.gz b/vim-8.2.3567.tar.gz new file mode 100644 index 0000000..b5120ea --- /dev/null +++ b/vim-8.2.3567.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef1266e97bbf3015f739993a62ecf2c08f3b0a44e73925b0083b261377190cc +size 15771981 diff --git a/vim.changes b/vim.changes index 69b8485..d937b33 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Oct 31 10:11:52 UTC 2021 - Ondřej Súkup + +- Updated to version 8.2.3567, fixes the following problems + * Xxd revert does not handle end of line correctly. + * Xxd has various way to exit. + * ModeChanged is not triggered on every mode change. + * Filler lines are incorrect for other window in diff mode after making + a change. + * Vim9: cannot call imported funcref at script level. + * Vim9: asserting the wrong variable. + * Loop variable recreated every time. + * Using freed memory with lambda. + * Cscope has a complicated way of giving an error message. + * Cannot add color names. + * Build failure with +eval but without GUI or +termguicolors + * Invalid memory access when scrolling without a valid screen. + * Makefile dependencies are outdated. (Gary Johnson) + * Build failure on old systems when using nano timestamp. + * CTRL-I in Insert mode is not tested + ------------------------------------------------------------------- Fri Oct 22 14:53:00 UTC 2021 - Stefan Schubert diff --git a/vim.spec b/vim.spec index 75d8164..63ce69c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 3552 +%define patchlevel 3567 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site @@ -676,7 +676,6 @@ fi %{_datadir}/vim/%{VIM_SUBDIR}/syntax/syntax.vim %{_datadir}/vim/%{VIM_SUBDIR}/syntax/vim.vim %{_datadir}/vim/%{VIM_SUBDIR}/*.vim -%{_datadir}/vim/%{VIM_SUBDIR}/rgb.txt %files -n gvim %doc runtime/doc/gui_x11.txt