Script 'mail_helper' called by obssrc Hello community,
here is the log from the commit of package vim for openSUSE:Factory checked in at 2022-06-30 13:17:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim"
Thu Jun 30 13:17:49 2022 rev:313 rq:985660 version:9.0.0000
Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2022-06-25 10:23:52.054639948 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.1548/vim.changes 2022-06-30 13:17:50.961510305 +0200 @@ -1,0 +2,24 @@ +Tue Jun 28 17:52:07 UTC 2022 - Ond��ej S��kup mimi.vx@gmail.com + +- Updated to version 9.0.0000, fixes the following problems + * Reading beyond the end of the line with lisp indenting. + * search() gets stuck with "c" and skip evaluates to true. + * "make uninstall" does not remove colors/lists. + * Still mentioning version8, some cosmetic issues. + * In diff mode windows may get out of sync. (Gary Johnson) + * TSTP and INT signal tests are not run with valgrind. + * Fix for CTRL-key combinations causes more problems than it solves. + * Accessing invalid memory after changing terminal size. + * Might still access invalid memory. + * Reading before the start of the line with BS in Replace mode. + * Crash when deleting buffers in diff mode. + * Invalid memory access after diff buffer manipulations. + * Import test fails because 'diffexpr' isn't reset. + * Test for DiffUpdated fails. + * get(Fn, 'name') on funcref returns special byte code. + * Cannot build with Python 3.11. + * Nested :source may use NULL pointer. + * Dependencies and proto files are outdated. + * "make menu" still uses legacy script. + +-------------------------------------------------------------------
Old: ---- vim-8.2.5154.tar.gz
New: ---- vim-9.0.0000.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.bAkD3C/_old 2022-06-30 13:17:52.173511214 +0200 +++ /var/tmp/diff_new_pack.bAkD3C/_new 2022-06-30 13:17:52.177511217 +0200 @@ -16,10 +16,10 @@ #
-%define pkg_version 8.2 -%define patchlevel 5154 +%define pkg_version 9.0 +%define patchlevel 0000 %define patchlevel_compact %{patchlevel} -%define VIM_SUBDIR vim82 +%define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site %define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags} %bcond_without python2
++++++ vim-8.2.5154.tar.gz -> vim-9.0.0000.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-8.2.5154.tar.gz /work/SRC/openSUSE:Factory/.vim.new.1548/vim-9.0.0000.tar.gz differ: char 13, line 1
++++++ vim-changelog.sh ++++++ --- /var/tmp/diff_new_pack.bAkD3C/_old 2022-06-30 13:17:52.425511403 +0200 +++ /var/tmp/diff_new_pack.bAkD3C/_new 2022-06-30 13:17:52.429511405 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env zsh
directory=https://ftp.nluug.nl/pub/vim/patches/ -version=8.2 +version=9.0
if [ $# -ne 2 ]; then echo "usage: $0 <old-minor-version> <new-minor-version>" 1>&2