Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2023-02-28 12:47:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Tue Feb 28 12:47:58 2023 rev:340 rq:1067840 version:9.0.1357 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2023-02-19 18:18:59.789494195 +0100 +++ /work/SRC/openSUSE:Factory/.vim.new.31432/vim.changes 2023-02-28 12:48:21.116367318 +0100 @@ -1,0 +2,55 @@ +Sun Feb 26 19:30:47 UTC 2023 - OndÅej Súkup <mimi...@gmail.com> + +- Updated to version 9.0.1357, fixes the following problems + * Setting 'formatoptions' with :let doesn't check for errors. + * The code for setting options is too complicated. + * Scrolling two lines with even line count and 'scrolloff' set. + * 'splitkeep' test has failures. + * Coverity warns for using a NULL pointer. + * Cursor position wrong when splitting window in insert mode. + * Some settings use the current codepage instead of 'encoding'. + * :messages behavior depends on 'fileformat' of current buffer. + * Escaping for completion of map command not properly tested. + * Crash when using an unset object variable. + * Code style test fails. + * PRQL files are not recognized. + * Checking the type of a null object causes a crash. + * vimscript test fails where using {expr} syntax. + * Crash when indexing "any" which is an object. + * Build failure with +eval feature. + * "gj" and "gk" do not move correctly over a closed fold. + * 'colorcolumn' highlight wrong with virtual text above. + * Relative line number not updated with virtual text above. + * Cursor in wrong position below line with virtual text below ending in + multi-byte character. + * Error when using "none" for GUI color is confusing. + * Completion of map includes simplified ones. + * Handling new value of an option has a long "else if" chain. + * Illegal memory access when using :ball in Visual mode. + * Crash when using buffer-local user command in cmdline window. (Karl + Yngve LervÃ¥g) + * When redo'ing twice <ScriptCmd> may not get the script ID. + * Using tt_member for the class leads to mistakes. + * No test for bad use of spaces in help files. + * Functions without arguments are not always declared properly. + * Yuck files are not recognized. + * :defcompile and :disassemble can't find class method. (Ernie Rael) + * No test for :disassemble with class function. + * Coverity warns for using NULL pointer. + * Build error with mzscheme but without GUI. + * Check for OSC escape sequence doesn't work. + * Too many "else if" statements for handling options. + * Starlark files are not recognized. + * "gr CTRL-O" stays in Insert mode. (Pierre Ganty) + * Un-grammar files are not recognized. + * "gr" with a count fails. + * CPON files are not recognized. + * Dhall files are not recognized. + * "ignore" files are outdated. + * Too many "else if" statements to handle option values. + * "gr CTRL-G" stays in virtual replace mode. (Pierre Ganty) + * No error when declaring a class twice. (Ernie Rael) + * Cannot cancel "gr" with Esc. + * Using null_object results in an internal error. (Ernie Rael) + +------------------------------------------------------------------- Old: ---- vim-9.0.1307.tar.gz New: ---- vim-9.0.1357.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.waczL7/_old 2023-02-28 12:48:22.668377400 +0100 +++ /var/tmp/diff_new_pack.waczL7/_new 2023-02-28 12:48:22.672377427 +0100 @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 1307 +%define patchlevel 1357 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site ++++++ vim-9.0.1307.tar.gz -> vim-9.0.1357.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-9.0.1307.tar.gz /work/SRC/openSUSE:Factory/.vim.new.31432/vim-9.0.1357.tar.gz differ: char 13, line 1