From d831f7c3b322d84499e3626bdbe877d06b04fe7dfd6b8452c3959525adae28bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 27 Apr 2015 10:56:06 +0000 Subject: [PATCH] - Updated to revision 712, fixes the following problems * Out-of-bounds read, dectected by Coverity. * Not freeing memory when encountering an error. * The filename used for ":profile" must be given literally. * Various problems with locked and fixed lists and dictionaries. * E315 when trying to delete a fold. (Yutao Yuan) * Fold can't be opened after ":move". (Ein Brown) * Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto) * Joining an empty list does uneccessary work. * Compiler warning for start_dir unused when building unittests. * Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle) * Can't build with Ruby 2.2. * Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) * Undo files can have their executable bit set. * gettext() is called too often. * ":tabmove" does not work as documented. * It is not possible to make spaces visibible in list mode. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=267 --- v7-4-694.tar.gz | 3 --- v7-4-712.tar.gz | 3 +++ vim.changes | 21 +++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 v7-4-694.tar.gz create mode 100644 v7-4-712.tar.gz diff --git a/v7-4-694.tar.gz b/v7-4-694.tar.gz deleted file mode 100644 index 37704ad..0000000 --- a/v7-4-694.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d394921eeb5478fd15681debffd9ef6b52fdb745ca2578d96bda05b80b83ff2 -size 12169148 diff --git a/v7-4-712.tar.gz b/v7-4-712.tar.gz new file mode 100644 index 0000000..3394a2f --- /dev/null +++ b/v7-4-712.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2990f82951b2b524f9a26190c9ea430990f4792ab75e7f3fed1465439e7d196 +size 12169754 diff --git a/vim.changes b/vim.changes index 026339b..004c858 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com + +- Updated to revision 712, fixes the following problems + * Out-of-bounds read, dectected by Coverity. + * Not freeing memory when encountering an error. + * The filename used for ":profile" must be given literally. + * Various problems with locked and fixed lists and dictionaries. + * E315 when trying to delete a fold. (Yutao Yuan) + * Fold can't be opened after ":move". (Ein Brown) + * Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto) + * Joining an empty list does uneccessary work. + * Compiler warning for start_dir unused when building unittests. + * Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle) + * Can't build with Ruby 2.2. + * Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) + * Undo files can have their executable bit set. + * gettext() is called too often. + * ":tabmove" does not work as documented. + * It is not possible to make spaces visibible in list mode. + ------------------------------------------------------------------- Mon Apr 13 11:25:34 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 142cbf1..8806501 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 694 +%define patchlevel 712 %define _rversion 7-4-%patchlevel %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site