Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2020-01-02 14:40:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Thu Jan  2 14:40:30 2020 rev:248 rq:760080 version:8.2.0063

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2019-12-16 15:19:01.895172571 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new.6675/vim.changes        2020-01-02 
14:40:42.996896980 +0100
@@ -1,0 +2,59 @@
+Mon Dec 30 21:12:22 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- Updated to version 8.2.0063, fixes the following problems
+  * #endif comments do not reflect corresponding #ifdef.
+  * "dj" only deletes first line of closed fold.
+  * Build file dependencies are incomplete.
+  * Get E685 and E931 if buffer reload is interrupted.
+  * Duplication in version info.
+  * Test using long file name may fail. (Vladimir Lomov)
+  * Popup menu positioned wrong with folding in two tabs.
+  * Test72 is old style.
+  * Test64 is old style.
+  * Screen updating wrong when opening preview window.
+  * Some undo functionality is not tested.
+  * Not using a typedef for condstack.
+  * Test69 and test95 are old style.
+  * Not all modeline variants are tested.
+  * Test name used twice, option not restored properly.
+  * :join does not add white space where it should. (Zdenek Dohnal)
+  * Cannot get number of lines of another buffer.
+  * Mouse clicks in the command line not tested.
+  * Click in popup window doesn't close it in the GUI. (Sergey Vlasov)
+  * Command line editing not sufficiently tested.
+  * Filetype Rego not recognized.
+  * Repeated word in comment.
+  * Still some /* */ comments.
+  * Searchpairpos() is not tested.
+  * "gF" does not work on output of "verbose command".
+  * Crash when make_extmatch() runs out of memory.
+  * Missing check for out of memory.
+  * Saving and restoring called_emsg is clumsy.
+  * Not enough test coverage for match functions.
+  * Missing renamed message.
+  * Spell suggestions insufficiently tested.
+  * Memory access error when "z=" has no suggestions.
+  * Timers test is still flaky on Travis for Mac.
+  * Leaking memory when selecting spell suggestion.
+  * Clearing funccal values twice.
+  * Timers test is still flaky on Travis for Mac.
+  * Expression type is used inconsistently.
+  * Script test fails.
+  * Tests for spell suggestions are slow.
+  * Another timers test is flaky on Travis for Mac.
+  * Command line completion not fully tested.
+  * After deleting a file mark it is still in viminfo.
+  * Command line completion test skipped. (Christian Brabandt)
+  * More-prompt not properly tested.
+  * windowsversion() does not always return the right value.
+  * :diffget and :diffput don't have good completion.
+  * Cannot use ":gui" in vimrc with VIMDLL enabled.
+  * Execution stack is incomplete and inefficient.
+  * Cannot build with small features.
+  * Running tests changes ~/.viminfo.
+  * Compiler warnings for unused variables in small build. (Tony Mechelynck)
+  * Message test only runs with one encoding. (Dominique Pelle)
+  * The execute stack can grow big and never shrinks.
+  * Wrong size argument to vim_snprintf(). (Dominique Pelle)
+
+-------------------------------------------------------------------

Old:
----
  vim-8.2.0000.tar.gz

New:
----
  vim-8.2.0063.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.QSUzdl/_old  2020-01-02 14:40:44.276897486 +0100
+++ /var/tmp/diff_new_pack.QSUzdl/_new  2020-01-02 14:40:44.280897488 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.2
-%define patchlevel 0000
+%define patchlevel 0063
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim82
 %define site_runtimepath %{_datadir}/vim/site

++++++ disable-unreliable-tests.patch ++++++
--- /var/tmp/diff_new_pack.QSUzdl/_old  2020-01-02 14:40:44.320897504 +0100
+++ /var/tmp/diff_new_pack.QSUzdl/_new  2020-01-02 14:40:44.320897504 +0100
@@ -1,7 +1,7 @@
-Index: vim-8.1.2233/src/testdir/test_alot.vim
+Index: vim-8.2.0063/src/testdir/test_alot.vim
 ===================================================================
---- vim-8.1.2233.orig/src/testdir/test_alot.vim
-+++ vim-8.1.2233/src/testdir/test_alot.vim
+--- vim-8.2.0063.orig/src/testdir/test_alot.vim
++++ vim-8.2.0063/src/testdir/test_alot.vim
 @@ -44,7 +44,6 @@ source test_messages.vim
  source test_modeline.vim
  source test_move.vim
@@ -10,19 +10,11 @@
  source test_put.vim
  source test_recover.vim
  source test_reltime.vim
-@@ -64,7 +63,6 @@ source test_tagcase.vim
- source test_tagfunc.vim
- source test_tagjump.vim
- source test_taglist.vim
--source test_timers.vim
- source test_true_false.vim
- source test_unlet.vim
- source test_virtualedit.vim
-Index: vim-8.1.2233/src/testdir/Make_all.mak
+Index: vim-8.2.0063/src/testdir/Make_all.mak
 ===================================================================
---- vim-8.1.2233.orig/src/testdir/Make_all.mak
-+++ vim-8.1.2233/src/testdir/Make_all.mak
-@@ -64,7 +64,6 @@ NEW_TESTS = \
+--- vim-8.2.0063.orig/src/testdir/Make_all.mak
++++ vim-8.2.0063/src/testdir/Make_all.mak
+@@ -54,7 +54,6 @@ NEW_TESTS = \
        test_autoload \
        test_backspace_opt \
        test_backup \
@@ -30,7 +22,7 @@
        test_balloon_gui \
        test_behave \
        test_blob \
-@@ -192,7 +191,6 @@ NEW_TESTS = \
+@@ -184,7 +183,6 @@ NEW_TESTS = \
        test_netbeans \
        test_normal \
        test_number \
@@ -38,7 +30,7 @@
        test_packadd \
        test_partial \
        test_paste \
-@@ -303,7 +301,6 @@ NEW_TESTS_RES = \
+@@ -297,7 +295,6 @@ NEW_TESTS_RES = \
        test_autocmd.res \
        test_autoload.res \
        test_backspace_opt.res \
@@ -46,10 +38,10 @@
        test_balloon_gui.res \
        test_blob.res \
        test_blockedit.res \
-Index: vim-8.1.2233/src/testdir/Makefile
+Index: vim-8.2.0063/src/testdir/Makefile
 ===================================================================
---- vim-8.1.2233.orig/src/testdir/Makefile
-+++ vim-8.1.2233/src/testdir/Makefile
+--- vim-8.2.0063.orig/src/testdir/Makefile
++++ vim-8.2.0063/src/testdir/Makefile
 @@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
  # Explicit dependencies.
  test49.out: test49.vim







++++++ vim-8.2.0000.tar.gz -> vim-8.2.0063.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.2.0000.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new.6675/vim-8.2.0063.tar.gz differ: char 29, 
line 1


Reply via email to