From 892d7729e20b00078081143cc7d126e703786233314b87ac6d5e7a86a03e3423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 8 Jan 2018 11:38:51 +0000 Subject: [PATCH] - Updated to revision 1428, fixes the following problems * No test for expanding backticks. * Cursor column is not updated after ]s. (Gary Johnson) * Accessing freed memory in vimgrep. * Accessing invalid memory with overlong byte sequence. * No fallback to underline when undercurl is not set. (Ben Jackson) * Error in return not caught by try/catch. * The timer_pause test is flaky on Travis. * execute() does not work in completion of user command. (thinca) * "gf" and don't accept ? and & in URL. (Dmitrii Tcyganok) * The :leftabove modifier doesn't work for :copen. * Compiler warning on 64 bit MS-Windows system. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=469 --- vim-8.0.1417.tar.gz | 3 --- vim-8.0.1428.tar.gz | 3 +++ vim.changes | 16 ++++++++++++++++ vim.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 vim-8.0.1417.tar.gz create mode 100644 vim-8.0.1428.tar.gz diff --git a/vim-8.0.1417.tar.gz b/vim-8.0.1417.tar.gz deleted file mode 100644 index c396549..0000000 --- a/vim-8.0.1417.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ead219e791fea02363fe1975b2dbae4cfefa503553c4ef2f972df5ba95f92c04 -size 13412925 diff --git a/vim-8.0.1428.tar.gz b/vim-8.0.1428.tar.gz new file mode 100644 index 0000000..1a50a92 --- /dev/null +++ b/vim-8.0.1428.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481f0f3478dbf6dcf4d0a63d7974966fc0773b17630c46a95825773608ea1f22 +size 13415243 diff --git a/vim.changes b/vim.changes index 0393258..3e5e3c5 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 8 11:32:31 UTC 2018 - idonmez@suse.com + +- Updated to revision 1428, fixes the following problems + * No test for expanding backticks. + * Cursor column is not updated after ]s. (Gary Johnson) + * Accessing freed memory in vimgrep. + * Accessing invalid memory with overlong byte sequence. + * No fallback to underline when undercurl is not set. (Ben Jackson) + * Error in return not caught by try/catch. + * The timer_pause test is flaky on Travis. + * execute() does not work in completion of user command. (thinca) + * "gf" and don't accept ? and & in URL. (Dmitrii Tcyganok) + * The :leftabove modifier doesn't work for :copen. + * Compiler warning on 64 bit MS-Windows system. + ------------------------------------------------------------------- Sun Jan 7 17:08:12 UTC 2018 - suse-beta@cboltz.de diff --git a/vim.spec b/vim.spec index ee4092e..542a39d 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.0 -%define patchlevel 1417 +%define patchlevel 1428 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site