- 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:
parent
f3ec0c0e1d
commit
54a2adcb32
@ -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
3
v7.4.1353.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d48b4fc0c2f576a22dbd2f1e7662cf424a7aeec3425f8263770059419f4a56a
|
||||||
|
size 12610341
|
11
vim.changes
11
vim.changes
@ -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
|
Thu Feb 18 11:12:03 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1345
|
%define patchlevel 1353
|
||||||
%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}
|
||||||
|
Loading…
Reference in New Issue
Block a user