diff --git a/vim-8.0.0311.tar.gz b/vim-8.0.0311.tar.gz deleted file mode 100644 index 99099b1..0000000 --- a/vim-8.0.0311.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:954438108562193b3c40d4558bf35b1f0910a97b58896a4be4d289f035b3aeb0 -size 12985133 diff --git a/vim-8.0.0324.tar.gz b/vim-8.0.0324.tar.gz new file mode 100644 index 0000000..19e9e60 --- /dev/null +++ b/vim-8.0.0324.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae00e1d1acb3e84f5f88b7df2a494199f168af28db0aa896bc8d9dbc2cc1d1cd +size 12985045 diff --git a/vim.changes b/vim.changes index d7a6711..a67c2fb 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Feb 10 12:10:59 UTC 2017 - idonmez@suse.com + +- Updated to revision 324, fixes the following problems + * When a json message arrives in pieces, the start is dropped and the + decoding fails. + * Not enough testing for GUI functionality. + * getcmdtype(), getcmdpos() and getcmdline() are not tested. + * ":help :[range]" does not work. (Tony Mechelynck) + * ":help z?" does not work. (Pavol Juhas) + * No test for setting 'guifont'. + * Small mistake in 7x13 font name. + * Insert mode completion does not respect "start" in 'backspace'. + * Warning for unused variable with small build. + * When using the tiny version trying to load the matchit plugin gives an + error. On MS-Windows some default mappings fail. + * Possible overflow with spell file where the tree length is corrupted. + CVE-2017-5953 bsc#1024724 + * When running the command line tests there is a one second wait. + * Illegal memory access with "1;y". + + ------------------------------------------------------------------- Mon Feb 6 10:12:18 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 5798c4b..7e5af9c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0311 -%define patchlevel_compact 311 +%define patchlevel 0324 +%define patchlevel_compact 324 %define VIM_SUBDIR vim80 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}