From 84cbe84263c20b8044cb436d875aaa7289dfef8ce537856996e73a667cd7d7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 16 Jun 2014 11:03:21 +0000 Subject: [PATCH] - Updated to revision 326, fixes the following problems * When using ":diffsplit" on an empty file the cursor is displayed on the command line. * When increasing the size of the lower window, the upper window jumps back to the top. (Ron Aaron) * getpos()/setpos() don't include curswant. * Can't use winrestview to only restore part of the view. * Cannot figure out what argument list is being used for a window. * Changing the return value of getpos() causes an error. (Jie Zhu) * Completion messages can get in the way of a plugin. * Fixes for computation of topline not tested. * Warning from 64-bit compiler. * Crash when starting gvim. Issue 230. * Check for whether a highlight group has settings ignores fg and bg color settings. * Crash when putting zero bytes on the clipboard. * Possible crash when an BufLeave autocommand deletes the buffer. * Using "msgfmt" is hard coded, cannot use "gmsgfmt". * Substitute() with zero width pattern breaks multi-byte character. * In Ex mode, cyrillic characters are not handled. (Stas Malavin) * When starting the gui and changing the window size the status line may not be drawn correctly. * Can't build Tiny version. (Elimar Riesebieter) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=219 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 27 +++++++++++++++++++++++++++ vim.spec | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index d188f9b..9720ba4 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:40c18f8a5f77776332cf4339cf107603ec8d55d4d6fdb6e409d9f77e0ed9e3c7 -size 329098 +oid sha256:d38fce29d8963d124f94972a565b44bf32607babcd1c5c176f64ea7379eed198 +size 344529 diff --git a/vim.changes b/vim.changes index 9a27597..930c001 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jun 16 10:54:34 UTC 2014 - idonmez@suse.com + +- Updated to revision 326, fixes the following problems + * When using ":diffsplit" on an empty file the cursor is displayed + on the command line. + * When increasing the size of the lower window, the upper window + jumps back to the top. (Ron Aaron) + * getpos()/setpos() don't include curswant. + * Can't use winrestview to only restore part of the view. + * Cannot figure out what argument list is being used for a window. + * Changing the return value of getpos() causes an error. (Jie Zhu) + * Completion messages can get in the way of a plugin. + * Fixes for computation of topline not tested. + * Warning from 64-bit compiler. + * Crash when starting gvim. Issue 230. + * Check for whether a highlight group has settings ignores fg and bg + color settings. + * Crash when putting zero bytes on the clipboard. + * Possible crash when an BufLeave autocommand deletes the buffer. + * Using "msgfmt" is hard coded, cannot use "gmsgfmt". + * Substitute() with zero width pattern breaks multi-byte character. + * In Ex mode, cyrillic characters are not handled. (Stas Malavin) + * When starting the gui and changing the window size the status line + may not be drawn correctly. + * Can't build Tiny version. (Elimar Riesebieter) + ------------------------------------------------------------------- Mon May 26 08:40:24 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index cc32b59..9e14a7c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 307 +%define official_ptchlvl 326 %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}