Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2019-06-22 11:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Sat Jun 22 11:23:46 2019 rev:237 rq:710357 version:8.1.1561

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2019-06-07 12:17:25.888808283 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new.4615/vim.changes        2019-06-22 
11:23:52.193366528 +0200
@@ -1,0 +2,103 @@
+Mon Jun 17 13:30:58 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- Updated to version 8.1.1561, fixes the following problems
+- refreshed patches:
+    disable-unreliable-tests.patch
+    vim-7.4-highlight_fstab.patch
+  * Cscope test fails.
+  * The generated desktop files may be invalid.
+  * No test for checking the cursor style response.
+  * New Unicode character U32FF missing from double-width table.
+  * 'background' not correctly set for 2-digit rgb termresponse.
+  * Add_termcap_entry() is not tested.
+  * New resolve() implementation causes problem for plugins.
+  * 'ttybuiltin' is not tested.
+  * Search string not displayed when 'rightleft' is set.
+  * No statistics displayed after running tests.
+  * Test summary fails in the tiny version.
+  * Still an error when running tests with the tiny version.
+  * Change included for debugging only.
+  * Length for two-digit rgb termresponse is off by one.
+  * No test for wincol() depending on the 'number' option.
+  * Skipped tests are not properly listed.
+  * Some tests are slow.
+  * Double free when garbage_collect() is used in autocommand.
+  * A listener change is merged even when it adds a line. (Paul Jolly)
+  * Older msgfmt cannot generate proper .desktop file.
+  * Summary of tests has incorrect failed count.
+  * Sign order wrong when priority was changed.
+  * When a single test fails the exit code is not set. (Daniel Hahler)
+  * When skipping over code after an exception was thrown expression evaluation
+  is aborted after a function call. (Ingo Karkat)
+  * Redrawing with popups is slow and causes flicker.
+  * Build failure.
+  * Memory access error.
+  * Popup window height is not recomputed.
+  * Accessing memory beyond allocated space.
+  * ":write" increments b:changedtick even though nothing changed. (Daniel
+  Hahler)
+  * Ruler not updated after popup window was removed.
+  * Wrong shell command when building with VIMDLL and "!" in 'guioptions'.
+  * New behavior of b:changedtick not tested.
+  * Cannot play any sound.
+  * Sound test fails on Travis.
+  * Sound test still fails on Travis.
+  * Running "make clean" twice gives errors.
+  * Syntax error in Travis config.
+  * Sound test still fails on Travis.
+  * Sound keeps failing on Travis.
+  * Cmdline_row can become negative, causing a crash.
+  * A plugin cannot easily expand a command like done internally.
+  * Matches in a popup window are not displayed properly.
+  * ch_evalexpr() hangs when used recursively. (Paul Jolly)
+  * All popup functionality is in functions, except :popupclear.
+  * Memory leak reported for sound when build with EXITFREE.
+  * Time reported for a test measured wrong.
+  * When a popup changes all windows are redrawn.
+  * Crash when setting 'columns' while a popup is visible.
+  * 'backupskip' may contain duplicates.
+  * Popup windows are ignored when dealing with mouse position.
+  * When a popup window is closed the buffer remains.
+  * Popup_notification() not implemented yet.
+  * Cannot show range of buffer lines in popup window.
+  * Tests are silently skipped.
+  * Cannot move a popup window with the mouse.
+  * No numerical value for the patchlevel.
+  * When moving a popup window over the command line it is not redrawn.
+  * Popup_any_visible() is unused.
+  * Libcanberra is linked with even when not used.
+  * Travis config is not optimal.
+  * Clipboard type name is inconsistent.
+  * Build fails.
+  * Modeless selection in popup window selects too much.
+  * Popup select test fails on Mac.
+  * Popup select test still fails on Mac.
+  * Using "tab" for popup window can be confusing.
+  * Cannot specify highlighting for notifications.
+  * Not easy to define a variable and lock it.
+  * Cannot build without the +eval feature.
+  * Check for ASAN is not reliable.
+  * An OptionSet autocommand does not get enough info.
+  * Const test fails with small features.
+  * Some balloon tests don't run when they can.
+  * When the screen is to small there is no message about that. (Daniel Hahler)
+  * In some tests 'tags' is set but not restored. (Daniel Hahler)
+  * Functionality of bt_nofile() is confusing.
+  * Popup_dialog() is not implemented.
+  * Quickfix test fails.
+  * When a popup has left padding text may be cut off.
+  * Warning for shadowing popup_dragwin. (Dominique Pelle)
+  * Cursor position is wrong after sign column appears or disappears. (Yegappan
+  Lakshmanan)
+  * Not easy to change the text in a popup window.
+  * Docs and tests for :const can be improved.
+  * NOT_IN_POPUP_WINDOW is confusing. (Andy Massimino)
+  * The command displayed to show a failing screenshot does not include the
+  "testdir" directory.
+  * Compiler warning for unused variables in tiny version. (Tony Mechelynck)
+  * Popup_menu() and popup_filter_menu() are not implemented yet.
+  * Popup window title property not implemented yet.
+  * Popup window hidden option not implemented yet.
+  * Popup_setoptions() is not implemented yet.
+
+-------------------------------------------------------------------

Old:
----
  vim-8.1.1467.tar.gz

New:
----
  vim-8.1.1561.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.H2Gu0E/_old  2019-06-22 11:23:53.429367821 +0200
