diff --git a/vim-8.0.0102.tar.gz b/vim-8.0.0102.tar.gz deleted file mode 100644 index 119bad3..0000000 --- a/vim-8.0.0102.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ec25523841812505aed05230296272c6598696b1bffb58fdbd21d6589839441 -size 12945134 diff --git a/vim-8.0.0124.tar.gz b/vim-8.0.0124.tar.gz new file mode 100644 index 0000000..8d1ae81 --- /dev/null +++ b/vim-8.0.0124.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d15d4a9f9ea94a84679c540f636316a2fe18fa306b7c238d260767f8ec96855 +size 12948247 diff --git a/vim.changes b/vim.changes index 675a4e3..7eecb2d 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Dec 6 10:34:58 UTC 2016 - idonmez@suse.com + +- Updated to revision 124, fixes the following problems + * May not process channel readahead. (skywind) + * Value of 'thesaurus' option not checked properly. + * When using ch_read() with zero timeout, can't tell the difference between + reading an empty line and nothing available. + * Cannot use a semicolon in 'backupext'. (Jeff) + * When reading channel output in a timer, messages may go missing. (Skywind) + * The channel "drop" option is not tested. + * Still checking if memcmp() exists while every system should have it now. + * Drop command doesn't use existing window. + * The :history command is not tested. + * Tests 92 and 93 are old style. + * When reading English help and using CTRl-] the language from 'helplang' + is used. + * Parallel make fails. (J. Lewis Muir) + * No test for using CTRL-R on the command line. + * Setting 'cursorline' changes the curswant column. (Daniel Hahler) + * Internal error for assert_inrange(1, 1). + ------------------------------------------------------------------- Sat Nov 26 09:21:03 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 2fa25cc..281e9e6 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0102 -%define patchlevel_compact 102 +%define patchlevel 0124 +%define patchlevel_compact 124 %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}