diff --git a/vim-8.0.0172.tar.gz b/vim-8.0.0172.tar.gz deleted file mode 100644 index 8ed6e4c..0000000 --- a/vim-8.0.0172.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb04babda7021bd49cb524a1b462c4a472740842a90e41f274f6409b0543931 -size 12955830 diff --git a/vim-8.0.0194.tar.gz b/vim-8.0.0194.tar.gz new file mode 100644 index 0000000..675a0f2 --- /dev/null +++ b/vim-8.0.0194.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06a4107f957bd5ee4abba03b645eabd5a31aedbbcd3137680871b5ddda37067 +size 12958475 diff --git a/vim.changes b/vim.changes index 3a25fc7..2983c26 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Jan 16 11:36:46 UTC 2017 - idonmez@suse.com + +- Updated to revision 194, fixes the following problems + * When compiling with EBCDIC defined the build fails. (Yaroslav Kuzmin) + * For completion "locale -a" is executed on MS-Windows, even though it + most likely won't work. + * Setting language in gvim on MS-Windows does not work when libintl.dll + is dynamically linked with msvcrt.dll. + * Using :change in between :function and :endfunction fails. + * When opening a buffer on a directory and inside a try/catch then the + BufEnter event is not triggered. + * test_command_count may fail when a previous test interferes, seen on + MS-Windows. + * 'formatprg' is a global option but the value may depend on the type of + buffer. (Sung Pae) + * Error E937 is used both for duplicate key in JSON and for trying to + delete a buffer that is in use. + * When 'cursorbind' and 'cursorcolumn' are both on, the column highlignt + in non-current windows is wrong. + * When 'cursorbind' and 'cursorline' are set, but 'cursorcolumn' is not, + then the cursor line highlighting is not updated. (Hirohito Higashi) + * Ubsan warns for using a pointer that is not aligned. + * When in Ex mode and an error is caught by try-catch, Vim still exits + with a non-zero exit code. + * The system() test fails on MS-Windows. + * The error message from assert_notequal() is confusing. + * Building with a new Ruby version fails. + * Using NOT_VALID for redraw_later() to update the cursor line/column + highlighting is not efficient. + * There are no tests for the :profile command. + * Detecting duplicate tags uses a slow linear search. + * Some systems do not have ruby_sysinit(), causing the build to fail. + * Build fails with tiny features. + * Accidentally removed #ifdef. + * Profile tests fails if total and self time are equal. + ------------------------------------------------------------------- Thu Jan 12 11:55:45 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index cbfa18b..b4ddcc6 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0172 -%define patchlevel_compact 172 +%define patchlevel 0194 +%define patchlevel_compact 194 %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}