Hello community,

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

Package is "vim"

Mon Nov 12 09:48:15 2018 rev:223 rq:646073 version:8.1.0503

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-10-23 20:33:11.801059992 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2018-11-12 
09:48:25.276555379 +0100
@@ -1,0 +2,27 @@
+Fri Nov  2 12:49:10 UTC 2018 - Ondřej Súkup <[email protected]>
+
+- Updated to 8.1.0503, fixes the following problems
+- small change in vim-changelog.sh
+  * Failure when setting 'varsofttabstop' to end in a comma.
+  * When "Terminal" highlight is reverted cursor doesn't show.
+  * Some file types are not recognized.
+  * term_start() does not check if directory is accessible.
+  * Can't build in MS-Windows.
+  * No menus specifically for the terminal window.
+  * Using freed memory in quickfix code.
+  * Crash when autocmd clears vimpgrep location list.
+  * If a terminal dump has CR it is considered corrupt.
+  * "Edit with existing Vim" list can get long.
+  * argv() and argc() only work on the current argument list.
+  * Functions do not check for a window ID in other tabs.
+  * :filter only supports some commands.
+  * No tests for indent files.
+  * :%diffput changes order of lines.
+  * /etc/gitconfig not recognized at a gitconfig file.
+  * :2vimgrep causes an ml_get error
+  * Cleaning up in src/tee may not always work.
+  * Cppcheck warns for using array index before bounds check.
+  * Internal diff fails when diffing a context diff.
+  * Missing change to diff test.
+
+-------------------------------------------------------------------

Old:
----
  vim-8.1.0479.tar.gz

New:
----
  vim-8.1.0503.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.6e7wJ4/_old  2018-11-12 09:48:26.780553110 +0100
+++ /var/tmp/diff_new_pack.6e7wJ4/_new  2018-11-12 09:48:26.788553098 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.1
-%define patchlevel 0479
+%define patchlevel 0503
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim81
 %define site_runtimepath %{_datadir}/vim/site







++++++ vim-8.1.0479.tar.gz -> vim-8.1.0503.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.1.0479.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/vim-8.1.0503.tar.gz differ: char 31, line 1

++++++ vim-changelog.sh ++++++
--- /var/tmp/diff_new_pack.6e7wJ4/_old  2018-11-12 09:48:27.196552482 +0100
+++ /var/tmp/diff_new_pack.6e7wJ4/_new  2018-11-12 09:48:27.196552482 +0100
@@ -3,7 +3,7 @@
 directory=http://ftp.vim.org/pub/vim/patches
 version=8.1
 
-echo "Updated to revision $(echo $2 | sed 's/^0*//'), fixes the following 
problems"
+echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the 
following problems"
 for i in {$1..$2}; do
     curl $directory/$version/$version.$i -s | grep -v "Binary file (standard 
input) matches" | \
     tr -d '\n' | grep -oP "Problem:.*Solution:" | sed s,"Problem:    ","  * ", 
| sed s,"Solution:",, | \


Reply via email to