Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2016-10-22 13:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2016-09-17 14:36:27.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2016-10-22 
13:02:33.000000000 +0200
@@ -1,0 +2,65 @@
+Wed Oct 19 07:49:14 UTC 2016 - idon...@suse.com
+
+- Updated to revision 45, fixes the following problems
+  * Cannot use overlapping positions with matchaddpos().
+  * No completion for ":messages".
+  * Order of matches for 'omnifunc' is messed up. (Danny Su)
+  * Detecting that a job has finished may take a while.
+  * Get E924 when switching tabs.
+  * OPEN_CHR_FILES not defined for FreeBSD using Debian userland files.
+  * When Vim 8 reads an old viminfo and exits, the next time marks are not
+  read from viminfo. (Ned Batchelder)
+  * Whole line highlighting with matchaddpos() does not work.
+  * When using Insert mode completion but not actually inserting anything
+  an undo item is still created. (Tommy Allen)
+  * When using Insert mode completion with 'completeopt' containing "noinsert"
+  change is not saved for undo.  (Tommy Allen)
+  * When using Insert mode completion with 'completeopt' containing "noinsert"
+  with CTRL-N the change is not saved for undo.  (Tommy            Allen)
+  * In diff mode the cursor may end up below the last line, resulting in an
+  ml_get error.
+  * Calling job_stop() right after job_start() does not work. 
+
+-------------------------------------------------------------------
+Fri Oct 14 07:26:14 UTC 2016 - idon...@suse.com
+
+- Updated to revision 32, fixes the following problems
+  * getwinvar() returns wrong Value of boolean and number options, especially
+  non big endian systems. (James McCoy)
+  * A string argument for function() that is not a function name results in
+  an error message with NULL. (Christian Brabandt)
+  * Netbeans test fails with Python 3. (Jonathonf)
+  * ":lb" is interpreted as ":lbottom" while the documentation says it means
+  ":lbuffer".
+  * Vim 7.4 is still mentioned in a few places.
+  * Popup complete test is disabled.
+  * Unnecessary workaround for AppVeyor.
+  * Crash when editing file that starts with crypt yeader. (igor2x)
+  * On OSX Test_pipe_through_sort_all() sometimes fails.
+  * Typos in comments.
+  * Missing comma in list.
+  * Crypt tests are old style.
+  * Can't tell which part of a channel has "buffered" status.
+  * Build fails.
+  * Cannot get the number of the current quickfix or location list.
+  * When using ":sleep" channel input is not handled.
+  * Test_command_count is old style.
+  * The regexp engines are not reentrant.
+  * In the GUI when redrawing the cursor it may be on the second half of a
+  double byte character.
+  * If a channel in NL mode is missing the NL at the end the remaining
+  characters are dropped.
+  * "gd" and "gD" may find a match in a comment or string.
+  * When the netbeans channel closes, "DETACH" is put in the output
+  part. (Ozaki Kiichi)
+  * Inconsistent use of spaces vs tabs in gd test.
+  * Error format with %W, %C and %Z does not work. (Gerd Wachsmuth)
+  * A channel is closed when reading on stderr or stdout fails, but there
+  may still be something to read on another part.
+  * Superfluous semicolons.
+  * Code for MS-Windows is complicated because of the exceptions for old
+  systems.
+  * Mouse mode is not automatically detected for tmux.
+  * After ":bwipeout" 'fileformat' is not set to the right default. 
+
+-------------------------------------------------------------------

Old:
----
  v8.0.0003.tar.gz

New:
----
  v8.0.0045.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.7stpn0/_old  2016-10-22 13:02:35.000000000 +0200
+++ /var/tmp/diff_new_pack.7stpn0/_new  2016-10-22 13:02:35.000000000 +0200
@@ -17,8 +17,8 @@
 
 
 %define pkg_version 8.0
-%define patchlevel  0003
-%define patchlevel_compact 3
+%define patchlevel  0045
+%define patchlevel_compact 45
 %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}


++++++ v8.0.0003.tar.gz -> v8.0.0045.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/v8.0.0003.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/v8.0.0045.tar.gz differ: char 26, line 1


Reply via email to