- Updated to revision 1726, fixes the following problems

* Crash when calling garbagecollect() after starting a job.
  * When using try/catch in 'tabline' it is still considered an error
    and the tabline will be disabled.
  * Tabline test fails in GUI.
  * Compiler errors for non-ANSI compilers.
  * ANSI compiler complains about string length.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=348
This commit is contained in:
Ismail Dönmez 2016-04-14 08:17:26 +00:00 committed by Git OBS Bridge
parent d4f573c9f9
commit 31b523cb90
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb0cbb2eb2523a2f13347da85523ac1734944c08b30124002b23ff6f7b0b0015
size 12540541

3
v7.4.1726.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2085d6115b8316c89e9bbe374d67f237d92840e1e72534802fa8621bbad97123
size 12549477

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 14 08:03:14 UTC 2016 - idonmez@suse.com
- Updated to revision 1726, fixes the following problems
* Crash when calling garbagecollect() after starting a job.
* When using try/catch in 'tabline' it is still considered an error
and the tabline will be disabled.
* Tabline test fails in GUI.
* Compiler errors for non-ANSI compilers.
* ANSI compiler complains about string length.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 07:53:30 UTC 2016 - idonmez@suse.com Mon Apr 11 07:53:30 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4 %define pkg_version 7.4
%define patchlevel 1721 %define patchlevel 1726
%define VIM_SUBDIR vim74 %define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site %define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags} %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}