From 54a2adcb32a013573dbf919abd0902f0431c678506a73b708d8951ea74c9f33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 19 Feb 2016 08:41:52 +0000 Subject: [PATCH] - 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 --- v7.4.1345.tar.gz | 3 --- v7.4.1353.tar.gz | 3 +++ vim.changes | 11 +++++++++++ vim.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 v7.4.1345.tar.gz create mode 100644 v7.4.1353.tar.gz diff --git a/v7.4.1345.tar.gz b/v7.4.1345.tar.gz deleted file mode 100644 index 31c63f4..0000000 --- a/v7.4.1345.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec89e020270c5cd6c862462a04e1f87730bcf3b869e415c3394886bae1c7fe9 -size 12609438 diff --git a/v7.4.1353.tar.gz b/v7.4.1353.tar.gz new file mode 100644 index 0000000..f6c2ad8 --- /dev/null +++ b/v7.4.1353.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d48b4fc0c2f576a22dbd2f1e7662cf424a7aeec3425f8263770059419f4a56a +size 12610341 diff --git a/vim.changes b/vim.changes index 449d3ef..d063ff8 100644 --- a/vim.changes +++ b/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 diff --git a/vim.spec b/vim.spec index 5f65080..19601ab 100644 --- a/vim.spec +++ b/vim.spec @@ -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}