From 18468d0aa5cc25d8e5866d9542af93d6da825b64315f323b3d1a5a104db48a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 6 Feb 2017 10:19:34 +0000 Subject: [PATCH] - Updated to revision 311, fixes the following problems * Double free on exit when using a closure. (James McCoy) * Ex command range with repeated search does not work. (Bruce DeVisser) * When the GUI window is resized Vim does not always take over the new size. (Luchr) * Cannot stop diffing hidden buffers. (Daniel Hahler) * No tests for ":set completion" and various errors of the :set command. * Cannot set terminal key codes with :let. * Bracketed paste does not work in Visual mode. * Assign test fails in the GUI. * Invalid memory access when option has duplicate flag. * mode() not sufficiently tested. * Asan detects a memory error when EXITFREE is defined. (Dominique Pelle) * When using a symbolic link, the package path will not be inserted at the right position in 'runtimepath'. (Dugan Chen, Norio Takagi) * Cannot use an empty key in json. * Not enough testing for GUI functionality. * Linebreak tests are old style. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=414 --- vim-8.0.0296.tar.gz | 3 --- vim-8.0.0311.tar.gz | 3 +++ vim.changes | 22 ++++++++++++++++++++++ vim.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 vim-8.0.0296.tar.gz create mode 100644 vim-8.0.0311.tar.gz diff --git a/vim-8.0.0296.tar.gz b/vim-8.0.0296.tar.gz deleted file mode 100644 index a3d601e..0000000 --- a/vim-8.0.0296.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:960f9f61c4a188ced9171fede72d631264e66718f106ef0e1e4c5d3f39414f38 -size 12981796 diff --git a/vim-8.0.0311.tar.gz b/vim-8.0.0311.tar.gz new file mode 100644 index 0000000..99099b1 --- /dev/null +++ b/vim-8.0.0311.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954438108562193b3c40d4558bf35b1f0910a97b58896a4be4d289f035b3aeb0 +size 12985133 diff --git a/vim.changes b/vim.changes index 0082222..d7a6711 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Feb 6 10:12:18 UTC 2017 - idonmez@suse.com + +- Updated to revision 311, fixes the following problems + * Double free on exit when using a closure. (James McCoy) + * Ex command range with repeated search does not work. (Bruce DeVisser) + * When the GUI window is resized Vim does not always take over the new + size. (Luchr) + * Cannot stop diffing hidden buffers. (Daniel Hahler) + * No tests for ":set completion" and various errors of the :set command. + * Cannot set terminal key codes with :let. + * Bracketed paste does not work in Visual mode. + * Assign test fails in the GUI. + * Invalid memory access when option has duplicate flag. + * mode() not sufficiently tested. + * Asan detects a memory error when EXITFREE is defined. (Dominique Pelle) + * When using a symbolic link, the package path will not be inserted at + the right position in 'runtimepath'. (Dugan Chen, Norio Takagi) + * Cannot use an empty key in json. + * Not enough testing for GUI functionality. + * Linebreak tests are old style. + ------------------------------------------------------------------- Fri Feb 3 12:12:19 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index fc71157..5798c4b 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0296 -%define patchlevel_compact 296 +%define patchlevel 0311 +%define patchlevel_compact 311 %define VIM_SUBDIR vim80 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}