From 36f3ee3ab32794f81d657331322cc9c357de5ab9d455da9a30400d9583ae0c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 23 Sep 2013 10:53:33 +0000 Subject: [PATCH] - Updated to revision 035, fixes the following problems * Equivalence classes are not working for multi-byte characters. * An error in a pattern is reported twice. * The -mno-cygwin argument is no longer supported by Cygwin. * ":diffoff!" resets options even when 'diff' is not set. (Charles Cooper) * NFA engine does not match the NUL character. (Jonathon Merz) * When the terminal has only 20 lines test 92 and 93 overwrite the input file. * Using "p" in Visual block mode only changes the first line. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=163 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 14 ++++++++++++++ vim.spec | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index d905b96..ac514ac 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:d6d3ce2952e7cb8c0c2b9bcd41a231d4ccd4e62c9f8dde5c980c5b94f97d9721 -size 18804 +oid sha256:e5a65448987df09f5d75bc02a0ab8a6c36a588d765763cb0cb3be508ae4e4f2a +size 28367 diff --git a/vim.changes b/vim.changes index 25899f0..ff97656 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 23 10:49:50 UTC 2013 - idonmez@suse.com + +- Updated to revision 035, fixes the following problems + * Equivalence classes are not working for multi-byte characters. + * An error in a pattern is reported twice. + * The -mno-cygwin argument is no longer supported by Cygwin. + * ":diffoff!" resets options even when 'diff' is not set. (Charles + Cooper) + * NFA engine does not match the NUL character. (Jonathon Merz) + * When the terminal has only 20 lines test 92 and 93 overwrite the + input file. + * Using "p" in Visual block mode only changes the first line. + ------------------------------------------------------------------- Mon Sep 9 10:53:43 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 0eb8814..723d248 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 027 +%define official_ptchlvl 035 %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}