From c3f2180e3bffe595d27e099237b2d5f59e121cb0537fc1e21081772619cdb413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 12 Nov 2020 14:51:53 +0000 Subject: [PATCH] Accepting request 848116 from home:jgwang:branches:editors version update to 8.2.1975 OBS-URL: https://build.opensuse.org/request/show/848116 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=635 --- vim-8.2.1955.tar.gz | 3 --- vim-8.2.1975.tar.gz | 3 +++ vim.changes | 27 +++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 vim-8.2.1955.tar.gz create mode 100644 vim-8.2.1975.tar.gz diff --git a/vim-8.2.1955.tar.gz b/vim-8.2.1955.tar.gz deleted file mode 100644 index 76470ef..0000000 --- a/vim-8.2.1955.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48966412373c5e81faae5366c04edc89eb6005c46fa569d6be32f5e06df06a7a -size 15219614 diff --git a/vim-8.2.1975.tar.gz b/vim-8.2.1975.tar.gz new file mode 100644 index 0000000..75030a1 --- /dev/null +++ b/vim-8.2.1975.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c031b3df1a853ef73de8d9ff49333c4144bbccb2061cc1a29014e441ec6c803 +size 15224984 diff --git a/vim.changes b/vim.changes index 2211fd8..459f96c 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Nov 12 06:41:20 UTC 2020 - Wang Jun + +- Updated to version 8.2.1975, fixes the following problems + * Vim9: cannot specify argument types for lambda. + * Diff and cursorcolumn highlighting don't mix. + * Build failure with timers. + * Crash when terminal buffer name is made empty. (Dhiraj Mishra) + * Update runtime files + * Warning for uninitialized variable. + * Various comments can be improved. + * Correct list of patches. + * Netbeans may access freed memory. + * Crash when using a popup window with "latin1" encoding. + * Not all ConTeXt files are recognized. + * Vim9: tests fail without the channel feature. + * Popup becomes current window after closing a terminal window. + * The session file does not restore the alternate file. + * Vim9: has() assumes a feature does not change dynamically. + * Vim9: map() may change the list or dict item type. + * It is easy to make mistakes when cleaning up swap files after the system crashed. + * Memory leak when map() fails. + * Crash when recreating nested fold. + * Finding a patch number can be a bit slow. + * Vim9: test for has('gui_running') fails with VIMDLL. + * Win32: memory leak when encoding conversion fails. + ------------------------------------------------------------------- Thu Nov 5 11:44:18 UTC 2020 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index c0f5ea4..6321703 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 1955 +%define patchlevel 1975 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site