From 629e766aa13397d86f688ca2f7b92dfd8a46de547d9ad0ec5272d6254c0b55f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 22 Mar 2016 11:06:31 +0000 Subject: [PATCH] - Updated to revision 1635, fixes the following problems * Quickfix code using memory after being freed. * Using channel timeout instead of request timeout. * Timers don't work on Unix. * Not checking for failed open(). * Memory leak when out of memory. * When starting the GUI fails a swap file is left behind. * Timer with an ":echo" command messes up display. * Although emoji characters are ambiguous width, best is to treat them as full width. * Catching exception that won't be thrown. * Having type() handle a Funcref that is or isn't a partial differently causes problems for existing scripts. * Comparing a function that exists on two dicts is not backwards compatible. * string() doesn't handle a partial. * Contents file is only for Amiga distro. * Compiler warnings for non-virtual destructor. * The versplit feature makes the code uneccessary complicated. * Can't build with small features. * Still can't build with small features. * Still quickfix test in old style. * Build fails with tiny features. * Malformed channel request causes a hang. * When a JSON message is split it isn't decoded. * Starting job with output to buffer changes options in the current buffer. * When 'fileformats' is set in the vimrc it applies to new buffers but not the initial buffer. * Emoji characters are not considered as a kind of word character. * Channel test doesn't work with Python 2.6. * Channel demo doesn't work with Python 2.6. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=337 --- v7.4.1591.tar.gz | 3 --- v7.4.1635.tar.gz | 3 +++ vim.changes | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 v7.4.1591.tar.gz create mode 100644 v7.4.1635.tar.gz diff --git a/v7.4.1591.tar.gz b/v7.4.1591.tar.gz deleted file mode 100644 index d3763af..0000000 --- a/v7.4.1591.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89b2524fac25ff0ff2b47f30a77fae6c83ded7cb62ebfcd1236c624209d6feb2 -size 12559830 diff --git a/v7.4.1635.tar.gz b/v7.4.1635.tar.gz new file mode 100644 index 0000000..4013ba5 --- /dev/null +++ b/v7.4.1635.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f37906b55d310c4d81b7c67b954332ed5e1f98cc3dbcc4c9ecf5d758109c94 +size 12551687 diff --git a/vim.changes b/vim.changes index f0e7e51..20d25f4 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Tue Mar 22 11:02:39 UTC 2016 - idonmez@suse.com + +- Updated to revision 1635, fixes the following problems + * Quickfix code using memory after being freed. + * Using channel timeout instead of request timeout. + * Timers don't work on Unix. + * Not checking for failed open(). + * Memory leak when out of memory. + * When starting the GUI fails a swap file is left behind. + * Timer with an ":echo" command messes up display. + * Although emoji characters are ambiguous width, best is to treat + them as full width. + * Catching exception that won't be thrown. + * Having type() handle a Funcref that is or isn't a partial differently + causes problems for existing scripts. + * Comparing a function that exists on two dicts is not backwards compatible. + * string() doesn't handle a partial. + * Contents file is only for Amiga distro. + * Compiler warnings for non-virtual destructor. + * The versplit feature makes the code uneccessary complicated. + * Can't build with small features. + * Still can't build with small features. + * Still quickfix test in old style. + * Build fails with tiny features. + * Malformed channel request causes a hang. + * When a JSON message is split it isn't decoded. + * Starting job with output to buffer changes options in the current buffer. + * When 'fileformats' is set in the vimrc it applies to new buffers + but not the initial buffer. + * Emoji characters are not considered as a kind of word character. + * Channel test doesn't work with Python 2.6. + * Channel demo doesn't work with Python 2.6. + * All Channels share the message ID, it keeps getting bigger. + * Can't get info about a channel. + * Trying to close file descriptor that isn't open. + * Missing changes to structs. + * Channel out_cb and err_cb are not tested. + * 64-bit Compiler warning. + * Handling emoji characters as full width has problems with backwards + compatibility. + * Unicode table for double width is outdated. + * Compiler doesn't understand switch on all enum values. + * List of test targets is outdated. + * If the help tags file was removed "make install" fails. + * Vertical movement after CTRL-A ends up in the wrong column. + * Channel test is a bit flaky. + ------------------------------------------------------------------- Sat Mar 19 06:43:42 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 7ce7f9c..47af306 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1591 +%define patchlevel 1635 %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}