- Updated to revision 1353, fixes the following problems

* Compiler warnings in build with -O2.
  * When there is any error Vim will use a non-zero exit code.
  * When the test server fails to start Vim hangs.
  * When the port isn't opened yet when ch_open() is called it may
    fail instead of waiting for the specified time.
  * The test script lists all functions before executing them.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=311
This commit is contained in:
Ismail Dönmez 2016-02-19 08:41:52 +00:00 committed by Git OBS Bridge
parent f3ec0c0e1d
commit 54a2adcb32
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:dec89e020270c5cd6c862462a04e1f87730bcf3b869e415c3394886bae1c7fe9
size 12609438

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 19 08:32:41 UTC 2016 - idonmez@suse.com
- Updated to revision 1353, fixes the following problems
* Compiler warnings in build with -O2.
* When there is any error Vim will use a non-zero exit code.
* When the test server fails to start Vim hangs.
* When the port isn't opened yet when ch_open() is called it may
fail instead of waiting for the specified time.
* The test script lists all functions before executing them.
-------------------------------------------------------------------
Thu Feb 18 11:12:03 UTC 2016 - idonmez@suse.com

View File

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