From 0a29cbb6dcdf9191174dfd6ac475bf8e2383590a625e1941fde8052a3c243e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 1 Mar 2016 08:44:43 +0000 Subject: [PATCH] - Updated to revision 1467, fixes the following problems * Error when reading fails uses wrong errno. Keeping channel open after job stops results in test failing. * The "out-io" option for jobs is not implemented yet. * When encoding JSON, turning NaN and Infinity into null without giving an error is not useful. * JSON encoding doesn't handle surrogate pair. * Can't get buffer number of a channel. * Using empty name instead of no name for channel buffer. * Memory corruption when 'encoding' is not utf-8. * Crash when using json_decode(). * Memory leak when using ch_read(). * JSON tests fail if 'encoding' is not utf-8. * Json encoding still fails when encoding is not utf-8. * Vim hangs when a channel has a callback but isn't referenced. * Test 87 fails with Python 3.5. * Opening a channel with select() is not done properly. * When a JSON channel has a callback it may never be cleared. * When the argument of sort() is zero or empty it fails. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=322 --- v7.4.1421.tar.gz | 3 --- v7.4.1467.tar.gz | 3 +++ vim.changes | 23 +++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 v7.4.1421.tar.gz create mode 100644 v7.4.1467.tar.gz diff --git a/v7.4.1421.tar.gz b/v7.4.1421.tar.gz deleted file mode 100644 index 9e464c0..0000000 --- a/v7.4.1421.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04bcbf0f31cdcfff20f8e267d616626cf96eb53058df2ba438949c97b4041221 -size 12588556 diff --git a/v7.4.1467.tar.gz b/v7.4.1467.tar.gz new file mode 100644 index 0000000..74b1fc8 --- /dev/null +++ b/v7.4.1467.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7761d459b52573b253d3e9446f72f61fb2e0000b993280332fa0d2ea429196ad +size 12532588 diff --git a/vim.changes b/vim.changes index e8e3f9d..5ca7a9d 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Mar 1 08:37:53 UTC 2016 - idonmez@suse.com + +- Updated to revision 1467, fixes the following problems + * Error when reading fails uses wrong errno. Keeping channel open + after job stops results in test failing. + * The "out-io" option for jobs is not implemented yet. + * When encoding JSON, turning NaN and Infinity into null without + giving an error is not useful. + * JSON encoding doesn't handle surrogate pair. + * Can't get buffer number of a channel. + * Using empty name instead of no name for channel buffer. + * Memory corruption when 'encoding' is not utf-8. + * Crash when using json_decode(). + * Memory leak when using ch_read(). + * JSON tests fail if 'encoding' is not utf-8. + * Json encoding still fails when encoding is not utf-8. + * Vim hangs when a channel has a callback but isn't referenced. + * Test 87 fails with Python 3.5. + * Opening a channel with select() is not done properly. + * When a JSON channel has a callback it may never be cleared. + * When the argument of sort() is zero or empty it fails. + ------------------------------------------------------------------- Fri Feb 26 08:21:14 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index a468242..522000e 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1421 +%define patchlevel 1467 %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}