From 9c88d7a12075641409a8be7400746af71787cd057774c3ad311a04e8aacb1d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 15 Jan 2020 12:55:21 +0000 Subject: [PATCH] - Updated to version 8.2.0119, fixes the following problems * Printf formats are not exactly right. * Hgignore is out of sync from gitignore. * When sign text is changed a manual redraw is needed. (Pontus Lietzler) * Corrupted text properties when expanding spaces. * prop_find() is not implemented. * VAR_SPECIAL is also used for booleans. * Illegal memory access when using 'cindent'. * "make cmdidxs" fails. * Info about sourced scripts is scattered. * Byte2line() does not work correctly with text properties. (Billie Cleek) * BufEnter autocmd not triggered on ":tab drop". (Andy Stewart) * Crash when using gettabwinvar() with invalid arguments. (Yilin Yang) * Crash when cycling to buffers involving popup window . * Message test fails on some platforms. (Elimar Riesebieter) * Wrong size argument to vim_snprintf(). (Dominique Pelle) * Diffmode completion doesn't use per-window setting. * Some corners of vim_snprintf() are not tested. * ERROR_UNKNOWN clashes on some systems. * Crash when using Python 3 with "utf32" encoding. (Dominique Pelle) * ETYPE_ is used for two different enums. * Crash when using Python 3 with "debug" encoding. (Dominique Pelle) * Initializing globals with COMMA is clumsy. * Python 3 unicode test sometimes fails. * Python 3 unicode test still sometimes fails. * settagstack() cannot truncate at current index. * Expanding works differently the second time. * Python 3 unicode test still fails on MS-Windows. * Globals using INIT4() are not in the tags file. * When reusing a buffer listeners are not cleared. (Axel Forsman) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=581 --- vim-8.2.0063.tar.gz | 3 --- vim-8.2.0119.tar.gz | 3 +++ vim.changes | 57 +++++++++++++++++++++++++++++++++++++++++++++ vim.spec | 5 ++-- 4 files changed, 62 insertions(+), 6 deletions(-) delete mode 100644 vim-8.2.0063.tar.gz create mode 100644 vim-8.2.0119.tar.gz diff --git a/vim-8.2.0063.tar.gz b/vim-8.2.0063.tar.gz deleted file mode 100644 index 34f021b..0000000 --- a/vim-8.2.0063.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc3446bcb0c8dd9f4aa44f5e6e21c7cc3583922b8e554d4059b21950db250b34 -size 14658425 diff --git a/vim-8.2.0119.tar.gz b/vim-8.2.0119.tar.gz new file mode 100644 index 0000000..e3b3b17 --- /dev/null +++ b/vim-8.2.0119.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b56603aebc47f06e06a1419b9c5db855f4af5dc71ffa28a00cebcf4b4162aa7 +size 14668552 diff --git a/vim.changes b/vim.changes index 74cca0a..1fdcce5 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Wed Jan 15 12:54:34 UTC 2020 - Ondřej Súkup + +- Updated to version 8.2.0119, fixes the following problems + * Printf formats are not exactly right. + * Hgignore is out of sync from gitignore. + * When sign text is changed a manual redraw is needed. (Pontus Lietzler) + * Corrupted text properties when expanding spaces. + * prop_find() is not implemented. + * VAR_SPECIAL is also used for booleans. + * Illegal memory access when using 'cindent'. + * "make cmdidxs" fails. + * Info about sourced scripts is scattered. + * Byte2line() does not work correctly with text properties. (Billie Cleek) + * BufEnter autocmd not triggered on ":tab drop". (Andy Stewart) + * Crash when using gettabwinvar() with invalid arguments. (Yilin Yang) + * Crash when cycling to buffers involving popup window . + * Message test fails on some platforms. (Elimar Riesebieter) + * Wrong size argument to vim_snprintf(). (Dominique Pelle) + * Diffmode completion doesn't use per-window setting. + * Some corners of vim_snprintf() are not tested. + * ERROR_UNKNOWN clashes on some systems. + * Crash when using Python 3 with "utf32" encoding. (Dominique Pelle) + * ETYPE_ is used for two different enums. + * Crash when using Python 3 with "debug" encoding. (Dominique Pelle) + * Initializing globals with COMMA is clumsy. + * Python 3 unicode test sometimes fails. + * Python 3 unicode test still sometimes fails. + * settagstack() cannot truncate at current index. + * Expanding works differently the second time. + * Python 3 unicode test still fails on MS-Windows. + * Globals using INIT4() are not in the tags file. + * When reusing a buffer listeners are not cleared. (Axel Forsman) + * Text properties wrong when tabs and spaces are exchanged. + * Complete item "user_data" can only be a string. + * Dead code in builtin functions. + * Build error for small version. (Tony Mechelynck) + * Crash in command line expansion when out of memory. + * Insufficient tests for tags; bug in using extra tag field when using an + ex command to position the cursor. + * Crash when running out of memory in :setfiletype completion. + * Generated files show up in git status. + * Compiler warnings for size_t / int types. + * Tags functionality insufficiently tested. + * win_splitmove() can make Vim hang. + * Cannot specify exit code for :cquit. + * Cannot create tiny popup window in last column. (Daniel Steinberg) + * Crash with autocommand and spellfile. (Tim Pope) + * Exe stack length can be wrong without being detected. + * Use of NULL pointer when out of memory. + * Macros for Ruby are too complicated. + * Crash when passing null object to ":echomsg". + * Messages test fails in small version. + * Using null object with execute() has strange effects. + * Using channel or job with ":execute" has strange effects. + * Vim license not easy to find on github. + ------------------------------------------------------------------- Mon Dec 30 21:12:22 UTC 2019 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 387b8e2..a950c9f 100644 --- a/vim.spec +++ b/vim.spec @@ -1,7 +1,7 @@ # # spec file for package vim # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 0063 +%define patchlevel 0119 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site @@ -312,7 +312,6 @@ install -D -m 0644 %{SOURCE19} %{buildroot}%{_datadir}/applications/gvim.desktop # # documentation install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/ -cp runtime/doc/uganda.txt LICENSE install -D -m 0644 \ vimrc_example1 vimrc_example2 suse.vimrc \ README.txt READMEdir/README_src.txt READMEdir/README_unix.txt \