diff --git a/vim-8.2.5136.tar.gz b/vim-8.2.5136.tar.gz deleted file mode 100644 index 8bb6fab..0000000 --- a/vim-8.2.5136.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed011e94a799a903997e8e0e786a0b1129ccd749101b25f9db687b4cfed76a56 -size 16512645 diff --git a/vim-8.2.5154.tar.gz b/vim-8.2.5154.tar.gz new file mode 100644 index 0000000..28bc836 --- /dev/null +++ b/vim-8.2.5154.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bc45d305cf93fb4ba8f6619c7ac02209daee1f8f3ae071c2dbd635d9f587e3 +size 16553923 diff --git a/vim.changes b/vim.changes index 1cbbb29..f15cc0f 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jun 24 07:47:35 UTC 2022 - Ondřej Súkup + +- Updated to version 8.2.5154, fixes the following problems +- fixed boo#1200184 + * Debugger test fails when run with valgrind. + * Cannot build without the +channel feature. (Dominique Pellé) + * Various small issues. + * TIME_WITH_SYS_TIME is no longer supported by autoconf. + * Seachpair timeout test is flaky. + * Using "volatile int" in a signal handler might be wrong. + * Startup test fails if there is a status bar at the top of the + screen. (Ernie Rael) + * Some tests fail when using valgrind. Spurious leak reports. + * With 'lazyredraw' set completion menu may be displayed wrong. + * Exit test causes spurious valgrind reports. + * Memory leak when substitute expression nests. + * Flaky test always fails on retry. + * Invalid memory access when using an expression on the command line. + * Cannot build without the +eval feature. (Tony Mechelynck) + * Read past the end of the first line with ":0;'{". + * 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. + ------------------------------------------------------------------- Mon Jun 20 08:06:56 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 0db6662..2e56298 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 5136 +%define patchlevel 5154 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site @@ -657,6 +657,7 @@ fi %files data # exclude common files %exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim +%exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/script.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim %exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim @@ -699,6 +700,7 @@ fi %dir %{_datadir}/vim/%{VIM_SUBDIR}/syntax/ %{_datadir}/vim/%{VIM_SUBDIR}/suse.vimrc %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim +%{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/script.vim %{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim %{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim %{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim