From 5e05c0f2a68b45fd2b94fdc1d3f3c47274479d94a6bf0d71541f174725e8efc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 31 Jan 2018 11:02:05 +0000 Subject: [PATCH] - Updated to revision 1442, fixes the following problems * Crash when calling term_start() with empty argument. * Crash when term_start() fails. * MS-Windows: vimtutor fails if %TMP% has special chars. * After ":copen" can't get the window-ID of the quickfix window. (FalacerSelene) * Illegal memory access after undo. (Dominique Pelle) * GTK: :promtfind does not put focus on text input. (Adam Novak) * Memory leak in test_arabic. * Not enough information about what Python version may work. * Pkg-config doesn't work with cross compiling. * Filetype detection test not updated for change. * If cscope fails a search Vim may hang. * Terminal window: some vterm responses are delayed. * Using ":undo 0" leaves undo in wrong state. * Using pointer before it is set. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=478 --- vim-8.0.1428.tar.gz | 3 --- vim-8.0.1442.tar.gz | 3 +++ vim.changes | 20 ++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 vim-8.0.1428.tar.gz create mode 100644 vim-8.0.1442.tar.gz diff --git a/vim-8.0.1428.tar.gz b/vim-8.0.1428.tar.gz deleted file mode 100644 index 1a50a92..0000000 --- a/vim-8.0.1428.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:481f0f3478dbf6dcf4d0a63d7974966fc0773b17630c46a95825773608ea1f22 -size 13415243 diff --git a/vim-8.0.1442.tar.gz b/vim-8.0.1442.tar.gz new file mode 100644 index 0000000..c3331e1 --- /dev/null +++ b/vim-8.0.1442.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35990de2e358bc9880b1c4509f0446a3e36d2d4e0593945e4d02bd5ea12334eb +size 13432599 diff --git a/vim.changes b/vim.changes index 033eb32..ed29f01 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jan 31 10:49:07 UTC 2018 - idonmez@suse.com + +- Updated to revision 1442, fixes the following problems + * Crash when calling term_start() with empty argument. + * Crash when term_start() fails. + * MS-Windows: vimtutor fails if %TMP% has special chars. + * After ":copen" can't get the window-ID of the quickfix + window. (FalacerSelene) + * Illegal memory access after undo. (Dominique Pelle) + * GTK: :promtfind does not put focus on text input. (Adam Novak) + * Memory leak in test_arabic. + * Not enough information about what Python version may work. + * Pkg-config doesn't work with cross compiling. + * Filetype detection test not updated for change. + * If cscope fails a search Vim may hang. + * Terminal window: some vterm responses are delayed. + * Using ":undo 0" leaves undo in wrong state. + * Using pointer before it is set. + ------------------------------------------------------------------- Wed Jan 24 11:15:08 UTC 2018 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 35c7278..7aaf394 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.0 -%define patchlevel 1428 +%define patchlevel 1442 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site