From 6572c164da18ca664440c8d516c59098a57ba100fa4f33a0d44de4198fbe1fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 6 Dec 2018 12:13:40 +0000 Subject: [PATCH] Accepting request 655592 from home:mimi_vx:branches:editors - Updated to version 8.1.0565, fixes the following problems * Using 'shiftwidth' from wrong buffer for folding. * Flaky test sometimes fails in different ways. * Channel and terminal tests that start a server can be flaky. * Flaky tests often fail with a common error message. * Cannot distinguish between quickfix and location list. * Screendump tests can be flaky. * Increment/decrement might get interrupted by updating folds. * File time test fails when using NFS. * ui_breakcheck() may be called recursively, which doesn't work. * Evaluating a modeline might invoke using a shell command. * Cannot build without the sandbox. * May evaluate insecure value when appending to option. * Help message in dosinst.c is outdated. * shiftwidth() does not take 'vartabstop' into account. * Coverity warns for leaking memory and using wrong struct. * Setting 'filetype' in a modeline causes an error (Hirohito Higashi). * When executing indent tests user preferences interfere. * Modeline test with keymap fails. * Crash when job callback unloads a buffer. * Netbeans test depends on README.txt contents. * Expression evaluation may repeat an error message. * Saved last search pattern may not be restored. * It is not easy to edit a script that was sourced. * Popup menu overlaps with preview window. * Crash when last search pat is set but not last substitute pat. * Saving/restoring search patterns share saved last_idx. * Termdebug: gdb may use X.Y for breakpoint number. * Command line completion not sufficiently tested. * Cannot use address type "other" with with user command. OBS-URL: https://build.opensuse.org/request/show/655592 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=530 --- vim-8.1.0527.tar.gz | 3 --- vim-8.1.0565.tar.gz | 3 +++ vim.changes | 39 +++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 vim-8.1.0527.tar.gz create mode 100644 vim-8.1.0565.tar.gz diff --git a/vim-8.1.0527.tar.gz b/vim-8.1.0527.tar.gz deleted file mode 100644 index 304379c..0000000 --- a/vim-8.1.0527.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:948cb1b234f12cdead2d7ac9749456d2df0948128982fd28b17583fee5d3e24d -size 13875743 diff --git a/vim-8.1.0565.tar.gz b/vim-8.1.0565.tar.gz new file mode 100644 index 0000000..f215a03 --- /dev/null +++ b/vim-8.1.0565.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070cc307f81e906bead6c2e4d7b820b7a831bf59348049fc4a1bf41f0e03f224 +size 13885015 diff --git a/vim.changes b/vim.changes index 1893f6d..0523971 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Dec 6 11:33:06 UTC 2018 - Ondřej Súkup + +- Updated to version 8.1.0565, fixes the following problems + * Using 'shiftwidth' from wrong buffer for folding. + * Flaky test sometimes fails in different ways. + * Channel and terminal tests that start a server can be flaky. + * Flaky tests often fail with a common error message. + * Cannot distinguish between quickfix and location list. + * Screendump tests can be flaky. + * Increment/decrement might get interrupted by updating folds. + * File time test fails when using NFS. + * ui_breakcheck() may be called recursively, which doesn't work. + * Evaluating a modeline might invoke using a shell command. + * Cannot build without the sandbox. + * May evaluate insecure value when appending to option. + * Help message in dosinst.c is outdated. + * shiftwidth() does not take 'vartabstop' into account. + * Coverity warns for leaking memory and using wrong struct. + * Setting 'filetype' in a modeline causes an error (Hirohito Higashi). + * When executing indent tests user preferences interfere. + * Modeline test with keymap fails. + * Crash when job callback unloads a buffer. + * Netbeans test depends on README.txt contents. + * Expression evaluation may repeat an error message. + * Saved last search pattern may not be restored. + * It is not easy to edit a script that was sourced. + * Popup menu overlaps with preview window. + * Crash when last search pat is set but not last substitute pat. + * Saving/restoring search patterns share saved last_idx. + * Termdebug: gdb may use X.Y for breakpoint number. + * Command line completion not sufficiently tested. + * Cannot use address type "other" with with user command. + * MSCV error format has changed. + * Parsing of 'diffopt' is slightly wrong. + * Setting v:errors to a string give confusing error. + * Setting v:errors to wrong type still possible. + * Asan complains about reading before allocated block. + ------------------------------------------------------------------- Thu Nov 15 08:03:42 UTC 2018 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 18d31ad..44f081a 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0527 +%define patchlevel 0565 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site