diff --git a/_service b/_service index efb7c71..af24088 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ hg https://code.google.com/p/vim/ vim - 7.4.429.hg - v7-4-429 + 7.4.442.hg + v7-4-442 xz diff --git a/vim-7.4.429.hg.6187.tar.xz b/vim-7.4.429.hg.6187.tar.xz deleted file mode 100644 index b3f14c8..0000000 --- a/vim-7.4.429.hg.6187.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06c62dcfa18aa2ebf55bb3842411e57de4c0325ebb1bf9872113f5f67769f8a9 -size 7800268 diff --git a/vim-7.4.442.hg.6214.tar.xz b/vim-7.4.442.hg.6214.tar.xz new file mode 100644 index 0000000..36e96b0 --- /dev/null +++ b/vim-7.4.442.hg.6214.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9796bc34abdfddcba5f65ce7171ca505c842ee219dc0ec4c24daed79f85b6183 +size 7799824 diff --git a/vim.changes b/vim.changes index 237204f..5dbff69 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Sep 10 14:16:55 UTC 2014 - idonmez@suse.com + +- Updated to revision 442, fixes the following problems + * test_listlbr fails when compiled with normal features. + * Compiler warning. + * When the startup code expands command line arguments, setting + 'encoding' will not properly convert the arguments. + * gettabvar() is not consistent with getwinvar() and getbufvar(). + * Line formatting behaves differently when 'linebreak' is set. + (mvxxc) + * ml_get error for autocommand that moves the cursor of the current + window. + * New and old regexp engine are not consistent. + * Cached values for 'cino' not reset for ":set all&". + * Duplicate message in message history. Some quickfix messages + appear twice. (Gary Johnson) + * Omni complete popup drawn incorrectly. + * Endless loop and other problems when 'cedit' is set to CTRL-C. + * Using unitinialized variable. + ------------------------------------------------------------------- Sat Aug 30 14:21:44 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 3cf6c13..9ce4489 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 7.4 -%define patchlevel 429 -%define revision 6187 +%define patchlevel 442 +%define revision 6214 %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}