From 0bb75c6e3ecfc18a2b672bfeb761fefc6ae2ab96238310c3fc5109efc0b46d5e Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sat, 6 Oct 2018 09:10:13 +0000 Subject: [PATCH] Accepting request 640129 from home:mimi_vx:branches:editors - Updated to revision 451, fixes the following problems * Can get the text of inputsecret() with getcmdline(). * May access freed memory when syntax HL times out. * The ex_make() function is too long. * Recursive use of getcmdline() still not protected. * remove() with a range not sufficiently tested. * Build failure without command line history. * GUI: Cursor not drawn after ":redraw | sleep". * Unnecessary static function prototypes. * Unnecessary check for NULL pointer. * Setting 'term' does not store location for termcap options. * Options test fails in the GUI. * GUI scrollbar test fails with Athena and Motif. * Cursorline not removed when using 'cursorbind'. * When 'rnu' is set folded lines are not displayed correctly. * Build failure without the +fold feature. OBS-URL: https://build.opensuse.org/request/show/640129 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=522 --- vim-8.1.0436.tar.gz | 3 --- vim-8.1.0451.tar.gz | 3 +++ vim.changes | 20 ++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 vim-8.1.0436.tar.gz create mode 100644 vim-8.1.0451.tar.gz diff --git a/vim-8.1.0436.tar.gz b/vim-8.1.0436.tar.gz deleted file mode 100644 index aeac441..0000000 --- a/vim-8.1.0436.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71380ba8ef78efb5dbb1ba0ea9ca59107cb963f8936fd9cfec8a5ca5f8b46942 -size 13860606 diff --git a/vim-8.1.0451.tar.gz b/vim-8.1.0451.tar.gz new file mode 100644 index 0000000..eab0950 --- /dev/null +++ b/vim-8.1.0451.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e12faa519053930f93b43fba8d4294cbb88e9a611b89b0456439a282659eb5a +size 13855457 diff --git a/vim.changes b/vim.changes index 1258b67..947f94d 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 5 17:56:36 UTC 2018 - Ondřej Súkup + +- Updated to revision 451, fixes the following problems + * Can get the text of inputsecret() with getcmdline(). + * May access freed memory when syntax HL times out. + * The ex_make() function is too long. + * Recursive use of getcmdline() still not protected. + * remove() with a range not sufficiently tested. + * Build failure without command line history. + * GUI: Cursor not drawn after ":redraw | sleep". + * Unnecessary static function prototypes. + * Unnecessary check for NULL pointer. + * Setting 'term' does not store location for termcap options. + * Options test fails in the GUI. + * GUI scrollbar test fails with Athena and Motif. + * Cursorline not removed when using 'cursorbind'. + * When 'rnu' is set folded lines are not displayed correctly. + * Build failure without the +fold feature. + ------------------------------------------------------------------- Wed Sep 26 19:14:26 UTC 2018 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 81123e8..e52526f 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0436 +%define patchlevel 0451 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site