Hello community,

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

Package is "vim"

Tue Oct  2 19:40:25 2018 rev:220 rq:638680 version:8.1.0436

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-09-20 11:38:36.772956889 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2018-10-02 
19:40:35.190284046 +0200
@@ -1,0 +2,30 @@
+Wed Sep 26 19:14:26 UTC 2018 - Ondřej Súkup <[email protected]>
+
+- Updated to revision 436, fixes the following problems
+  * Can't get swap name of another buffer.
+  * The DiffUpdate event isn't triggered for :diffput.
+  * Header file missing from distribution.
+  * Accessing invalid memory with long argument name.
+  * Too many #ifdefs for GTK.
+  * Several command line arguments are not tested.
+  * Quickfix code mixes using the stack and a list pointer.
+  * Startup test fails on MS-Windows.
+  * The ex_copen() function is too long.
+  * Renamed file missing from distribution.
+  * Cannot build with GTK 2.4.
+  * Test output is duplicated or missing.
+  * v:option_old and v:option_new are cleared when using :set in OptionSet
+  autocmd.
+  * Not actually using 16 colors with vtp.
+  * Sort doesn't report deleted lines.
+  * Several command line arguments are not tested.
+  * ml_get error and crash with appendbufline().
+  * Accessing invalid memory in SmcOpenConnection().
+  * The qf_jump() function is too long.
+  * Compiler warning for signed/unsigned.
+  * Mapping can obtain text from inputsecret
+  * copy_loclist() is too long.
+  * Cursorline highlight not removed in some situation.
+  * Can get the text of inputsecret() with getcmdline()
+
+-------------------------------------------------------------------

Old:
----
  vim-8.1.0401.tar.gz

New:
----
  vim-8.1.0436.tar.gz
  vim-changelog.sh

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.9f5LFO/_old  2018-10-02 19:40:37.030281314 +0200
+++ /var/tmp/diff_new_pack.9f5LFO/_new  2018-10-02 19:40:37.034281307 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.1
-%define patchlevel 0401
+%define patchlevel 0436
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim81
 %define site_runtimepath %{_datadir}/vim/site
@@ -48,6 +48,7 @@
 Source27:       gvim_48.png
 Source28:       gvim_64.png
 Source29:       gvim_96.png
+Source98:       vim-changelog.sh
 Source99:       %{name}-7.4-rpmlintrc
 Patch3:         %{name}-7.4-disable_lang_no.patch
 Patch4:         %{name}-7.3-gvimrc_fontset.patch







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

++++++ vim-changelog.sh ++++++
#!/usr/bin/env zsh

directory=http://ftp.vim.org/pub/vim/patches
version=8.1

echo "Updated to revision $(echo $2 | sed 's/^0*//'), 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:",, | \
    tr '\t' '\n' | sed  s,'           ','', | fmt -w 80
done

Reply via email to