From f85acc8b34e1eacde84e087236bdda67c7a49624151c7d99fd10b81c1539ba76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 24 Jun 2022 07:50:40 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20version=208.2.5154,=20fixes?= =?UTF-8?q?=20the=20following=20problems=20-=20fixed=20boo#1200184=20=20?= =?UTF-8?q?=20*=20Debugger=20test=20fails=20when=20run=20with=20valgrind.?= =?UTF-8?q?=20=20=20*=20Cannot=20build=20without=20the=20+channel=20featur?= =?UTF-8?q?e.=20(Dominique=20Pell=C3=A9)=20=20=20*=20Various=20small=20iss?= =?UTF-8?q?ues.=20=20=20*=20TIME=5FWITH=5FSYS=5FTIME=20is=20no=20longer=20?= =?UTF-8?q?supported=20by=20autoconf.=20=20=20*=20Seachpair=20timeout=20te?= =?UTF-8?q?st=20is=20flaky.=20=20=20*=20Using=20"volatile=20int"=20in=20a?= =?UTF-8?q?=20signal=20handler=20might=20be=20wrong.=20=20=20*=20Startup?= =?UTF-8?q?=20test=20fails=20if=20there=20is=20a=20status=20bar=20at=20the?= =?UTF-8?q?=20top=20of=20the=20=20=20screen.=20(Ernie=20Rael)=20=20=20*=20?= =?UTF-8?q?Some=20tests=20fail=20when=20using=20valgrind.=20Spurious=20lea?= =?UTF-8?q?k=20reports.=20=20=20*=20With=20'lazyredraw'=20set=20completion?= =?UTF-8?q?=20menu=20may=20be=20displayed=20wrong.=20=20=20*=20Exit=20test?= =?UTF-8?q?=20causes=20spurious=20valgrind=20reports.=20=20=20*=20Memory?= =?UTF-8?q?=20leak=20when=20substitute=20expression=20nests.=20=20=20*=20F?= =?UTF-8?q?laky=20test=20always=20fails=20on=20retry.=20=20=20*=20Invalid?= =?UTF-8?q?=20memory=20access=20when=20using=20an=20expression=20on=20the?= =?UTF-8?q?=20command=20line.=20=20=20*=20Cannot=20build=20without=20the?= =?UTF-8?q?=20+eval=20feature.=20(Tony=20Mechelynck)=20=20=20*=20Read=20pa?= =?UTF-8?q?st=20the=20end=20of=20the=20first=20line=20with=20":0;'{".=20?= =?UTF-8?q?=20=20*=20Reading=20beyond=20the=20end=20of=20the=20line=20with?= =?UTF-8?q?=20lisp=20indenting.=20=20=20*=20search()=20gets=20stuck=20with?= =?UTF-8?q?=20"c"=20and=20skip=20evaluates=20to=20true.=20=20=20*=20"make?= =?UTF-8?q?=20uninstall"=20does=20not=20remove=20colors/lists.=20=20=20*?= =?UTF-8?q?=20Still=20mentioning=20version8,=20some=20cosmetic=20issues.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=723 --- vim-8.2.5136.tar.gz | 3 --- vim-8.2.5154.tar.gz | 3 +++ vim.changes | 26 ++++++++++++++++++++++++++ vim.spec | 4 +++- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 vim-8.2.5136.tar.gz create mode 100644 vim-8.2.5154.tar.gz 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