From 6f69b228db810ad0f783e926a61ed037086336a3147e85469a5e4c74b12c9693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 20 Dec 2017 10:57:02 +0000 Subject: [PATCH] - Updated to revision 1417, fixes the following problems * Encoding empty string to JSON sometimes gives "null". * Build fails with --with-features=huge --disable-channel. * Too much highlighting with 'hlsearch' and 'incsearch' set. * Cannot intercept a yank command. * It is not easy to see if a colorscheme is well written. * Memory leak when CTRL-G in search command line fails. * Pattern with \& following nothing gives an error. * :packadd does not load packages from the "start" directory. * Warnings and errors when building tiny version. (Tony Mechelynck) * Color scheme check script shows up as color scheme. * Cannot build with GTK but without XIM. (Guido) * Crash with nasty autocommand. (gy741, Dominique Pelle) * Using freed buffer in grep command. (gy741, Dominique Pelle) * Invalid memory access on exit when autocommands wipe out a buffer. * Duplicated code for getting a typed character. CursorHold is called too often in the GUI. (lilydjwg) * Difficult to track changes to a quickfix list. * GUI: CursorHold may trigger before 'updatetime' when using timers. * Crash in setqflist(). * Buffer overflow in :tags command. * Hang when using count() with an empty string. * Reading invalid memory with CTRL-W :. * Using free memory using setloclist(). (Dominique Pelle) * Accessing freed memory in :cbuffer. * Accessing freed memory in :lfile. * Warning for unused function without timers feature. * Crash when searching for a sentence. * Test doesn't search for a sentence. Still fails when searching for start of sentence. (Dominique Pelle) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=466 --- vim-8.0.1390.tar.gz | 3 --- vim-8.0.1417.tar.gz | 3 +++ vim.changes | 34 ++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 vim-8.0.1390.tar.gz create mode 100644 vim-8.0.1417.tar.gz diff --git a/vim-8.0.1390.tar.gz b/vim-8.0.1390.tar.gz deleted file mode 100644 index 689ad1c..0000000 --- a/vim-8.0.1390.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:710f7eda2907e56b175b53a13c9dea36cee5a3224e1bd9844298176a456dd10a -size 13409766 diff --git a/vim-8.0.1417.tar.gz b/vim-8.0.1417.tar.gz new file mode 100644 index 0000000..c396549 --- /dev/null +++ b/vim-8.0.1417.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead219e791fea02363fe1975b2dbae4cfefa503553c4ef2f972df5ba95f92c04 +size 13412925 diff --git a/vim.changes b/vim.changes index 6861d4c..9eb80b4 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Dec 20 10:51:27 UTC 2017 - idonmez@suse.com + +- Updated to revision 1417, fixes the following problems + * Encoding empty string to JSON sometimes gives "null". + * Build fails with --with-features=huge --disable-channel. + * Too much highlighting with 'hlsearch' and 'incsearch' set. + * Cannot intercept a yank command. + * It is not easy to see if a colorscheme is well written. + * Memory leak when CTRL-G in search command line fails. + * Pattern with \& following nothing gives an error. + * :packadd does not load packages from the "start" directory. + * Warnings and errors when building tiny version. (Tony Mechelynck) + * Color scheme check script shows up as color scheme. + * Cannot build with GTK but without XIM. (Guido) + * Crash with nasty autocommand. (gy741, Dominique Pelle) + * Using freed buffer in grep command. (gy741, Dominique Pelle) + * Invalid memory access on exit when autocommands wipe out a buffer. + * Duplicated code for getting a typed character. CursorHold is called too + often in the GUI. (lilydjwg) + * Difficult to track changes to a quickfix list. + * GUI: CursorHold may trigger before 'updatetime' when using timers. + * Crash in setqflist(). + * Buffer overflow in :tags command. + * Hang when using count() with an empty string. + * Reading invalid memory with CTRL-W :. + * Using free memory using setloclist(). (Dominique Pelle) + * Accessing freed memory in :cbuffer. + * Accessing freed memory in :lfile. + * Warning for unused function without timers feature. + * Crash when searching for a sentence. + * Test doesn't search for a sentence. Still fails when searching for start + of sentence. (Dominique Pelle) + ------------------------------------------------------------------- Fri Dec 15 13:19:21 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 2225eff..8fcd2ce 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.0 -%define patchlevel 1390 +%define patchlevel 1417 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site