From e4689c07ef47dcafbc3776b923b7e4d2bd15766caf27e169ae8853424dccd25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 13 Mar 2014 11:19:59 +0000 Subject: [PATCH] - Updated to revision 205, fixes the following problems * Typos in messages. * Python tests fail. * Can't build Vim with Perl when -Dusethreads is not specified for building Perl, and building Vim with --enable-perlinterp=dynamic. * (issue 197) ]P doesn't paste over Visual selection. * Too many #ifdefs in the code. * 'lispwords' is a global option. * Parsing 'errorformat' is not correct. * A mapping where the second byte is 0x80 doesn't work. * ":mksession" writes command to move to second argument while it does not exist. When it does exist the order might be wrong. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=204 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 16 ++++++++++++++++ vim.spec | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index f6dac9a..a38e0f5 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:7adcff22b214e52c5825f1e868e069501a0ed66d1193fddf0631e27ddedb9a6c -size 163615 +oid sha256:b49cf6891e0af0bcb46695c2c8d27466ecc6e742811c3f4f80d5e8f4627b6cc8 +size 181267 diff --git a/vim.changes b/vim.changes index f15aaf2..db1eee7 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com + +- Updated to revision 205, fixes the following problems + * Typos in messages. + * Python tests fail. + * Can't build Vim with Perl when -Dusethreads is not specified for + building Perl, and building Vim with --enable-perlinterp=dynamic. + * (issue 197) ]P doesn't paste over Visual selection. + * Too many #ifdefs in the code. + * 'lispwords' is a global option. + * Parsing 'errorformat' is not correct. + * A mapping where the second byte is 0x80 doesn't work. + * ":mksession" writes command to move to second argument while it + does not exist. When it does exist the order might be wrong. + ------------------------------------------------------------------- Thu Mar 6 22:24:41 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index d123f56..729ad0f 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 192 +%define official_ptchlvl 205 %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}