From c156975c076d7de8c2f2668435ac82ef208cfe203d6f3e2ef13cd134a7061f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 16 Oct 2018 08:06:49 +0000 Subject: [PATCH] Accepting request 642206 from home:mimi_vx:branches:editors - Updated to revision 479, fixes the following problems * resolve() was not tested with a symlink cycle. * Checking for empty quickfix stack is not consistent. * Running test hangs when the input file is being edited. * Win32 console: key mappings don't work. * Ml_get error and crash when using "do". * Test_executable fails when there is a dog in the system. * assert_fails() does not take a message argument * Quickfix code uses too many /* */ comments. * When using ConPTY Vim can be a child process. * "simalt ~x" in .vimrc blocks swap file prompt. * Client-server test fails. * Autocmd test fails. * Too often indexing in qf_lists[]. * Pointer ownership around fname_expand() is unclear. * Some tests are flaky or fail on some systems. * Dosinst command has a few flaws. * User doesn't notice file does not exist when swap file does. * Directory where if_perl.c is written is inconsistent. * Memory not freed on exit when quit in autocmd. * Memory leaks in test_escaped_glob. * Tiny build fails. * Failure when setting 'varsofttabstop' to end in a comma. OBS-URL: https://build.opensuse.org/request/show/642206 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=524 --- vim-8.1.0451.tar.gz | 3 --- vim-8.1.0479.tar.gz | 3 +++ vim.changes | 27 +++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 vim-8.1.0451.tar.gz create mode 100644 vim-8.1.0479.tar.gz diff --git a/vim-8.1.0451.tar.gz b/vim-8.1.0451.tar.gz deleted file mode 100644 index eab0950..0000000 --- a/vim-8.1.0451.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e12faa519053930f93b43fba8d4294cbb88e9a611b89b0456439a282659eb5a -size 13855457 diff --git a/vim-8.1.0479.tar.gz b/vim-8.1.0479.tar.gz new file mode 100644 index 0000000..e20c313 --- /dev/null +++ b/vim-8.1.0479.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934386069b6b91343daa6865153fdf392c42cab1a46098138e85078b0400bdb7 +size 13858493 diff --git a/vim.changes b/vim.changes index 947f94d..a42ee72 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Oct 16 07:19:18 UTC 2018 - Ondřej Súkup + +- Updated to revision 479, fixes the following problems + * resolve() was not tested with a symlink cycle. + * Checking for empty quickfix stack is not consistent. + * Running test hangs when the input file is being edited. + * Win32 console: key mappings don't work. + * Ml_get error and crash when using "do". + * Test_executable fails when there is a dog in the system. + * assert_fails() does not take a message argument + * Quickfix code uses too many /* */ comments. + * When using ConPTY Vim can be a child process. + * "simalt ~x" in .vimrc blocks swap file prompt. + * Client-server test fails. + * Autocmd test fails. + * Too often indexing in qf_lists[]. + * Pointer ownership around fname_expand() is unclear. + * Some tests are flaky or fail on some systems. + * Dosinst command has a few flaws. + * User doesn't notice file does not exist when swap file does. + * Directory where if_perl.c is written is inconsistent. + * Memory not freed on exit when quit in autocmd. + * Memory leaks in test_escaped_glob. + * Tiny build fails. + * Failure when setting 'varsofttabstop' to end in a comma. + ------------------------------------------------------------------- Fri Oct 5 17:56:36 UTC 2018 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index e52526f..16a0eae 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0451 +%define patchlevel 0479 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site