Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2019-02-08 12:02:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Fri Feb  8 12:02:44 2019 rev:227 rq:672564 version:8.1.0877

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2019-01-11 14:00:26.440104950 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new.28833/vim.changes       2019-02-08 
12:02:53.057712386 +0100
@@ -1,0 +2,174 @@
+Thu Feb  7 12:47:37 UTC 2019 - Stephan Kulow <[email protected]>
+
+- Update to version 8.1.0887, fixes the following problems
+  * Undo with text properties not tested.
+  * setline() and setbufline() do not clear text properties.
+  * Text properties are not adjusted for :substitute.
+  * If a buffer was deleted a channel can't write to it.
+  * Channel test fails sometimes.
+  * When using text props may free memory that is not allocated.
+  * Internal error when using :popup.
+  * When test_edit fails 'insertmode' may not be reset and the next test may 
get stuck. (James McCoy)
+  * ":sign place" requires the buffer argument.
+  * Clearing the window is used too often, causing the command line to be 
cleared when opening a tab. (Miroslav Koškár)
+  * Compiler warning for uninitialized variable. (Tony Mechelynck)
+  * Using "gt" sometimes does not redraw a tab. (Jason Franklin)
+  * Sign message not translated and inconsistent spacing.
+  * ":sign place" only uses the current buffer.
+  * Compiler warnings with 64-bit compiler.
+  * Building with Ruby 2.6 gives compiler warnings.
+  * :colorscheme isn't tested enough
+  * Tabline is not always redrawn when something that is used in 'tabline' 
changes.
+  * Text property columns are not adjusted for changed indent.
+  * Third argument for redrawWinline() is always FALSE.
+  * Windows are updated for every added/deleted sign.
+  * When using timers may wait for job exit quite long.
+  * Test files still use function!.
+  * MS-Windows build instructions are a bit outdated.
+  * Images for NSIS take up too much space.
+  * Unessesary #if lines in GTK code.
+  * Superfluous call to redraw_win_later().
+  * Get warning message when 'completefunc' returns nothing.
+  * There is no function for the ":sign jump" command.
+  * A couple compiler warnings.
+  * Too many #ifdefs.
+  * Cannot easily change the current quickfx list index.
+  * Conceal mode is not sufficiently tested.
+  * Cannot build without the virtualedit feature.
+  * Cannot run specific test when in src/testdir the same was as in the src 
directory.
+  * Build for MinGW fails.
+  * Conceal mode is not completely tested.
+  * Redrawing specifically for conceal feature.
+  * Compiler warning for sprintf() argument.
+  * Cannot avoid breaking after a single space.
+  * There is a SourcePre autocommand event but not a SourcePost.
+  * Compiler warning for get_buf_arg() unused.
+  * JS encoding does not handle negative infinity.
+  * Cannot build without the eval feature.
+  * Too many #ifdefs for the multi-byte feature.
+  * The hlsearch state is not stored in a session file.
+  * Cannot handle binary data.
+  * Code for Blob not sufficiently tested.
+  * Compiler warning for uninitialized variable.
+  * Using freed memory, for loop over blob leaks memory.
+  * Text objects in not sufficiently tested.
+  * Tcl test fails.
+  * Viminfo with Blob is not tested.
+  * Not all Blob operations are tested.
+  * Giving error messages is not flexible.
+  * Compiler warnings for signed/unsigned strings.
+  * Compiler warnings for signed/unsigned string.
+  * Highlighting not updated with conceal and 'cursorline'.
+  * map() with a bad expression doesn't give an error. (Ingo Karkat)
+  * Using sprintf() instead of semsg().
+  * Error message contains garbage. (Dominique Pelle)
+  * When the last sign is deleted the signcolumn may not be removed even 
though 'signcolumn' is "auto".
+  * Some regexp errors are not tested.
+  * One more compiler warning for signed/unsigned string.
+  * printf format not checked for semsg().
+  * Preferred column is lost when setting 'cursorcolumn'.
+  * Error message for get() on a Blob with invalid index.
+  * copy() does not make a copy of a Blob.
+  * Not enough documentation for Blobs.
+  * Font number is always one instead of the actual.
+  * Showing two characters for tab is limited.
+  * No proper test for using 'termencoding'.
+  * Default value for brief_wait is wrong.
+  * Compiler warning.
+  * Nobody is using the Sun Workshop support.
+  * List of distributed files is outdated.
+  * String format of a Blob can't be parsed back.
+  * Various problems when using Vim on VMS.
+  * When deleting lines at the bottom signs are misplaced.
+  * Updating completions may cause the popup menu to flicker.
+  * :stop is covered in two tests.
+  * Inconsistent use of ELAPSED_FUNC.
+  * Some shell filetype patterns end in a star.
+  * The sign_define_by_name() function is too long.
+  * Not all crypt code is tested.
+  * VMS build is missing the blob file.
+  * Matching too many files as zsh. (Danek Duvall)
+  * Travis does not build a version without GUI on Linux.
+  * Win32: using pipes for channel does not work well.
+  * Terminal test fails on MS-Windows.
+  * Argument for message functions is inconsistent.
+  * Terminal test fails on Mac.
+  * Build error when using if_xcmdsrv.c.
+  * Win32: cursor blinks when Vim is not active.
+  * Compiler warning for signed/unsigned.
+  * Messy indent in if statement.
+  * Depending on the configuration some functions are unused.
+  * ml_get error when updating the status line and a terminal had its 
scrollback cleared.
+  * Compiler warning for unused function. (Tony Mechelynck)
+  * Cannot build with tiny features.
+  * Sourcing a session sets v:errmsg.
+  * Code for creating tabpages in session is too complex.
+  * A few compiler warnings on VMS.
+  * Popup menu is displayed on top of the cmdline window if it is opened from 
Insert completion. (Bjorn Linse)
+  * Incorrect error messages for functions that now take a Blob argument.
+  * White space before " -Ntabmove" causes problems.
+  * Cannot build without popup menu.
+  * MS-Windows 7: problem with named pipe on channel.
+  * Error E898 is used twice.
+  * Changing a blob while iterating over it works strangely.
+  * Calling deleted function; test doesn't work on Mac.
+  * May use a lot of memory when a function creates a cyclic reference.
+  * MinGW: no hint that tests fail because of small terminal.
+  * Negative index doesn't work for Blob.
+  * Session file has problem with single quote in file name.
+  * Crash when setting v:errmsg to empty list. (Jaon Franklin)
+  * Too many #ifdefs.
+  * Session test fails on MS-Windows.
+  * MS-Windows: build error with GUI.
+  * Unicode 16 feature is not useful and cannot be detected.
+  * FileChangedShell not sufficiently tested.
+  * :mksession cannot handle a very long 'runtimepath'.
+  * Dialog for file changed outside of Vim not tested.
+  * Test for 'runtimepath' in session fails on MS-Windows.
+  * ":=" command is not tested.
+  * MS-Windows: cannot send large data with ch_sendraw().
+  * A failed assert with a long string is hard to read.
+  * Test for sending large data over channel sometimes fails.
+  * Xxd "usage" output and other arguments not tested.
+  * Peeking and flushing output slows down execution.
+  * Not sufficient testing of xxd.
+  * SunOS/Solaris has a problem with ttys.
+  * Code for autocommands is mixed with file I/O code.
+  * Too many #ifdefs.
+  * Missing dependency in Makefile.
+  * Still using FEAT_VIRTUALEDIT.
+  * When 'hidden' is set session creates extra buffers.
+  * Test leaves directory behind on MS-Windows.
+  * Xxd test fails if man page has dos fileformat.
+  * confirm() is not tested.
+  * Memory leak when jumps output is filtered.
+  * GUI may wait too long before dealing with messages.  Returning
+    early may cause a mapping to time out.
+  * GUI build fails on MS-Windows.
+  * User completion test can fail on MS-Windows.
+  * Timer interrupting cursorhold and mapping not tested.
+  * Compiler warning for type conversion.
+  * When using VTP wrong colors after a color scheme change.
+  * getchar(0) never returns a character in the terminal.
+  * Travis config to get Lua on MacOS is too complicated.
+  * getchar_zero test fails on MS-Windows.
+  * Memory leak when running "make test_cd".
+  * When timer fails test will hang forever.
+  * Having job_status() free the job causes problems.
+  * Not easy to recognize the system Vim runs on.
+  * May use terminal after it was cleaned up.
+  * Cannot build with Ruby 1.8. (Tom G. Christensen)
+  * Cursorline highlight is not always updated.
+  * Test for 'backupskip' is not correct.
+  * feedkeys() with "L" does not work properly.
+  * findfile() and finddir() are not properly tested.
+  * Options test fails on Mac.
+  * xxd does not work with more than 32 bit addresses.
+  * Cannot build xxd with MSVC 10.
+  * When scrolling a window other than the current one the cursorline
+    highlighting is no
+* refresh patches:
+  - disable-unreliable-tests.patch
+  - vim-7.4-filetype_apparmor.patch
+
+-------------------------------------------------------------------

