diff --git a/vim-8.0.1442.tar.gz b/vim-8.0.1442.tar.gz deleted file mode 100644 index c3331e1..0000000 --- a/vim-8.0.1442.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35990de2e358bc9880b1c4509f0446a3e36d2d4e0593945e4d02bd5ea12334eb -size 13432599 diff --git a/vim-8.0.1525.tar.gz b/vim-8.0.1525.tar.gz new file mode 100644 index 0000000..545aec3 --- /dev/null +++ b/vim-8.0.1525.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1702816c7c99d20419ab13c8abed0dc791a663079ed7753a9efc4e2c8dbdaad +size 13448219 diff --git a/vim.changes b/vim.changes index c63d493..777e337 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,100 @@ +------------------------------------------------------------------- +Tue Feb 20 11:25:28 UTC 2018 - idonmez@suse.com + +- Updated to revision 1525, fixes the following problems + * Compiler complains about uninitialized variable. (Tony Mechelynck) + * Missing -D_FILE_OFFSET_BITS=64 may cause problems if a library is compiled + with it. + * Cannot act on edits in the command line. + * Acessing freed memory after window command in auto command. (gy741) + * Still too many old style tests. + * Segmentation fault when Ruby throws an exception inside :rubyfile command. + * Slow redrawing with DirectX. + * Endless loop when gui_mch_stop_blink() is called while blink_state is + BLINK_OFF. (zdohnal) + * It is difficult to set the python home directory properly for Python + 2.7 and 3.5 since both use $PYTHONHOME. + * Terminal test fails on some systems. (jonathonf) + * Terminal test fails on some slow terminals. + * When in silent mode too much output is buffered. + * If $SHELL contains a space then the default value of 'shell' is + incorrect. (Matthew Horan) + * Timer test on travis Mac is still flaky. + * Clojure now supports a shebang line. + * Filetype detection test does not check all scripts. + * Cannot handle change of directory. + * Missing file in patch. + * Missing another file in patch. + * Missing yet another file in patch. + * Test fails without 'autochdir' option. + * Completing directory after :find does not add slash. + * Python2 and python3 detection not tested. (Matej Cepl) + * Older GTK versions don't have gtk_entry_get_text_length(). + * Libvterm doesn't handle illegal byte sequence correctly. + * Illegal memory access in del_bytes(). + * When package path is a symlink adding it to 'runtimepath' happens at + the end. + * Integer overflow when using regexp pattern. (geeknik) + * On MS-Windows CursorIM highlighting no longer works. + * MS-Windows: nsis installer is a bit slow. + * MS-Windows: D&D fails between 32 and 64 bit apps. + * Visual C 2017 has multiple MSVCVER numbers. + * Invalid memory access in read_redo(). (gy741) + * Screen isn't always updated right away. + * Redraw flicker when moving the mouse outside of terminal window. + * Unnecessary condition for "len" being zero. + * Insert mode completion state is confusing. + * Patch missing change. + * Clearing a pointer takes two lines. + * Using feedkeys() does not work to test Insert mode completion. (Lifepillar) + * Searchpair() might return an invalid value on timeout. + * Reduntant conditions. + * Weird autocmd may cause arglist to be changed recursively. + * Accessing invalid memory with "it". (Dominique Pelle) + * Test 14 fails. + * Emacs tags no longer work. (zdohnal) + * There is no easy way to get the global directory, esp. if some windows + have a local directory. + * Number of spell regions is spread out through the code. + * The minimum width of the popup menu is hard coded. + * Memory leak in balloon_split(). + * Completion items cannot be annotated. + * No autocmd triggered in Insert mode with visible popup menu. + * Having 'pumwidth' default to zero has no merit. + * Clearing a pointer takes two lines. + * Getting the jump list requires parsing the output of :jumps. + * Getjumplist() returns duplicate entries. (lacygoill) + * Out-of-memory situation not correctly handled. (Coverity) + * Possible NULL pointer dereference. (Coverity) + * Out-of-memory situation not correctly handled. (Coverity) + * In out-of-memory situation character is not restored. (Coverity) + * Access memory beyond end of string. (Coverity) + * Win32: the screen may be cleared on startup. + * Debugger can't break on a condition. (Charles Campbell) + * New version of HP NonStop (Tandem) doesn't like the default header + for setenv(). + * Timer test is a bit flaky. + * The :drop command is not always available. + * Test for failing drag-n-drop command no longer fails. + * Cannot test if a command causes a beep. + * Some code for the debugger watch expression is clumsy. + * Warning for possibly using NULL pointer. (Coverity) + * The jumplist is not always properly cleaned up. + * Getting the list of changes is not easy. + * BufWinEnter event fired when opening hidden terminal. + * Errors for job options are not very specific. + * Invalid memory acces with pattern using look-behind match. (Dominique + Pelle) + * Error messages suppressed after ":silent! try". (Ben Reilly) + * Getchangelist() does not use argument as bufname(). + * Cursor is in the wrong line when using a WinBar in a Terminal window. + * Shift-Tab does not work in a terminal window. + * Popup menu is positioned in the wrong place. (Davit Samvelyan, Boris + Staletic) + * Cannot write and read terminal screendumps. + * Compiler warnings for uninitialized variables. (Tony Mechelynck) + * Using :wqa exits even if a job runs in a terminal window. (Jason Felice) + ------------------------------------------------------------------- Wed Feb 14 12:39:39 UTC 2018 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index f4ce6b6..2054f80 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.0 -%define patchlevel 1442 +%define patchlevel 1525 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site