Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2018-02-25 12:19:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Sun Feb 25 12:19:15 2018 rev:205 rq:578332 version:8.0.1525

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-02-18 11:37:06.968904388 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2018-02-25 
12:19:38.669455069 +0100
@@ -1,0 +2,97 @@
+Tue Feb 20 11:25:28 UTC 2018 - [email protected]
+
+- 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)
+ 
+-------------------------------------------------------------------

Old:
----
  vim-8.0.1442.tar.gz

New:
----
  vim-8.0.1525.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.rLZVgj/_old  2018-02-25 12:19:43.165292232 +0100
+++ /var/tmp/diff_new_pack.rLZVgj/_new  2018-02-25 12:19:43.165292232 +0100
@@ -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


++++++ vim-8.0.1442.tar.gz -> vim-8.0.1525.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.0.1442.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/vim-8.0.1525.tar.gz differ: char 30, line 1


Reply via email to