Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2018-08-02 14:56:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Thu Aug  2 14:56:20 2018 rev:215 rq:626508 version:8.1.0229

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-07-23 17:58:35.597110778 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2018-08-02 
14:56:24.168102108 +0200
@@ -1,0 +2,24 @@
+Mon Jul 30 15:14:57 UTC 2018 - mimi...@gmail.com
+
+- update to 8.1.0229
+- refresh disable-unreliable-tests.patch and vim-7.4-disable_lang_no.patch
+  * Crash when dumping profiling data.
+  * Dropping files is ignored while Vim is busy.
+  * Mode() does not indicate using CTRL-O from Insert mode.
+  * Hang in bracketed paste mode when t_PE not encountered.
+  * Completing shell command finds sub-directories in $PATH.
+  * Ruby converts v:true and v:false to a number.
+  * Expanding ## fails to escape backtick.
+  * Cannot add matches to another window. 
+  * Compiler warning for variable set but not used.
+  * No error if configure --with-x cannot configure X.
+  * +autochdir feature not reported by has() or :version.
+  * CTRL-W CR does not work properly in a quickfix window
+  * Preferred cursor column not set in interfaces.
+  * Expanding a file name "~" results in $HOME.
+  * Stderr output from Ruby messes up display.
+  * Invalid memory access with invalid modeline.
+  * :version always shows +packages.
+  * Newer Python uses "importlib" instead of "imp".
+ 
+-------------------------------------------------------------------

Old:
----
  vim-8.1.0200.tar.gz

New:
----
  vim-8.1.0229.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.kLkTa9/_old  2018-08-02 14:56:25.440104240 +0200
+++ /var/tmp/diff_new_pack.kLkTa9/_new  2018-08-02 14:56:25.448104253 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.1
-%define patchlevel 0200
+%define patchlevel 0229
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim81
 %define site_runtimepath %{_datadir}/vim/site

++++++ disable-unreliable-tests.patch ++++++
--- /var/tmp/diff_new_pack.kLkTa9/_old  2018-08-02 14:56:25.504104347 +0200
+++ /var/tmp/diff_new_pack.kLkTa9/_new  2018-08-02 14:56:25.504104347 +0200
@@ -1,8 +1,8 @@
-Index: vim-8.1.0178/src/testdir/test_alot.vim
+Index: vim-8.1.0229/src/testdir/test_alot.vim
 ===================================================================
---- vim-8.1.0178.orig/src/testdir/test_alot.vim
-+++ vim-8.1.0178/src/testdir/test_alot.vim
-@@ -33,12 +33,10 @@ source test_join.vim
+--- vim-8.1.0229.orig/src/testdir/test_alot.vim
++++ vim-8.1.0229/src/testdir/test_alot.vim
+@@ -33,13 +33,11 @@ source test_join.vim
  source test_jumps.vim
  source test_lambda.vim
  source test_lispwords.vim
@@ -10,12 +10,13 @@
  source test_match.vim
  source test_menu.vim
  source test_messages.vim
+ source test_modeline.vim
  source test_partial.vim
 -source test_popup.vim
  source test_put.vim
  source test_recover.vim
  source test_reltime.vim
-@@ -54,7 +52,6 @@ source test_tabpage.vim
+@@ -55,7 +53,6 @@ source test_tabpage.vim
  source test_tagcase.vim
  source test_tagjump.vim
  source test_taglist.vim
@@ -23,10 +24,10 @@
  source test_true_false.vim
  source test_unlet.vim
  source test_virtualedit.vim
-Index: vim-8.1.0178/src/testdir/Makefile
+Index: vim-8.1.0229/src/testdir/Makefile
 ===================================================================
---- vim-8.1.0178.orig/src/testdir/Makefile
-+++ vim-8.1.0178/src/testdir/Makefile
+--- vim-8.1.0229.orig/src/testdir/Makefile
++++ vim-8.1.0229/src/testdir/Makefile
 @@ -144,8 +144,5 @@ test_gui_init.res: test_gui_init.vim
        $(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S 
runtest.vim $<
        @rm vimcmd
@@ -36,10 +37,10 @@
 -
  test_xxd.res:
        XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim 
test_xxd.vim
-Index: vim-8.1.0178/src/testdir/Make_all.mak
+Index: vim-8.1.0229/src/testdir/Make_all.mak
 ===================================================================
---- vim-8.1.0178.orig/src/testdir/Make_all.mak
-+++ vim-8.1.0178/src/testdir/Make_all.mak
+--- vim-8.1.0229.orig/src/testdir/Make_all.mak
++++ vim-8.1.0229/src/testdir/Make_all.mak
 @@ -140,7 +140,6 @@ NEW_TESTS = test_arabic.res \
            test_netbeans.res \
            test_normal.res \







++++++ vim-7.4-disable_lang_no.patch ++++++
--- /var/tmp/diff_new_pack.kLkTa9/_old  2018-08-02 14:56:25.652104595 +0200
+++ /var/tmp/diff_new_pack.kLkTa9/_new  2018-08-02 14:56:25.652104595 +0200
@@ -1,17 +1,17 @@
-Index: vim-8.1.0115/src/po/Make_all.mak
+Index: vim-8.1.0229/src/po/Make_all.mak
 ===================================================================
---- vim-8.1.0115.orig/src/po/Make_all.mak
-+++ vim-8.1.0115/src/po/Make_all.mak
-@@ -23,7 +23,6 @@ LANGUAGES = \
-               ko.UTF-8 \
+--- vim-8.1.0229.orig/src/po/Make_all.mak
++++ vim-8.1.0229/src/po/Make_all.mak
+@@ -24,7 +24,6 @@ LANGUAGES = \
+               lv \
                nb \
                nl \
 -              no \
                pl \
                pl.UTF-8 \
                pl.cp1250 \
-@@ -63,7 +62,6 @@ MOFILES = \
-               ko.mo \
+@@ -64,7 +63,6 @@ MOFILES = \
+               lv.mo \
                nb.mo \
                nl.mo \
 -              no.mo \

++++++ vim-8.1.0200.tar.gz -> vim-8.1.0229.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.1.0200.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/vim-8.1.0229.tar.gz differ: char 20, line 1


Reply via email to