- 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
This commit is contained in:
Ismail Dönmez 2013-05-06 14:56:10 +00:00 committed by Git OBS Bridge
parent 3001fd8022
commit 882cd4fbe9
3 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:965aa874799d5914de6a95bd6ecb6dbbccee78c049ebfaae9d16d47d568c916d oid sha256:5bbcc7a583d17290ea423ff614fd62578af9d120ca15ebf3835022b49ef61a42
size 980720 size 1021589

View File

@ -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 Thu Apr 25 09:36:37 UTC 2013 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.3 %define pkg_version 7.3
%define official_ptchlvl 918 %define official_ptchlvl 929
%define VIM_SUBDIR vim73 %define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site %define site_runtimepath /usr/share/vim/site