From 882cd4fbe9d03fd829c2e2535b9ce73d5b8e628f6d8ca073ceb3a73d4c7bac81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 6 May 2013 14:56:10 +0000 Subject: [PATCH] - Updated to revision 929, fixes the following problems * An empty nl.po file does not work with an old msgfmt. * Compiler warning for size_t to int. * Trying to create a fontset handle when 'guifontset' is not set. * No test for what 7.3.918 fixes. * Check for X11 header files fails on Solaris. * Python interface can't easily access options. * Typos in source files. * Autocommands are triggered by setwinvar() et al. Missing BufEnter on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of events for :tablose and :tabnew. * Missing combining characters when putting text in a register. * Can't build with strict C compiler. * Compiler warning for unused variable. Not freeing unused string. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=143 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 18 ++++++++++++++++++ vim.spec | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 1ea0b7f..01e85ac 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:965aa874799d5914de6a95bd6ecb6dbbccee78c049ebfaae9d16d47d568c916d -size 980720 +oid sha256:5bbcc7a583d17290ea423ff614fd62578af9d120ca15ebf3835022b49ef61a42 +size 1021589 diff --git a/vim.changes b/vim.changes index eb7bac6..89a4cd1 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 6 14:51:45 UTC 2013 - idonmez@suse.com + +- Updated to revision 929, fixes the following problems + * An empty nl.po file does not work with an old msgfmt. + * Compiler warning for size_t to int. + * Trying to create a fontset handle when 'guifontset' is not set. + * No test for what 7.3.918 fixes. + * Check for X11 header files fails on Solaris. + * Python interface can't easily access options. + * Typos in source files. + * Autocommands are triggered by setwinvar() et al. Missing BufEnter + on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of + events for :tablose and :tabnew. + * Missing combining characters when putting text in a register. + * Can't build with strict C compiler. + * Compiler warning for unused variable. Not freeing unused string. + ------------------------------------------------------------------- Thu Apr 25 09:36:37 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 0f7ecdf..fa6ca0a 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 918 +%define official_ptchlvl 929 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site