Old:
----
  vim-8.1.0687.tar.gz

New:
----
  vim-8.1.0877.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.9H0pPv/_old  2019-02-08 12:02:54.481711736 +0100
+++ /var/tmp/diff_new_pack.9H0pPv/_new  2019-02-08 12:02:54.489711733 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.1
-%define patchlevel 0687
+%define patchlevel 0877
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim81
 %define site_runtimepath %{_datadir}/vim/site

++++++ disable-unreliable-tests.patch ++++++
--- /var/tmp/diff_new_pack.9H0pPv/_old  2019-02-08 12:02:54.549711705 +0100
+++ /var/tmp/diff_new_pack.9H0pPv/_new  2019-02-08 12:02:54.549711705 +0100
@@ -1,8 +1,8 @@
-Index: vim-8.1.0685/src/testdir/test_alot.vim
+Index: vim-8.1.0877/src/testdir/test_alot.vim
 ===================================================================
---- vim-8.1.0685.orig/src/testdir/test_alot.vim
-+++ vim-8.1.0685/src/testdir/test_alot.vim
-@@ -36,14 +36,12 @@ source test_join.vim
+--- vim-8.1.0877.orig/src/testdir/test_alot.vim
++++ vim-8.1.0877/src/testdir/test_alot.vim
+@@ -37,14 +37,12 @@ source test_join.vim
  source test_jumps.vim
  source test_lambda.vim
  source test_lispwords.vim
