From e944bb7c2502d93c37ffa4f5c8cafc1e19a05632027d208518fbd891609825db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 6 Mar 2023 11:27:35 +0000 Subject: [PATCH] - Updated to version 9.0.1386, fixes the following problems * Divide by zero in zero-width window. * Bass files are not recognized. * Still some "else if" constructs for setting options. * Crash when using a NULL object. (Ernie Rael) * Ballooneval interferes with Insert completion. * Test for 'toolbariconsize' may fail. * Wrong text displayed when using both 'linebreak' and 'list'. * Function for setting options not used consistently. * Crash when getting member of obj of unknown class. * Accessing invalid memory with put in Visual block mode. * job_status() may return "dead" if the process parent changed. * Illegal memory access when using virtual editing. * Functions for handling options are not ordered. * CTRL-X on 2**64 subtracts two. (James McCoy) * ACCESS_ names have a conflict with on some systems. * Failing test for strptime() doesn't show returned value. * xxd: combination of little endian and cols fails. (Aapo Rantalainen) * Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. * g'Esc is considered an error. * Options test fails with some window width. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=790 --- vim-9.0.1367.tar.gz | 3 --- vim-9.0.1386.tar.gz | 3 +++ vim.changes | 25 +++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.1367.tar.gz create mode 100644 vim-9.0.1386.tar.gz diff --git a/vim-9.0.1367.tar.gz b/vim-9.0.1367.tar.gz deleted file mode 100644 index 2ca3c3e..0000000 --- a/vim-9.0.1367.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e09f6febf5dc7d4d99d468ebbc58369765580681d3382134f63ba6cd746b17d -size 16974115 diff --git a/vim-9.0.1386.tar.gz b/vim-9.0.1386.tar.gz new file mode 100644 index 0000000..8bba194 --- /dev/null +++ b/vim-9.0.1386.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbce36e5e2893f1cbad5c9bfc4d1161a271954a683d1f253085d1e2819cb011 +size 16975682 diff --git a/vim.changes b/vim.changes index 0b3a0af..638b887 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Mar 6 11:26:48 UTC 2023 - Ondřej Súkup + +- Updated to version 9.0.1386, fixes the following problems + * Divide by zero in zero-width window. + * Bass files are not recognized. + * Still some "else if" constructs for setting options. + * Crash when using a NULL object. (Ernie Rael) + * Ballooneval interferes with Insert completion. + * Test for 'toolbariconsize' may fail. + * Wrong text displayed when using both 'linebreak' and 'list'. + * Function for setting options not used consistently. + * Crash when getting member of obj of unknown class. + * Accessing invalid memory with put in Visual block mode. + * job_status() may return "dead" if the process parent changed. + * Illegal memory access when using virtual editing. + * Functions for handling options are not ordered. + * CTRL-X on 2**64 subtracts two. (James McCoy) + * ACCESS_ names have a conflict with on some systems. + * Failing test for strptime() doesn't show returned value. + * xxd: combination of little endian and cols fails. (Aapo Rantalainen) + * Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. + * g'Esc is considered an error. + * Options test fails with some window width. + ------------------------------------------------------------------- Thu Mar 2 11:29:14 UTC 2023 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index fcb33a7..a9e1314 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 1367 +%define patchlevel 1386 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site