Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2017-01-24 10:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2017-01-15 11:09:09.030273759 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2017-01-24 
10:30:00.103322246 +0100
@@ -1,0 +2,42 @@
+Thu Jan 19 09:55:20 UTC 2017 - [email protected]
+
+- Add missing %changelog to spec.skeleton 
+
+-------------------------------------------------------------------
+Mon Jan 16 11:36:46 UTC 2017 - [email protected]
+
+- 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. 
+
+-------------------------------------------------------------------

Old:
----
  vim-8.0.0172.tar.gz

New:
----
  vim-8.0.0194.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.nfkUle/_old  2017-01-24 10:30:02.163030145 +0100
+++ /var/tmp/diff_new_pack.nfkUle/_new  2017-01-24 10:30:02.167029578 +0100
@@ -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}


++++++ spec.skeleton ++++++
--- /var/tmp/diff_new_pack.nfkUle/_old  2017-01-24 10:30:02.343004622 +0100
+++ /var/tmp/diff_new_pack.nfkUle/_new  2017-01-24 10:30:02.343004622 +0100
@@ -49,3 +49,4 @@
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
 
+%changelog

++++++ vim-8.0.0172.tar.gz -> vim-8.0.0194.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.0.0172.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/vim-8.0.0194.tar.gz differ: char 13, line 1


Reply via email to