@@ -17,7 +17,7 @@
  source test_put.vim
  source test_recover.vim
  source test_reltime.vim
-@@ -60,7 +58,6 @@ source test_tabpage.vim
+@@ -61,7 +59,6 @@ source test_tabpage.vim
  source test_tagcase.vim
  source test_tagjump.vim
  source test_taglist.vim
@@ -25,17 +25,44 @@
  source test_true_false.vim
  source test_unlet.vim
  source test_virtualedit.vim
-Index: vim-8.1.0685/src/testdir/Makefile
+Index: vim-8.1.0877/src/testdir/Make_all.mak
 ===================================================================
---- vim-8.1.0685.orig/src/testdir/Makefile
-+++ vim-8.1.0685/src/testdir/Makefile
-@@ -1,4 +1,4 @@
--#
-+#o
- # Makefile to run all tests for Vim
- #
+--- vim-8.1.0877.orig/src/testdir/Make_all.mak
++++ vim-8.1.0877/src/testdir/Make_all.mak
+@@ -190,7 +190,6 @@ NEW_TESTS = \
+       test_netbeans \
+       test_normal \
+       test_number \
+-      test_options \
+       test_packadd \
+       test_partial \
+       test_paste \
+@@ -394,11 +393,8 @@ NEW_TESTS_RES = \
+       test_tab.res \
+       test_tcl.res \
+       test_termencoding.res \
+-      test_terminal.res \
+-      test_terminal_fail.res \
+       test_textformat.res \
+       test_textobjects.res \
+-      test_textprop.res \
+       test_undo.res \
+       test_user_func.res \
+       test_usercommands.res \
+Index: vim-8.1.0877/src/testdir/Makefile
+===================================================================
+--- vim-8.1.0877.orig/src/testdir/Makefile
++++ vim-8.1.0877/src/testdir/Makefile
+@@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
+ # Explicit dependencies.
+ test49.out: test49.vim
+ 
+-test_options.res test_alot.res: opt_test.vim
+-
+ SCRIPTS_BENCH = bench_re_freeze.out
  
