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}