- Updated to revision 1421, fixes the following problems

* When calling ch_close() the close callback is invoked,
    even though the docs say it isn't.
  * Using "u_char" intead of "char_u", which doesn't work everywhere.
  * Tests slowed down because of the "not a terminal" warning.
  * May free a channel when a callback may need to be invoked.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=319
This commit is contained in:
Ismail Dönmez 2016-02-26 08:22:38 +00:00 committed by Git OBS Bridge
parent dd3d44bcba
commit e9c32e6337
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 26 08:21:14 UTC 2016 - idonmez@suse.com
- Updated to revision 1421, fixes the following problems
* When calling ch_close() the close callback is invoked,
even though the docs say it isn't.
* Using "u_char" intead of "char_u", which doesn't work everywhere.
* Tests slowed down because of the "not a terminal" warning.
* May free a channel when a callback may need to be invoked.
-------------------------------------------------------------------
Wed Feb 24 19:56:00 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1410
%define patchlevel 1421
%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}