+++ /var/tmp/diff_new_pack.H2Gu0E/_new  2019-06-22 11:23:53.433367826 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.1
-%define patchlevel 1467
+%define patchlevel 1561
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim81
 %define site_runtimepath %{_datadir}/vim/site

++++++ disable-unreliable-tests.patch ++++++
--- /var/tmp/diff_new_pack.H2Gu0E/_old  2019-06-22 11:23:53.485367880 +0200
+++ /var/tmp/diff_new_pack.H2Gu0E/_new  2019-06-22 11:23:53.489367884 +0200
@@ -1,7 +1,7 @@
-Index: vim-8.1.1467/src/testdir/test_alot.vim
+Index: vim-8.1.1561/src/testdir/test_alot.vim
 ===================================================================
---- vim-8.1.1467.orig/src/testdir/test_alot.vim
-+++ vim-8.1.1467/src/testdir/test_alot.vim
+--- vim-8.1.1561.orig/src/testdir/test_alot.vim
++++ vim-8.1.1561/src/testdir/test_alot.vim
 @@ -37,14 +37,12 @@ source test_join.vim
  source test_jumps.vim
  source test_lambda.vim
@@ -25,19 +25,19 @@
  source test_true_false.vim
  source test_unlet.vim
  source test_virtualedit.vim
-Index: vim-8.1.1467/src/testdir/Make_all.mak
+Index: vim-8.1.1561/src/testdir/Make_all.mak
 ===================================================================
---- vim-8.1.1467.orig/src/testdir/Make_all.mak
-+++ vim-8.1.1467/src/testdir/Make_all.mak
+--- vim-8.1.1561.orig/src/testdir/Make_all.mak
++++ vim-8.1.1561/src/testdir/Make_all.mak
 @@ -64,7 +64,6 @@ NEW_TESTS = \
        test_autoload \
        test_backspace_opt \
        test_backup \
 -      test_balloon \
+       test_balloon_gui \
        test_behave \
        test_blob \
-       test_blockedit \
-@@ -187,7 +186,6 @@ NEW_TESTS = \
+@@ -189,7 +188,6 @@ NEW_TESTS = \
        test_netbeans \
        test_normal \
        test_number \
@@ -45,18 +45,18 @@
        test_packadd \
        test_partial \
        test_paste \
-@@ -294,7 +292,6 @@ NEW_TESTS_RES = \
+@@ -297,7 +295,6 @@ NEW_TESTS_RES = \
        test_autocmd.res \
        test_autoload.res \
        test_backspace_opt.res \
 -      test_balloon.res \
+       test_balloon_gui.res \
        test_blob.res \
        test_blockedit.res \
-       test_breakindent.res \
-Index: vim-8.1.1467/src/testdir/Makefile
+Index: vim-8.1.1561/src/testdir/Makefile
 ===================================================================
---- vim-8.1.1467.orig/src/testdir/Makefile
-+++ vim-8.1.1467/src/testdir/Makefile
+--- vim-8.1.1561.orig/src/testdir/Makefile
++++ vim-8.1.1561/src/testdir/Makefile
 @@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
  # Explicit dependencies.
  test49.out: test49.vim
@@ -66,7 +66,7 @@
  SCRIPTS_BENCH = bench_re_freeze.out
  
  .SUFFIXES: .in .out .res .vim
-@@ -166,8 +164,5 @@ test_gui_init.res: test_gui_init.vim
+@@ -176,8 +174,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
  







++++++ vim-7.4-highlight_fstab.patch ++++++
--- /var/tmp/diff_new_pack.H2Gu0E/_old  2019-06-22 11:23:53.673368077 +0200
+++ /var/tmp/diff_new_pack.H2Gu0E/_new  2019-06-22 11:23:53.673368077 +0200
@@ -1,7 +1,7 @@
-Index: vim-8.1.1467/runtime/syntax/fstab.vim
+Index: vim-8.1.1561/runtime/syntax/fstab.vim
 ===================================================================
---- vim-8.1.1467.orig/runtime/syntax/fstab.vim
-+++ vim-8.1.1467/runtime/syntax/fstab.vim
+--- vim-8.1.1561.orig/runtime/syntax/fstab.vim
++++ vim-8.1.1561/runtime/syntax/fstab.vim
 @@ -35,7 +35,7 @@ syn match fsOperator /[,=:#]/
  " Device
  syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
@@ -24,7 +24,7 @@
  syn keyword fsOptionsYesNo yes no
  syn cluster fsOptionsCheckCluster 
contains=fsOptionsExt2Check,fsOptionsFatCheck
  syn keyword fsOptionsSize 512 1024 2048
--syn keyword fsOptionsGeneral async atime auto bind current defaults dev 
devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move 
noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand 
norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq 
rw suid suiddir supermount sw sync union update user users wxallowed xx
+-syn keyword fsOptionsGeneral async atime auto bind current defaults dev 
devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move 
noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand 
norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq 
rw suid suiddir supermount sw sync union update user users wxallowed xx nofail
 +syn keyword fsOptionsGeneral async atime auto bind current defaults dev 
devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move 
noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand 
norelatime nosuid nosymfollow nouser owner pamconsole rbind rdonly relatime 
remount ro rq rw suid suiddir supermount sw sync union update user users 
wxallowed xx
  syn match fsOptionsGeneral /_netdev/
  

++++++ vim-8.1.1467.tar.gz -> vim-8.1.1561.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.1.1467.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new.4615/vim-8.1.1561.tar.gz differ: char 19, 
line 1


Reply via email to