diff --git a/vim-8.2.5038.tar.gz b/vim-8.2.5038.tar.gz deleted file mode 100644 index a451d22..0000000 --- a/vim-8.2.5038.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad7e144367601060edffab4a1e4851224f751fa74cf680ac42f10a13c8189b1 -size 16494430 diff --git a/vim-8.2.5083.tar.gz b/vim-8.2.5083.tar.gz new file mode 100644 index 0000000..b3686d4 --- /dev/null +++ b/vim-8.2.5083.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a40f4eb8db1e3d5ac453a281886551afdf4f54dafa334676bf4bf663bee3243 +size 16500252 diff --git a/vim.changes b/vim.changes index e79c825..7cd761f 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Mon Jun 13 13:00:22 UTC 2022 - Ondřej Súkup + +- Updated to version 8.2.5083, fixes the following problems + * A finished terminal in a popup window does not show a scrollbar. + * Confusing error if first argument of popup_create() is wrong. + * Scrollbar thumb in scrolled popup not visible. + * Cannot close a terminal popup with "NONE" job. + * Scrollbar thumb in tall scrolled popup not visible. + * Can open a cmdline window from a substitute expression. + * Command line test fails. + * Can escape a terminal popup window when the job is finished. + * vim_regsub() can overwrite the destination. + * CurSearch highlight is often wrong. + * When using XIM the gui test may fail. + * Insufficient tests for autocommands. + * Using freed memory when searching for pattern in path. + * Check for autocmd_add() event argument is confusing. + * CI checkout step title is a bit cryptic. + * Cannot have a comment halfway an expression in an autocmd command block. + * No good filetype for conf files similar to dosini. + * Statusline is not updated when terminal title changes. + * The channel log only contains some of the raw terminal output. + * Using gettimeofday() for timeout is very inefficient. + * input() does not handle composing characters properly. + * Autoconf 2.71 produces many obsolete warnings. + * Running configure fails. + * C89 requires signal handlers to return void. + * Coverity warns for dead code. + * Error for a command may go over the end of IObuff. + * No test for what 8.1.0052 fixes. + * Wrong return type for main() in tee.c. + * Can specify multispace listchars only for whole line. + * Timer_create is not available on every Mac system. (Hisashi T Fujinaka) + * Gcc 12.1 warning when building tee. + * Unnecessary code. + * With some Mac OS version clockid_t is redefined. + * Using uninitialized value and freed memory in spell command. + * Clang on MS-Windows produces warnings. + * Spell test fails on MS-Windows. + * Clang gives an out of bounds warning. + * Unnecessary code. + * Various warnings from clang on MS-Windows. + * Substitute test has a one second delay. + * DirChanged autocommand may use freed memory. (Shane-XB Qian) + * When indenting gets out of hand it is hard to stop. + * Retab test fails. + ------------------------------------------------------------------- Sun May 29 16:30:57 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 640a426..ed8da4f 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 5038 +%define patchlevel 5083 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site