From 7ecad313afaa4b4abae80936957e54e446c691b2b2242647448251ed4d1ee88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 8 Jan 2017 08:32:57 +0000 Subject: [PATCH] - Updated to revision 147, fixes the following problems * Not enough test coverage for syntax commands. * Test fails because of using :finish. * "2;'(" causes ml_get errors in an empty buffer. * Null pointer access reported by UBsan. * An address relative to the current line, ":.,+3y", does not work properly on a closed fold. * When using indent folding and changing indent the wrong fold is opened. * When 'maxfuncdepth' is set above 200 the nesting is limited to 200. * Small build fails. * Warning for unused argument. * Pasting inserted text in Visual mode does not work properly. * Nested function test fails on AppVeyor. * Normal colors are wrong with 'termguicolors'. * Line number of current buffer in getbufinfo() is wrong. * When using MSVC the GvimExt directory is cleaned twice. * Running tests on MS-Windows is a little bit noisy. * When using 'termguicolors' on MS-Windows the RGB definition causes the colors to be wrong. * searchpair() does not work when 'magic' is off. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=404 --- vim-8.0.0130.tar.gz | 3 --- vim-8.0.0147.tar.gz | 3 +++ vim.changes | 25 +++++++++++++++++++++++++ vim.spec | 6 +++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 vim-8.0.0130.tar.gz create mode 100644 vim-8.0.0147.tar.gz diff --git a/vim-8.0.0130.tar.gz b/vim-8.0.0130.tar.gz deleted file mode 100644 index 790fd64..0000000 --- a/vim-8.0.0130.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73b1236dc4fdf77bff6ab946f80463932c7a806bb020cf0738ffad3ed2e7ed13 -size 12948905 diff --git a/vim-8.0.0147.tar.gz b/vim-8.0.0147.tar.gz new file mode 100644 index 0000000..01d0fe7 --- /dev/null +++ b/vim-8.0.0147.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83a1d133a34d0fee8cdf44e75fc2321463b275f952bd884586bc827ec395866 +size 12950122 diff --git a/vim.changes b/vim.changes index 9244ef6..abc3ecf 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jan 8 08:24:18 UTC 2017 - idonmez@suse.com + +- Updated to revision 147, fixes the following problems + * Not enough test coverage for syntax commands. + * Test fails because of using :finish. + * "2;'(" causes ml_get errors in an empty buffer. + * Null pointer access reported by UBsan. + * An address relative to the current line, ":.,+3y", does not work + properly on a closed fold. + * When using indent folding and changing indent the wrong fold is + opened. + * When 'maxfuncdepth' is set above 200 the nesting is limited to 200. + * Small build fails. + * Warning for unused argument. + * Pasting inserted text in Visual mode does not work properly. + * Nested function test fails on AppVeyor. + * Normal colors are wrong with 'termguicolors'. + * Line number of current buffer in getbufinfo() is wrong. + * When using MSVC the GvimExt directory is cleaned twice. + * Running tests on MS-Windows is a little bit noisy. + * When using 'termguicolors' on MS-Windows the RGB definition causes + the colors to be wrong. + * searchpair() does not work when 'magic' is off. + ------------------------------------------------------------------- Sat Dec 10 15:32:28 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 73337c9..2e16d58 100644 --- a/vim.spec +++ b/vim.spec @@ -1,7 +1,7 @@ # # spec file for package vim # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0130 -%define patchlevel_compact 130 +%define patchlevel 0147 +%define patchlevel_compact 147 %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}