From 04456e45f8ef95a77dbda34a244ab74c7cae1439f50f369820243af407427884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 9 Sep 2013 11:03:36 +0000 Subject: [PATCH] -Updated to revision 027, fixes the following problems * Crash with invalid argument to mkdir(). * Cannot find out if "acl" and "xpm" features are supported. multi-byte characters. * File name buffer too small for utf-8. * ":help !!" does not find the "!!" tag in the help file. (Ben Fritz) * When completing item becomes unselected. (Shougo Matsu) * NFA engine matches too much with \@>. (John McGowan) * NFA regexp: Using \ze in one branch which doesn't match may cause end of another branch to be wrong. (William Fugh) * Deadlock while exiting, because of allocating memory. * When root edits a file the undo file is owned by root while the edited file may be owned by another user, which is not allowed. (cac2s) * Reading before start of a string. * Clang warning for int shift overflow. * Another valgrind error when using CTRL-X CTRL-F at the start of the line. (Dominique Pelle) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=161 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 23 +++++++++++++++++++++++ vim.spec | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index 576572a..d905b96 100644 --- a/vim-7.4-patches.tar.bz2 +++ b/vim-7.4-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7921b2b09cbfb440f83a5670b01af1befde5cbbd42906b747d85a3726f7c7041 -size 8856 +oid sha256:d6d3ce2952e7cb8c0c2b9bcd41a231d4ccd4e62c9f8dde5c980c5b94f97d9721 +size 18804 diff --git a/vim.changes b/vim.changes index 82f08ba..25899f0 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Sep 9 10:53:43 UTC 2013 - idonmez@suse.com + +-Updated to revision 027, fixes the following problems + * Crash with invalid argument to mkdir(). + * Cannot find out if "acl" and "xpm" features are supported. + multi-byte characters. + * File name buffer too small for utf-8. + * ":help !!" does not find the "!!" tag in the help file. (Ben + Fritz) + * When completing item becomes unselected. (Shougo Matsu) + * NFA engine matches too much with \@>. (John McGowan) + * NFA regexp: Using \ze in one branch which doesn't match may cause + end of another branch to be wrong. (William Fugh) + * Deadlock while exiting, because of allocating memory. + * When root edits a file the undo file is owned by root while the + edited file may be owned by another user, which is not allowed. + (cac2s) + * Reading before start of a string. + * Clang warning for int shift overflow. + * Another valgrind error when using CTRL-X CTRL-F at the start of + the line. (Dominique Pelle) + ------------------------------------------------------------------- Thu Sep 5 18:50:28 CEST 2013 - mls@suse.de diff --git a/vim.spec b/vim.spec index e440242..0eb8814 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 009 +%define official_ptchlvl 027 %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}