From 17d0a1a97127b9585fae475f13d9342182b902b0c0d958ec4556dea981ddc838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 20 Jun 2022 08:10:09 +0000 Subject: [PATCH] - Updated to version 8.2.5136, fixes the following problems * Autocmd test still fails on MS-Windows. * When the GUI shows a dialog tests get stuck. * Gcc gives warning for signed/unsigned difference. * CI runs on Windows 2019. * Cannot build with clang on MS-Windows. * Value of cmod_verbose is a bit complicated to use. * Some functions return a different value on failure. * Terminal test fails with some shell commands. * Using "'<,'>" in Ex mode may compare unrelated pointers. * Error message for unknown command may mention the command twice. (Malcolm Rowe) * Terminal test still fails with some shell commands. * Using uninitialized memory when using 'listchars'. * Spelldump test sometimes hangs. * Some terminal tests are not retried. * Memory usage tests are not retried. * MS-Windows with MinGW: $CC may be "cc" instead of "gcc". * Interrupt not caught in test. * Build fails with small features. * Default cmdwin mappings are re-mappable. * Some callers of rettv_list_alloc() check for not OK. (Christ van Willegen) * Retab test disabled because it hangs on MS-Windows. * Mode not updated after CTRL-O CTRL-C in Insert mode. * Icon filetype not recognized from the first line. * No test for --gui-dialog-file. * Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras) * Time limit on searchpair() does not work properly. * Search timeout is overrun with some patterns. * "limit" option of matchfuzzy() not always respected. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=721 --- vim-8.2.5083.tar.gz | 3 --- vim-8.2.5136.tar.gz | 3 +++ vim.changes | 50 +++++++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) delete mode 100644 vim-8.2.5083.tar.gz create mode 100644 vim-8.2.5136.tar.gz diff --git a/vim-8.2.5083.tar.gz b/vim-8.2.5083.tar.gz deleted file mode 100644 index b3686d4..0000000 --- a/vim-8.2.5083.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a40f4eb8db1e3d5ac453a281886551afdf4f54dafa334676bf4bf663bee3243 -size 16500252 diff --git a/vim-8.2.5136.tar.gz b/vim-8.2.5136.tar.gz new file mode 100644 index 0000000..8bb6fab --- /dev/null +++ b/vim-8.2.5136.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed011e94a799a903997e8e0e786a0b1129ccd749101b25f9db687b4cfed76a56 +size 16512645 diff --git a/vim.changes b/vim.changes index 7cd761f..1cbbb29 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Jun 20 08:06:56 UTC 2022 - Ondřej Súkup + +- Updated to version 8.2.5136, fixes the following problems + * Autocmd test still fails on MS-Windows. + * When the GUI shows a dialog tests get stuck. + * Gcc gives warning for signed/unsigned difference. + * CI runs on Windows 2019. + * Cannot build with clang on MS-Windows. + * Value of cmod_verbose is a bit complicated to use. + * Some functions return a different value on failure. + * Terminal test fails with some shell commands. + * Using "'<,'>" in Ex mode may compare unrelated pointers. + * Error message for unknown command may mention the command twice. (Malcolm + Rowe) + * Terminal test still fails with some shell commands. + * Using uninitialized memory when using 'listchars'. + * Spelldump test sometimes hangs. + * Some terminal tests are not retried. + * Memory usage tests are not retried. + * MS-Windows with MinGW: $CC may be "cc" instead of "gcc". + * Interrupt not caught in test. + * Build fails with small features. + * Default cmdwin mappings are re-mappable. + * Some callers of rettv_list_alloc() check for not OK. (Christ van Willegen) + * Retab test disabled because it hangs on MS-Windows. + * Mode not updated after CTRL-O CTRL-C in Insert mode. + * Icon filetype not recognized from the first line. + * No test for --gui-dialog-file. + * Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras) + * Time limit on searchpair() does not work properly. + * Search timeout is overrun with some patterns. + * "limit" option of matchfuzzy() not always respected. + * Crash when calling a Lua callback from a :def function. (Bohdan Makohin) + * Searching for quotes may go over the end of the line. + * Interrupt test sometimes fails. + * Lisp indenting my run over the end of the line. + * Using invalid index when looking for spell suggestions. + * When syntax timeout test fails it does not show the time. + * Substitute may overrun destination buffer. + * Using assert_true() does not show value on failure. + * Syntax highlighting disabled when using synID() in searchpair() skip + expression and it times out. (Jaehwang Jung) + * Timeout handling is not optimal. + * Edit test for mode message fails when using valgrind. + * Timeout implementation is not optimal. + * :mkview test doesn't test much. + * Function has confusing name. + * Running configure gives warnings for main() return type. + ------------------------------------------------------------------- Mon Jun 13 13:00:22 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index ed8da4f..0db6662 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 5083 +%define patchlevel 5136 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site