From 1bf5b60e2c10c4416f9261b540756d6d35047cb568a659d8238b1cdaae3ab788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 1 Apr 2016 08:38:11 +0000 Subject: [PATCH] - Updated to revision 1691, fixes the following problems * When reading JSON from a channel all readahead is used. * channel_get_all() does multiple allocations. * When writing buffer lines to a pipe Vim may block. * Completion doesn't work well for a variable containing "#". * When help exists in multiple languages, adding @ab while "ab" is the default help language is unnecessary. * The Dvorak support is a bit difficult to install. * The justify plugin has to be copied or sourced to be used. * The editexisting plugin has to be copied or sourced to be used. * The swapmous plugin has to be copied or sourced to be used. * The shellmenu plugin has to be copied or sourced to be used. * A reference to the removed file_select plugin remains. * Coverity: copying value of v_lock without initializing it. * Coverity warns for not checking name length (false positive). * Coverity warns for fixed size buffer length (false positive). * Coverity: no check for NULL. * README text is slightly outdated. * There is no easy way to get all the information about a match. * When running tests $HOME/.viminfo is written. * The channel close_cb option does not work. * MzScheme does not support partial. * Ruby interface has inconsistent coding style. * Can't compile with the conceal feature but without multi-byte. * When switching to a new buffer and an autocommand applies syntax highlighting an ml_get error may occur. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=343 --- v7.4.1665.tar.gz | 3 --- v7.4.1691.tar.gz | 3 +++ vim.changes | 30 ++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 v7.4.1665.tar.gz create mode 100644 v7.4.1691.tar.gz diff --git a/v7.4.1665.tar.gz b/v7.4.1665.tar.gz deleted file mode 100644 index b80ccbd..0000000 --- a/v7.4.1665.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ae787836f0c352640e1ee6b33943a9ff3c2f08f0f17403edeedf7ca218e76b9 -size 12553998 diff --git a/v7.4.1691.tar.gz b/v7.4.1691.tar.gz new file mode 100644 index 0000000..a6527cb --- /dev/null +++ b/v7.4.1691.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d862ba8ca6407600a574faba3f05c0dcaf8f1385baab813c016f6b89130ed590 +size 12555072 diff --git a/vim.changes b/vim.changes index f2f36da..db82805 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Apr 1 08:28:53 UTC 2016 - idonmez@suse.com + +- Updated to revision 1691, fixes the following problems + * When reading JSON from a channel all readahead is used. + * channel_get_all() does multiple allocations. + * When writing buffer lines to a pipe Vim may block. + * Completion doesn't work well for a variable containing "#". + * When help exists in multiple languages, adding @ab while "ab" + is the default help language is unnecessary. + * The Dvorak support is a bit difficult to install. + * The justify plugin has to be copied or sourced to be used. + * The editexisting plugin has to be copied or sourced to be used. + * The swapmous plugin has to be copied or sourced to be used. + * The shellmenu plugin has to be copied or sourced to be used. + * A reference to the removed file_select plugin remains. + * Coverity: copying value of v_lock without initializing it. + * Coverity warns for not checking name length (false positive). + * Coverity warns for fixed size buffer length (false positive). + * Coverity: no check for NULL. + * README text is slightly outdated. + * There is no easy way to get all the information about a match. + * When running tests $HOME/.viminfo is written. + * The channel close_cb option does not work. + * MzScheme does not support partial. + * Ruby interface has inconsistent coding style. + * Can't compile with the conceal feature but without multi-byte. + * When switching to a new buffer and an autocommand applies syntax + highlighting an ml_get error may occur. + ------------------------------------------------------------------- Mon Mar 28 07:32:06 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index a63bcf3..946fc43 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1665 +%define patchlevel 1691 %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}