-@@ -149,8 +149,5 @@ test_gui_init.res: test_gui_init.vim
+ .SUFFIXES: .in .out .res .vim
+@@ -166,8 +164,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
  
@@ -44,32 +71,3 @@
 -
  test_xxd.res:
        XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim 
test_xxd.vim
-Index: vim-8.1.0685/src/testdir/Make_all.mak
-===================================================================
---- vim-8.1.0685.orig/src/testdir/Make_all.mak
-+++ vim-8.1.0685/src/testdir/Make_all.mak
-@@ -140,7 +140,6 @@ NEW_TESTS = test_arabic.res \
-           test_netbeans.res \
-           test_normal.res \
-           test_number.res \
--          test_options.res \
-           test_packadd.res \
-           test_paste.res \
-           test_perl.res \
-@@ -173,11 +172,8 @@ NEW_TESTS = test_arabic.res \
-           test_system.res \
-           test_tab.res \
-           test_tcl.res \
--          test_terminal.res \
--          test_terminal_fail.res \
-           test_textformat.res \
-           test_textobjects.res \
--          test_textprop.res \
-           test_undo.res \
-           test_user_func.res \
-           test_usercommands.res \
-@@ -200,4 +196,3 @@ NEW_TESTS = test_arabic.res \
- # Explicit dependencies.
- test49.out: test49.vim
- 
--test_options.res test_alot.res: opt_test.vim







++++++ vim-7.4-filetype_apparmor.patch ++++++
--- /var/tmp/diff_new_pack.9H0pPv/_old  2019-02-08 12:02:54.685711643 +0100
+++ /var/tmp/diff_new_pack.9H0pPv/_new  2019-02-08 12:02:54.689711642 +0100
@@ -1,10 +1,10 @@
-Index: vim-8.1.0178/runtime/filetype.vim
+Index: vim-8.1.0877/runtime/filetype.vim
 ===================================================================
---- vim-8.1.0178.orig/runtime/filetype.vim
-+++ vim-8.1.0178/runtime/filetype.vim
-@@ -98,6 +98,10 @@ au BufNewFile,BufRead proftpd.conf*         cal
- " Apache config file
+--- vim-8.1.0877.orig/runtime/filetype.vim
++++ vim-8.1.0877/runtime/filetype.vim
+@@ -99,6 +99,10 @@ au BufNewFile,BufRead proftpd.conf*         cal
  au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf            setf apache
+ au BufNewFile,BufRead */etc/apache2/sites-*/*.com             setf apache
  
 +" AppArmor
 +au BufNewFile,BufRead */etc/apparmor.d/*       setf apparmor

++++++ vim-8.1.0297-dump3.patch ++++++
--- /var/tmp/diff_new_pack.9H0pPv/_old  2019-02-08 12:02:54.729711623 +0100
+++ /var/tmp/diff_new_pack.9H0pPv/_new  2019-02-08 12:02:54.733711622 +0100
@@ -1,8 +1,8 @@
-Index: vim-8.1.0401/src/testdir/test_search.vim
+Index: vim-8.1.0877/src/testdir/test_search.vim
 ===================================================================
---- vim-8.1.0401.orig/src/testdir/test_search.vim
-+++ vim-8.1.0401/src/testdir/test_search.vim
-@@ -908,7 +908,7 @@ func Test_incsearch_substitute_dump()
+--- vim-8.1.0877.orig/src/testdir/test_search.vim
++++ vim-8.1.0877/src/testdir/test_search.vim
+@@ -922,7 +922,7 @@ func Test_incsearch_substitute_dump()
  
    " Deleting last slash should remove the match.
    call term_sendkeys(buf, "\<BS>")

++++++ vim-8.1.0687.tar.gz -> vim-8.1.0877.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.1.0687.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new.28833/vim-8.1.0877.tar.gz differ: char 13, 
line 1


Reply via email to