From c1e84f2cbd3afc0d1f68791f583415a4b000f210f0177b5bd3ca241bbeb88f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 13 Apr 2013 07:48:39 +0000 Subject: [PATCH] - Updated to revision 888, fixes the following problems * Double free for list and dict in Lua. (Shougo Matsu) * Can't build with multi-byte on Solaris 10. * No tests for Visual mode operators, what 7.3.879 fixes. * Filename completion with 'fileignorecase' does not work for multi-byte characters. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=138 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 10 ++++++++++ vim.spec | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index ba00ba5..112e6e9 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d771bf12bd8599eeeaa0a19a28e90a1ea5d85c87be655d3680c903f3f31cb3db -size 943844 +oid sha256:79ccf9c092cc514a12a0f201d71369d71359ea90697c41ac304d2ea039ca3bcc +size 945324 diff --git a/vim.changes b/vim.changes index 3de9fdf..e8eb162 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com + +- Updated to revision 888, fixes the following problems + * Double free for list and dict in Lua. (Shougo Matsu) + * Can't build with multi-byte on Solaris 10. + * No tests for Visual mode operators, what 7.3.879 fixes. + * Filename completion with 'fileignorecase' does not work for + multi-byte characters. + ------------------------------------------------------------------- Tue Apr 9 08:58:31 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index c420067..559e705 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 884 +%define official_ptchlvl 888 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site