- Updated to revision 1796, fixes the following problems

* Cannot use ch_read() in the close callback.
  * Leading white space in a job command matters.
  * Channel could be garbage collected too early.
  * Color name decoding is implemented several times.
  * Some character classes may differ between systems.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=355
This commit is contained in:
Ismail Dönmez 2016-04-28 07:38:41 +00:00 committed by Git OBS Bridge
parent 44e1af5d19
commit 81322d500b
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:f6892831af1db4d802b3d1eadbd57c8a543185e15b23d2fe5ebccb8e4d3167e4
size 12565869

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 28 07:31:10 UTC 2016 - idonmez@suse.com
- Updated to revision 1796, fixes the following problems
* Cannot use ch_read() in the close callback.
* Leading white space in a job command matters.
* Channel could be garbage collected too early.
* Color name decoding is implemented several times.
* Some character classes may differ between systems.
-------------------------------------------------------------------
Sun Apr 24 16:15:34 UTC 2016 - idonmez@suse.com

View File

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