Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2016-06-03 16:38:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-31 12:08:32.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2016-06-03 
16:38:15.000000000 +0200
@@ -1,0 +2,51 @@
+Fri Jun  3 09:55:54 UTC 2016 - [email protected]
+
+- Updated to revision 1883, fixes the following problems
+  * Python: encoding error with Python 2.
+  * Memory leaks in test49.
+  * Invalid memory access when exiting with EXITFREE defined.
+  * Memory leak in test_matchstrpos.
+  * Setting really_exiting causes memory leaks to be reported.
+  * Appending to the quickfix list while the quickfix window is open
+    is very slow.
+  * When a callback adds a timer the GUI doesn't use it until later.
+  * Comparing functions and partials doesn't work well.
+  * Typing "k" at the hit-enter prompt has no effect.
+  * Whether a job has exited isn't detected until a character is typed.
+    After calling exit_cb the cursor is in the wrong place.
+  * Channel test is flaky.
+  * Appending to a long quickfix list is slow.
+  * Check for line break at end of line wrong.
+  * Cppcheck found 2 incorrect printf formats.
+
+-------------------------------------------------------------------
+Wed Jun  1 07:18:35 UTC 2016 - [email protected]
+
+- Updated to revision 1862, fixes the following problems
+  * Using a partial for timer_start() may cause a crash.
+  * Compiler warnings with 64 bit compiler.
+  * string() with repeated argument does not give a result usable
+    by eval(). 
+
+-------------------------------------------------------------------
+Mon May 30 09:05:44 UTC 2016 - [email protected]
+
+- Updated to revision 1859, fixes the following problems
+  * Tests involving Python are flaky.
+  * Ubsan detects a multiplication overflow.
+  * Getting an item from a NULL dict crashes.
+  * Can't build with Strawberry Perl 5.24 (obsoletes perl-5.24.patch)
+  * Still trying to read from channel that is going to be closed.
+  * GUI freezes when using a job.
+  * test_syn_attr fails when using the GUI.
+  * Unix: Cannot run all tests with the GUI.
+  * Crash when job and channel are in the same dict while using partials.
+  * When setting 'termguicolors' the Ignore highlighting doesn't work.
+  * Valgrind reports memory leak for job that is not freed.
+  * When a channel appends to a buffer that is 'nomodifiable' there
+    is an error but appending is done anyway.
+  * When a channel writes to a buffer it doesn't find a buffer by
+    the short name but re-uses it anyway.
+  * Cannot use a function reference for "exit_cb". 
+
+-------------------------------------------------------------------

Old:
----
  perl-5.24.patch
  v7.4.1842.tar.gz

New:
----
  v7.4.1883.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.pdD5YT/_old  2016-06-03 16:38:17.000000000 +0200
+++ /var/tmp/diff_new_pack.pdD5YT/_new  2016-06-03 16:38:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define patchlevel  1842
+%define patchlevel  1883
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE="make -e" %{?_smp_mflags}
@@ -90,7 +90,6 @@
 Patch18:        %{name}-7.3-filetype_spec.patch
 Patch21:        %{name}-7.3-filetype_changes.patch
 Patch22:        %{name}-7.4-filetype_mine.patch
-Patch23:        perl-5.24.patch
 Patch100:       vim73-no-static-libpython.patch
 
 %description
@@ -165,7 +164,6 @@
 %patch18 -p1
 %patch21 -p1
 %patch22 -p1
-%patch23 -p1
 %patch100 -p1
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
 


++++++ v7.4.1842.tar.gz -> v7.4.1883.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/v7.4.1842.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/v7.4.1883.tar.gz differ: char 15, line 1


Reply via email to