Ismail Dönmez 2016-02-22 09:58:43 +00:00 committed by Git OBS Bridge
parent 030d150c11
commit 8099e65826
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 22 09:53:40 UTC 2016 - idonmez@suse.com
- Updated to revision 1385, fixes the following problems
* Job and channel options parsing is scattered.
* Channel test ch_sendexpr() times out.
* Can't remove a callback with ch_setoptions().
* Channels don't have a queue for stderr.
* X11 GUI callbacks don't specify the part of the channel.
* Channel read implementation is incomplete.
* Calling a Vim function over a channel requires turning the
arguments into a string.
* ch_setoptions() cannot set all options.
* Can't change job settings after it started.
* The job exit callback is not implemented.
* Can't get the job of a channel.
* It is not easy to use a set of plugins and their dependencies.
-------------------------------------------------------------------
Fri Feb 19 08:32:41 UTC 2016 - idonmez@suse.com

View File

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