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}