Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2025-08-15 21:51:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Fri Aug 15 21:51:06 2025 rev:388 rq:1299374 version:9.1.1629 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2025-07-06 17:06:05.054419931 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.1085/vim.changes 2025-08-15 21:51:23.514452341 +0200 @@ -1,0 +2,262 @@ +Thu Aug 14 10:22:44 UTC 2025 - Ondřej Súkup <mimi...@gmail.com> + +- update to 9.1.1629: + * patch 9.1.1629: Vim9: Not able to use more than 10 type arguments in a generic function + * runtime(python): highlight "self" and "cls" in syntax script + * runtime(vimgoto): make gf extract packadd/colo name more flexible + * patch 9.1.1628: fuzzy.c has a few issues + * runtime(doc): Adapt fuzzy doc to reflect 'fzy' algorithm + * patch 9.1.1627: fuzzy matching can be improved + * patch 9.1.1626: cindent: does not handle compound literals + * patch 9.1.1625: Autocompletion slow with include- and tag-completion + * runetime(vim): gf maybe hang and fail + * runtime(vim): cannot jump to :colorscheme files + * patch 9.1.1624: Cscope not enabled on MacOS + * runtime(doc): allow more C99 features + * runtime(python): Also sync syntax at 'async def' + * runtime(doc): update :call with a range and remove space + * runtime(doc): Fix 2 minor issues after 32d6bd6df + * runtime(python): Highlight f-string replacement fields in Python + * runtime(python): Highlight classes as structures + * runtime(doc): remove dead links + * patch 9.1.1623: Buffer menu does not handle unicode names correctly + * patch 9.1.1622: Patch v9.1.1432 causes performance regressions + * patch 9.1.1621: flicker in popup menu during cmdline autocompletion + * patch 9.1.1620: filetype: composer.lock and symfony.lock files not recognized + * patch 9.1.1619: Incorrect E535 error message + * runtime(doc): Fix style and typos in builtin.txt and usr_41.txt + * patch 9.1.1618: completion: incorrect selected index returned from complete_info() + * patch 9.1.1617: Vim9: some error messages can be improved + * runtime(doc): Tweak documentation style + * patch 9.1.1616: xxd: possible buffer overflow with bitwise output + * patch 9.1.1615: diff format erroneously detected + * patch 9.1.1614: Vim9: possible variable type change + * patch 9.1.1613: tests: test_search leaves a few swapfiles behind + * patch 9.1.1612: Ctrl-G/Ctrl-T do not ignore the end search delimiter + * patch 9.1.1611: possible undefined behaviour in mb_decompose() + * runtime(vim): Update ftplugin, fix option variable 'keywordprg' matching + * runtime(racket): update Racket runtime files + * translation: Generate year for MS Windows differently + * patch 9.1.1610: completion: hang or E684 when 'tagfunc' calls complete() + * runtime(doc): Update CONTRIBUTING and clarify use of Vim9 script + * patch 9.1.1609: complete: Heap-buffer overflow with complete function + * runtime(c): set omnifunc only for Vim, since it is Vim9 Script + * runtime(vim): add simple vimscript complete function + * runtime(script): Update Last Change Header + * patch 9.1.1608: No command-line completion for :unsilent {command} + * patch 9.1.1607: :apple command detected as :append + * patch 9.1.1606: filetype: a few more files are not recognized + * patch 9.1.1605: cannot specify scope for chdir() + * runtime(doc): Improve doc for cmdline-autocomplete + * runtime(doc): update develop assumptions + * patch 9.1.1604: completion: incsearch highlight might be lost + * runtime(optwin): Fix E94 when searching for the option-window + * patch 9.1.1603: completion: cannot use autoloaded funcs in 'complete' F{func} + * runtime(java): Manage byte limits for variable-width lookbehind assertions + * runtime(help): Unset `'comments'` and `'cms'` options + * runtime(netrw): netrw#BrowseX() needs to distinguish local and remote file + * runtime(typescript): Add syntax support for defer and arbitrary module identifiers + * translation: Auto-generate headers for the vim.pot file + * patch 9.1.1602: filetype: requirements-*.txt files are not recognized + * patch 9.1.1601: Patch v8.1.0425 was wrong + * runtime(netrw): Use correct "=~#" for the netrw_sizestyle='H' option + * runtime(openscad): add a filetype plugin + * patch 9.1.1600: using diff anchors with hidden buffers fails silently + * runtime(javascript): add "as" as a reserved keyword to syntax script + * patch 9.1.1599: :bnext doesn't go to unlisted help buffers + * runtime(doc): Update ft-vim-syntax documentation + * patch 9.1.1598: filetype: waybar config file is not recognized + * patch 9.1.1597: CI reports leaks in libgtk3 library + * patch 9.1.1596: tests: Test_search_wildmenu_iminsert() depends on help file + * runtime(doc): remove mentioning of netrwSettings.vim + * runtime(doc): fix typo at :h cmdline-autocompletion + * patch 9.1.1595: Wayland: non-portable use of select() + * patch 9.1.1594: completion: search completion throws errors + * runtime(doc): tweak option name notation further + * runtime(doc): add back bars for the '' mark + * runtime(vim): add gf support for import and packadd in ftplugin + * runtime(helptoc): add s keymap to split and jump to selected entry + * runtime(syntax-tests): Break up non-ASCII over-75-byte-long lines + * runtime(doc): fix mismatch between 'backspace' and |i_backspacing| + * runtime(doc): Use correct option-name tags + * runtime(doc): Tweak documentation style + * translation(uk): Fix wrong Ukrainian message translation + * check.vim: Further improve po message checks + * translation(it): Update Italian translation + * patch 9.1.1593: Confusing error when compiling incomplete try block + * runtime(misc): removing saccarosium from maintainer list + * patch 9.1.1592: Vim9: crash with classes and garbage collection + * runtime(vim): Update base syntax, match Neovim builtin functions + * runtime(vim): Update base syntax, fix :map termination in :command RHS + * CI: Manage multibyte characters in syntax tests + * CI: Remove the file filters for syntax tests + * CI(screendump): Support iterative filtering for screendump comparison + * CI(screendump): Move an early-return test out of the loop + * CI: Include provenance in names of collected artifacts + * runtime(vim): Cleanup syntax tests + * patch 9.1.1591: VMS support can be improved + * patch 9.1.1590: cannot perform autocompletion + * runtime(ccomplete): return partial results on complete_check() + * patch 9.1.1589: Cannot disable cscope interface using configure + * patch 9.1.1588: Vim9: cannot split dict inside command block + * runtime(netrw): upstream snapshot v184 + * runtime(vim): fix various indentation issues + * runtime(doc): use correct possessive form + * patch 9.1.1587: Wayland: timeout not updated before select() + * patch 9.1.1586: Vim9: can define an enum/interface in a function + * runtime(vim): Update base syntax, match enum constructor type args + * runtime(vim): Update base syntax, match generic functions + * runtime(ccomplete): use complete_check() in ccomplete plugin + * runtime(editorconfig): drop mkzip.sh + * patch 9.1.1585: Wayland: gvim still needs GVIM_ENABLE_WAYLAND + * runtime(misc): use :hor :term to ensure new term window is split horizontally + * patch 9.1.1584: using ints as boolean type + * check.vim: Improve po message checks + * translation(it): Update Italian translation + * runtime(doc): Tweak documentation style in usr_90.txt + * patch 9.1.1583: gvim window lost its icons + * patch 9.1.1582: style issue in vim9type.c and vim9generics.c + * runtime(doc): remove mention of ftp.vim.org + * runtime(doc): Tweak documentation style + * runtime(doc): Fix typo in :help help-summary + * patch 9.1.1581: possible memory leak in vim9generics.c + * patch 9.1.1580: possible memory leak in vim9type.c + * patch 9.1.1579: Coverity complains about unchecked return value + * patch 9.1.1578: configure: comment still mentions autoconf 2.71 + * patch 9.1.1577: Vim9: no generic support yet + * patch 9.1.1576: cannot easily trigger wildcard expansion + * runtime(doc): clarify C99 constraints and portability assumptions + * patch 9.1.1575: tabpanel not drawn correctly with wrapped lines + * patch 9.1.1574: Dead code in mbyte.c + * runtime(doc): mention the "pipefail" shell option + * patch 9.1.1573: Memory leak when pressing Ctrl-D in cmdline mode + * translation: mark vim.pot as binary + * translation: do not add message location as comments into vim.pot + * patch 9.1.1572: expanding $var does not escape whitespace for 'path' + * patch 9.1.1571: CmdlineChanged triggered to often + * runtime(rust): improve loading time + * runtime(doc): Update help syntax, match :autocmd options + * patch 9.1.1570: Copilot suggested some improvements in cmdexpand.c + * translation(de): Update German translations + * translation(it): Update Italian translations + * patch 9.1.1569: tests: Vim9 tests can be improved + * runtime(doc): Tweak documentation about tab pages + * runtime(uc): include uc filetype plugin + * translation: comment out deletion of *.pot file in Makefiles + * patch 9.1.1568: need a few more default highlight groups + * patch 9.1.1567: crash when using inline diff mode + * patch 9.1.1566: self-referenced enum may not get freed + * patch 9.1.1565: configure: does not consider tiny version for wayland + * runtime(lf): update syntax to support lf version r36 + * runtime(sh): properly delete shell commands in syntax file + * Update editorconfig and the documented C-style for sign.c/sound.c + * runtime(vim): Update base syntax and generator, improve command/function distinction + * patch 9.1.1564: crash when opening popup to closing buffer + * translation: mark vim.pot as linguist-generated, ignore msg locations in vim.pot + * patch 9.1.1563: completion: ruler may disappear + * patch 9.1.1562: close button always visible in the 'tabline' + * runtime(python): Highlight f-strings in Python + * runtime(vim): Update base syntax, match "any" type distinctly + * patch 9.1.1561: configure: wayland test can be improved + * patch 9.1.1560: configure: uses $PKG_CONFIG before it is defined + * patch 9.1.1559: tests: Test_popup_complete_info_01() fails when run alone + * runtime(doc): fix claim that 'CTRL-W CTRL-C' and 'CTRL-W c' are the same + * runtime(doc): handle newlines in base64 string encode example + * runtime(vim): Update base syntax, fix incorrect function error + * runtime(compiler): Add PHPStan compiler + * translation: regenerate vim.pot, ignore version.c changes + * patch 9.1.1558: str2blob() treats NULL string and empty string differently + * patch 9.1.1557: not possible to anchor specific lines in difff mode + * patch 9.1.1556: string handling in cmdexpand.c can be improved + * patch 9.1.1555: completion: repeated insertion of leader + * patch 9.1.1554: crash when omni-completion opens command-line window + * patch 9.1.1553: Vim9: crash when accessing a variable in if condition + * runtime(tar): update minimum Vim version required for tar.vim + * patch 9.1.1552: [security]: path traversal issue in tar.vim + * patch 9.1.1551: [security]: path traversal issue in zip.vim + * patch 9.1.1550: defaults: 'showcmd' is not enabled in non-compatible mode on Unix + * patch 9.1.1549: filetype: pkl files are not recognized + * patch 9.1.1548: filetype: OpenFGA files are not recognized + * runtime(swig): add 'comments', 'commentstring' in filetype plugin + * runtime(twig): include twig filetype plugin + * patch 9.1.1547: Wayland: missing ifdef + * translation: ignore vim.pot creation date, regenerate it, rm allfiles + * patch 9.1.1546: Vim9: error with has() and short circuit evaluation + * runtime(python2): Highlight b-strings in Python 2.7 + * runtime(doc): Tweak documentation + * patch 9.1.1545: typo in os_unix.c + * runtime(python): highlight bytes in python + * runtime(python2): highlight unicode strings in python2 + * patch 9.1.1544: :retab cannot be limited to indentation only + * runtime(erlang): Add support for triple-quoted strings and docstrings + * patch 9.1.1543: Wayland: clipboard appears to not be working + * patch 9.1.1542: Coverity complains about uninitialized variable + * patch 9.1.1541: Vim9: error when last enum value ends with a comma + * runtime(vim): Update help syntax file, improve highlighting of included Vim examples + * patch 9.1.1540: completion: menu state wrong on interruption + * patch 9.1.1539: completion: messages don't respect 'shm' setting + * runtime(vim): Update base syntax, improve :match highlighting + * translation(it): update Italian message translations + * translation: include vim.pot in the repository + * runtime(python): update rendering of Unicode named literals in syntax script + * translation(ru): Update messages translation + * tests: string options in gen_opt_test.vim not fully sorted + * check.vim: detect trailing whitespace + * runtime(help_ru): Update help_ru syntax script + * runtime(vim): Update base syntax, improve function call highlighting + * patch 9.1.1537: helptoc: still some issues when markdown code blocks + * patch 9.1.1536: tests: test_plugin_comment uses wrong :Check command + * patch 9.1.1535: the maximum search count uses hard-coded value 99 + * patch 9.1.1534: unnecessary code in tabpanel.c + * patch 9.1.1533: helptoc: does not handle code sections in markdown well + * runtime(doc): clarify how ex ranges are adjusted when acting on folds + * translation(ru): update vim-ru according to patch 9.1.1485 + * translation(ru): update vimtutor-ru man according to commit 5bbdd0b + * translation(ru): Update main readme.ru.txt according to commit 2bfd1ee + * runtime(filetype): fix incorrect pattern and break early + * Revert "runtime(haskell): Add single quote to `iskeyword` in ftplugin (#8191)" + * patch 9.1.1532: termdebug: not enough ways to configure breakpoints + * patch 9.1.1531: confusing error with nested legacy function + * patch 9.1.1530: Missing version change in v9.1.1529 + * patch 9.1.1529: Win32: the toolbar in the GUI is old and dated + * patch 9.1.1528: completion: crash with getcompletion() + * patch 9.1.1527: Vim9: Crash with string compound assignment + * runtime(filetype): improve asm heuristics and move into FTasmsyntax() + * patch 9.1.1526: completion: search completion match may differ in case + * runtime(netrw): restore blank line cleanup after file listing + * patch 9.1.1525: tests: testdir/ is a bit messy + * patch 9.1.1524: tests: too many imports in the test suite + * patch 9.1.1523: tests: test_clipmethod fails in non X11 environment + * patch 9.1.1522: tests: still some ANSI escape sequences in test output + * patch 9.1.1521: completion: pum does not reset scroll pos on reopen with 'noselect' + * patch 9.1.1520: completion: search completion doesn't handle 'smartcase' well + * patch 9.1.1519: tests: Test_termdebug_decimal_breakpoints() may fail + * runtime(doc): Add documentation style + * patch 9.1.1518: getcompletiontype() may crash + * runtime(optwin): add missing values for tabpanel option + * translation(tr): Update Turkish translations + * runtime(doc): fix a few typos introduced in 0ae9e19540dda5d + * runtime(autopkgtest): add ftplugin file for autopkgtest + * runtime(autopkgtest): add syntax file for autopkgtest + * runtime(debcontrol): move kernel/architecture definitions to shared/debarchitectures.vim + * patch 9.1.1517: filetype: autopkgtest files are not recognized + * patch 9.1.1516: tests: no test that 'incsearch' is updated after search completion + * patch 9.1.1515: Coverity complains about potential unterminated strings + * patch 9.1.1514: Coverity complains about the use of tmpfile() + * patch 9.1.1513: resizing Vim window causes unexpected internal window width + * runtime(doc): add a section for options influencing search + * tests: fix typo in comment (after v9.1.1511) + * runtime(vim): Update base-syntax, match :filetype in functions + * patch 9.1.1512: completion: can only complete from keyword characters + * patch 9.1.1511: tests: two edit tests change v:testing from 1 to 0 + * patch 9.1.1510: Search completion may use invalid memory + * patch 9.1.1509: patch 9.1.1505 was not good + * runtime(vim): Update base-syntax, match escape sequences in :command blocks + * runtime(go): fix `b:undo_ftplugin` + +------------------------------------------------------------------- +Mon Aug 4 11:49:33 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- update spec file template to the new Copyright declaration string + +------------------------------------------------------------------- Old: ---- vim-9.1.1508.tar.gz New: ---- vim-9.1.1629.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.2SUC6C/_old 2025-08-15 21:51:24.674500571 +0200 +++ /var/tmp/diff_new_pack.2SUC6C/_new 2025-08-15 21:51:24.674500571 +0200 @@ -2,6 +2,7 @@ # spec file for package vim # # Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ %define pkg_version 9.1 -%define patchlevel 1508 +%define patchlevel 1629 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim91 %define site_runtimepath %{_datadir}/vim/site ++++++ spec.skeleton ++++++ --- /var/tmp/diff_new_pack.2SUC6C/_old 2025-08-15 21:51:24.818506558 +0200 +++ /var/tmp/diff_new_pack.2SUC6C/_new 2025-08-15 21:51:24.822506724 +0200 @@ -1,7 +1,7 @@ # # spec file for package specRPM_CREATION_NAME # -# Copyright (c) specCURRENT_YEAR SUSE LLC +# Copyright (c) specCURRENT_YEAR SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ vim-9.1.1508.tar.gz -> vim-9.1.1629.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-9.1.1508.tar.gz /work/SRC/openSUSE:Factory/.vim.new.1085/vim-9.1.1629.tar.gz differ: char 12, line 1