From 8cdf18f2e214337911ad07c7445b2b8573ac95218bc249ae8caa8348b99ab7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 5 Apr 2017 09:24:06 +0000 Subject: [PATCH] - Updated to revision 542, fixes the following problems * ml_get errors in silent Ex mode. (Dominique Pelle) * A large count on a normal command causes trouble. (Dominique Pelle) * There is no way to remove quickfix lists (for testing). * Storing a zero byte from a multi-byte character causes fold text to show up wrong. * Character classes are not well tested. They can differ between platforms. * Using a function pointer instead of the actual function, which we know. * GtkForm handling is outdated. * MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a :global command. * dv} deletes part of a multi-byte character. (Urtica Dioica) * Folds are messed up when 'encodin' is "utf-8". * Coverity complains about possible negative value. * RISC OS support was removed long ago, but one file is still included. * When 'wildmenu' is set and 'wildmode' has "longest" then the first file name is highlighted, even though the text shows the longest match. * Line in test commented out. * Buffer overflow when 'columns' is very big. (Nikolai Pavlov) * Test with long directory name fails on non-unix systems. * Test with long directory name fails on Mac. * Abbreviation doesn't work after backspacing newline. (Hkonrk) * Defaults.vim does not work well with tiny features. (crd477) * Memory leak when exiting from within a user function. * Quickfix window not updated when freeing quickfix stack. * Illegal memory access with :z and large count. * No test for falling back to default term value. * Startup test fails on Mac. * Building unit tests fails. * Compiler warning on MS-Windows. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=430 --- vim-8.0.0514.tar.gz | 3 --- vim-8.0.0542.tar.gz | 3 +++ vim.changes | 35 +++++++++++++++++++++++++++++++++++ vim.spec | 4 ++-- 4 files changed, 40 insertions(+), 5 deletions(-) delete mode 100644 vim-8.0.0514.tar.gz create mode 100644 vim-8.0.0542.tar.gz diff --git a/vim-8.0.0514.tar.gz b/vim-8.0.0514.tar.gz deleted file mode 100644 index ec79c72..0000000 --- a/vim-8.0.0514.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d53e3bad5fa2e7ed6ea56e0a2a063cd4ec576390722eae042da8878c2ed2fba -size 13060466 diff --git a/vim-8.0.0542.tar.gz b/vim-8.0.0542.tar.gz new file mode 100644 index 0000000..8fb88d7 --- /dev/null +++ b/vim-8.0.0542.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd05c5e4dff3ed7125d23e2908eb39b699974d48c5f06c95a227afa1f6550d9 +size 13068846 diff --git a/vim.changes b/vim.changes index 53af8a7..9058695 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Wed Apr 5 09:19:45 UTC 2017 - idonmez@suse.com + +- Updated to revision 542, fixes the following problems + * ml_get errors in silent Ex mode. (Dominique Pelle) + * A large count on a normal command causes trouble. (Dominique Pelle) + * There is no way to remove quickfix lists (for testing). + * Storing a zero byte from a multi-byte character causes fold text to show + up wrong. + * Character classes are not well tested. They can differ between platforms. + * Using a function pointer instead of the actual function, which we know. + * GtkForm handling is outdated. + * MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a :global + command. + * dv} deletes part of a multi-byte character. (Urtica Dioica) + * Folds are messed up when 'encodin' is "utf-8". + * Coverity complains about possible negative value. + * RISC OS support was removed long ago, but one file is still included. + * When 'wildmenu' is set and 'wildmode' has "longest" then the first file + name is highlighted, even though the text shows the longest match. + * Line in test commented out. + * Buffer overflow when 'columns' is very big. (Nikolai Pavlov) + * Test with long directory name fails on non-unix systems. + * Test with long directory name fails on Mac. + * Abbreviation doesn't work after backspacing newline. (Hkonrk) + * Defaults.vim does not work well with tiny features. (crd477) + * Memory leak when exiting from within a user function. + * Quickfix window not updated when freeing quickfix stack. + * Illegal memory access with :z and large count. + * No test for falling back to default term value. + * Startup test fails on Mac. + * Building unit tests fails. + * Compiler warning on MS-Windows. + * getpos() can return a negative line number. (haya14busa) + ------------------------------------------------------------------- Fri Mar 31 09:19:29 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 0f4603f..7ab3dae 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0514 -%define patchlevel_compact 514 +%define patchlevel 0542 +%define patchlevel_compact 542 %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site %define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}