From ee3cf54a02dcf68561acf7c052dcb61c0a1915ece70a665a3c44e092ef68081d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 9 Aug 2018 10:12:53 +0000 Subject: [PATCH] Accepting request 628368 from home:mimi_vx:branches:editors - update to 8.1.0258 * Using setline() in TextChangedI splits undo. * Saving and restoring window title does not always work. * using full path is not supported for 'backupdir' * GTK: when screen DPI changes Vim does not handle it. * duplicated quickfix code. * Python: error message for failing import is incorrect. * Build failure without the +eval feature. * calling setline() in TextChangedI autocmd breaks undo * no redraw when using a STOP signal on Vim and then CONT * Using :term ++close ++hidden closes a window * Insert mode completion may use an invalid buffer pointer. * Effect of ":tabmove N" is not clear. * g:actual_curbuf set in wrong scope. * Now Ruby build fails on other systems. * 'buftype' is cleared when using ":term ++hidden cat" * Ruby build fails when ruby_intern is missing OBS-URL: https://build.opensuse.org/request/show/628368 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=512 --- vim-8.1.0235.tar.gz | 3 --- vim-8.1.0258.tar.gz | 3 +++ vim.changes | 21 +++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 vim-8.1.0235.tar.gz create mode 100644 vim-8.1.0258.tar.gz diff --git a/vim-8.1.0235.tar.gz b/vim-8.1.0235.tar.gz deleted file mode 100644 index cb242c1..0000000 --- a/vim-8.1.0235.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18b828907707ddaf4543b5ca7b9398db9680f13904a28ac53f6de77e239f6371 -size 13776797 diff --git a/vim-8.1.0258.tar.gz b/vim-8.1.0258.tar.gz new file mode 100644 index 0000000..c9e93d3 --- /dev/null +++ b/vim-8.1.0258.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2b03ecea36eb33c2d2c1a8f2a401f8d2441c343c13b36f06f471548fbf0605 +size 13780750 diff --git a/vim.changes b/vim.changes index 040bf45..61b4faf 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Aug 9 10:08:25 UTC 2018 - mimi.vx@gmail.com + +- update to 8.1.0258 + * Using setline() in TextChangedI splits undo. + * Saving and restoring window title does not always work. + * using full path is not supported for 'backupdir' + * GTK: when screen DPI changes Vim does not handle it. + * duplicated quickfix code. + * Python: error message for failing import is incorrect. + * Build failure without the +eval feature. + * calling setline() in TextChangedI autocmd breaks undo + * no redraw when using a STOP signal on Vim and then CONT + * Using :term ++close ++hidden closes a window + * Insert mode completion may use an invalid buffer pointer. + * Effect of ":tabmove N" is not clear. + * g:actual_curbuf set in wrong scope. + * Now Ruby build fails on other systems. + * 'buftype' is cleared when using ":term ++hidden cat" + * Ruby build fails when ruby_intern is missing + ------------------------------------------------------------------- Thu Aug 2 20:52:07 UTC 2018 - mimi.vx@gmail.com diff --git a/vim.spec b/vim.spec index 7b82211..2acb2e3 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0235 +%define patchlevel 0258 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site