Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2020-07-15 11:11:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Wed Jul 15 11:11:58 2020 rev:264 rq:819524 version:8.2.1154 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2020-07-02 23:56:24.376886383 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.3060/vim.changes 2020-07-15 11:12:09.960830848 +0200 @@ -1,0 +2,445 @@ +Wed Jul 8 16:01:14 UTC 2020 - Ondřej Súkup <[email protected]> + +- Updated to version 8.2.1154, fixes the following problems + * Vim9 test fails without job feature. + * Running channel tests may leave running process behind. + * Vim9: closure cannot store value in outer context. + * Vim9: memory leak in disassemble test. + * Indent tests don't run on CI for FreeBSD. + * Vim9: using assert_fails() causes function to finish. + * Vim9 function test fails. + * Vim9: constant expressions are not simplified. + * Netbeans test sometimes fails. + * With a long running Vim the temp directory might be cleared on some + systems. + * Various code not fully tested. + * The pam_environment file is not recognized. + * Vim9: handling constant expression does not scale. + * Vim9: leaking memory. + * Vim9: another memory leak. + * Vim9: postponed constant expressions does not scale. + * Gcc warning for returning pointer to local variable. (John Marriott) + * Vim9: more expressions can be evaluated at compile time + * Occasional exit when encountering an X error. (Manfred Lotz) + * Vim9: leaking memory when skipping. + * Vim9: not handling constant expression for elseif. + * Vim9: nested constant expression not evaluated compile time. + * Vim9: appending to buffer/window/tab variable not tested + * Vim9: cannot call a function declared later in Vim9 script. + * Vim9: leaking memory when calling not compiled :def function. + * Messages about a deadly signal are not left aligned. + * Vim9: When reloading a script variables are not cleared. + * Vim9: Assignment to dict member does not work. + * Vim9: parsing declarations continues after :finish. + * Vim9: storing value in dict messes up stack. + * Vim9: assigning to dict or list argument does not work. + * Vim9: leaking memory when using :finish. + * Vim9: using unitialized memory. + * Some files not recognized as pamenv. + * When shell doesn't support CTRL-Z Vim still handles it. + * Mouse handling in a terminal window not well tested. + * Incomplete profiling when exiting because of a deadly signal. + * Minor message mistakes. + * Python tests fail because of changed message. + * Handling of a TERM signal not tested. + * Can move to another buffer from a terminal in popup window. + * The name vim is not capitalized in a message. + * Crash on exit when not all popups are closed. + * popup_clear() hangs when a popup can't be closed. + * Cannot forcefully close all popups. + * Cannot get a list of all popups. + * TERM signal test fails on FreeBSD. + * Netbeans test is a bit flaky. + * Vim9: performance can be improved. + * Terminal in popup window test is a bit flaky. + * Vim9: expressions are evaluated in the discovery phase. + * Vim9: No test for forward declaration. + * Vim9: No error when variable initializer is not a constant. + * Vim9: no test for MEMBER instruction. + * Vim9: no test for STORELIST and STOREDICT. + * Vim9: missing changes for performance improvements + * Vim9: dict member errors not tested. + * Vim9: instructions not tested + * Buffer is not considered modified after setting crypt key. + * GUI test fails without the terminal feature. + * Vim9: assigning to option not fully tested. + * In the GUI can't use all the modifiers. (Andri Möll) + * Display error when using 'number' and 'breakindent'. + * ModifyOtherKeys active when using a shell command in autocmd. + * Vim9: memory leak in script test. + * VimLeavePre not triggered when Vim is terminated. + * Cannot map CTRL-B when using the GUI. + * Vim9: cannot call a compiled closure from not compiled code. + * Vim9: some variable initializations not tested. + * Switching to raw mode every time ":" is used. + * t_TI and t_TE are output when using 'visualbell'. (Dominique Pelle) + * Not easy to call a Vim function from Lua. + * Libvterm code lags behind the upstream version. + * Terminal test fails. + * Libvterm code lags behind the upstream version. + * Tmode_T not used everywhere. + * Libvterm code lags behind the upstream version. + * Compiler warning for not using value in Lua. + * Cannot build with Lua on MS-Windows. + * Libvterm code lags behind the upstream version. + * Libvterm code lags behind the upstream version. + * Libvterm code lags behind the upstream version. + * Channel test is flaky on FreeBSD. + * Libvterm code lags behind the upstream version. + * Memory leak in libvterm. + * Vim9: expression testing lost coverage using constants. + * Vim9: list index not well tested. + * A second popup window with terminal causes trouble. + * Build failure with small features. + * Libvterm code lags behind the upstream version. + * Build fails if snprintf is not available. + * Errors from failing test are unclear. + * Terminal test fails on Mac. + * Terminal key codes test fails on some systems. + * using "func!" after vim9script gives confusing error. + * Cannot easily restore a mapping. + * Not enough testing for the terminal window. + * Build failure with small features. (Tony Mechelynck) + * Error when appending "tagfile" to 'wildoptions'. + * Terminal keycode test is flaky. + * mapset() does not properly handle <> notation. + * libvterm code is slightly different from upstream. + * Clang warning for implicit conversion. + * maparg() does not provide enough information for mapset(). + * Terminal test fails when compiled with Athena. + * Not enough memory allocated when converting string with special character. + * Vim9: using a discovery phase doesn't work well. + * Compiler warning for unused variable. + * Vim9: function type isn't set until compiled. + * Vim9: memory leak in expr test. + * Vim9: code left over from discovery phase. + * Vim9: script reload test is disabled. + * Still not enough memory allocated when converting string with special + character. + * def_function() may return pointer that was freed. + * Vim9: crash in :defcompile. + * Vim9: crash in :defcompile. + * Travis: regexp patttern doesn't work everywhere. + * filter() may give misleading error message. + * Motif: can't map "!". (Ben Jackson) + * Compiler warnings for integer sizes. + * Compiler warning for uninitialized variable. (Tony Mechelynck) + * Mapping <C-bslash> doesn't work in the GUI. + * :drop command in terminal popup causes problems. + * Motif: mapping <C-bslash> still doesn't work. + * Not all :cdo output is visible. + * Compiler warning for value set but not used. + * Dropping modifier when putting a character back in typeahead. + * Search match count wrong when only match is in fold. + * 'verbose' value 16 causes duplicate output. + * Filetype elm not detected. + * Text properties crossing lines not handled correctly. + * Text properties crossing lines not handled correctly. + * Build failure with small features. + * Typval related code is spread out. + * Can't distinguish <M-a> from accented "a" in the GUI. + * Cannot map CTRL-S on some systems. + * ml_delete() often called with FALSE argument. + * Xxd cannot show offset as a decimal number. + * GUI tests fail because the test doesn't use a modifier. + * CTRL-S stops output. + * GTK cell height can be a pixel too much. + * Not easy to require Lua modules. + * No Turkish translation of the manual. + * Cannot use CTRL-A and CTRL-X on unsigned numbers. + * Cannot easily get all the current marks. + * ":term ++curwin" makes the current buffer hidden. (Harm te Hennepe) + * Cannot set a separate color for underline/undercurl. + * Pragmas are indented all the way to the left. + * Syntax foldlevel is taken from the start of the line. + * Not enough tests for buffer writing. + * Using \{xxx} for encoding a modifier is not nice. + * trim() always trims both ends. + * It is not possible to customize the quickfix window contents. + * MS-Windows: Control keys don't work in the GUI. + * Cannot use getmarklist() as a method. + * XIM code is mixed with multi-byte code. + * A .jl file can be sawfish (lisp) or Julia. + * Signals test is a bit flaky. + * Getting attributes for directory entries is slow. + * :pwd does not give a hint about the scope of the directory + * Cannot get the search statistics. + * No reduce() function. + * Compiler warning for unused function argument. + * Leaking memory when using searchcount(). + * Compiler warning for argument type. + * Leaking memory when using reduce(). + * Memory leak in test 49. + * Searchcount() test fails on slower systems. + * "make shadow" does not link new lua test dir. + * Cannot use octal numbers in scriptversion 4. + * Searchcount().exact_match is 1 right after a match. + * Readdirex() returns size -2 for a directory. + * Using old style comments. + * No color in terminal window when 'termguicolor' is set. + * Clang warns for invalid conversion. + * Ubsan warns for undefined behavior. + * Assert_equalfile() does not take a third argument. + * :mkspell can take very long if the word count is high. + * :mkspell output does not mention the tree type. + * Crash when calling searchcount() with a string. + * List of functions in patched version is outdated. + * Missing help for a function goes unnoticed. + * Assert_equalfile() does not give a hint about the difference. + * Function list test fails on MS-Windows. + * Formatting CJK text isn't optimal. + * Using searchcount() in 'statusline' causes an error. + * comparing WINVER does not work correctly. + * Assuming modifyOtherKeys for rhs of mapping. + * Test coverage could be better. + * When setting 'termguicolors' SpellBad is no longer red. + * When using :global clipboard isn't set correctly. + * Crash when changing the function table while listing it. ++++ 248 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/vim/vim.changes ++++ and /work/SRC/openSUSE:Factory/.vim.new.3060/vim.changes Old: ---- vim-8.2.0701.tar.gz New: ---- vim-8.2.1154.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.7kbbLM/_old 2020-07-15 11:12:13.216834219 +0200 +++ /var/tmp/diff_new_pack.7kbbLM/_new 2020-07-15 11:12:13.220834223 +0200 @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 0701 +%define patchlevel 1154 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site @@ -378,6 +378,8 @@ rm -rf %{buildroot}%{_mandir}/de.UTF-8/ rm -rf %{buildroot}%{_mandir}/da.ISO8859-1/ rm -rf %{buildroot}%{_mandir}/de.ISO8859-1/ +rm -Rf %{buildroot}%{_mandir}/tr.ISO8859-9/ +rm -Rf %{buildroot}%{_mandir}/tr.UTF-8/ # remove unnecessary files rm -rf %{buildroot}%{_datadir}/applications/vim.desktop @@ -485,6 +487,9 @@ %dir %{_mandir}/ja %dir %{_mandir}/ja/man1/ %{_mandir}/ja/man1/* +%dir %{_mandir}/tr +%dir %{_mandir}/tr/man1/ +%{_mandir}/tr/man1/* # docs and data file %license LICENSE %doc %{_docdir}/vim ++++++ vim-8.2.0701.tar.gz -> vim-8.2.1154.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-8.2.0701.tar.gz /work/SRC/openSUSE:Factory/.vim.new.3060/vim-8.2.1154.tar.gz differ: char 16, line 1
