From e774df3955ecd72fac1fcf8df898a6ce80c299e07f6d770957952724e2a7b844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 15 Nov 2018 09:06:18 +0000 Subject: [PATCH] Accepting request 649198 from home:mimi_vx:branches:editors - Updated to version 8.1.0527 - fixes the following problems - refreshed disable-unreliable-tests.patch * Missing change to diff test. * When CTRL-C is mapped it triggers InsertLeave. * Filter command test may fail if helplang is not set. * Modeline test fails when run by root. * .raml files not properly detected. * Suspend test fails when run by root. * Checking cwd not accessible fails for root. * Filter test fails when $LANG is C.UTF-8. * ml_get error when calling a function with a range. * 'helplang' default is inconsistent for C and C.UTF-8. * No error for set diffopt+=algorithm:. * CTRL-W ^ does not work when alternate buffer has no name. * Reloading a script gives errors for existing functions. * :move command marks buffer modified when nothing changed. * Test_window_split_edit_alternate() fails on AppVeyor. * Test_window_split_edit_bufnr() fails on AppVeyor. * Cannot save and restore the tag stack. * Screen diff test sometimes fails. * Cannot build with +eval but without +quickfix. * :terminal does not show trailing empty lines. * Opening window from quickfix leaves empty buffer behind. * Running out of signal stack in RealWaitForChar. * Using 'shiftwidth' from wrong buffer for folding. OBS-URL: https://build.opensuse.org/request/show/649198 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=528 --- disable-unreliable-tests.patch | 25 +++++++++++++------------ vim-8.1.0503.tar.gz | 3 --- vim-8.1.0527.tar.gz | 3 +++ vim.changes | 29 +++++++++++++++++++++++++++++ vim.spec | 2 +- 5 files changed, 46 insertions(+), 16 deletions(-) delete mode 100644 vim-8.1.0503.tar.gz create mode 100644 vim-8.1.0527.tar.gz diff --git a/disable-unreliable-tests.patch b/disable-unreliable-tests.patch index 9ae8b6b..4ce7237 100644 --- a/disable-unreliable-tests.patch +++ b/disable-unreliable-tests.patch @@ -1,8 +1,8 @@ -Index: vim-8.1.0229/src/testdir/test_alot.vim +Index: vim-8.1.0527/src/testdir/test_alot.vim =================================================================== ---- vim-8.1.0229.orig/src/testdir/test_alot.vim -+++ vim-8.1.0229/src/testdir/test_alot.vim -@@ -33,13 +33,11 @@ source test_join.vim +--- vim-8.1.0527.orig/src/testdir/test_alot.vim ++++ vim-8.1.0527/src/testdir/test_alot.vim +@@ -36,14 +36,12 @@ source test_join.vim source test_jumps.vim source test_lambda.vim source test_lispwords.vim @@ -11,12 +11,13 @@ Index: vim-8.1.0229/src/testdir/test_alot.vim source test_menu.vim source test_messages.vim source test_modeline.vim + source test_move.vim source test_partial.vim -source test_popup.vim source test_put.vim source test_recover.vim source test_reltime.vim -@@ -55,7 +53,6 @@ source test_tabpage.vim +@@ -60,7 +58,6 @@ source test_tabpage.vim source test_tagcase.vim source test_tagjump.vim source test_taglist.vim @@ -24,11 +25,11 @@ Index: vim-8.1.0229/src/testdir/test_alot.vim source test_true_false.vim source test_unlet.vim source test_virtualedit.vim -Index: vim-8.1.0229/src/testdir/Makefile +Index: vim-8.1.0527/src/testdir/Makefile =================================================================== ---- vim-8.1.0229.orig/src/testdir/Makefile -+++ vim-8.1.0229/src/testdir/Makefile -@@ -144,8 +144,5 @@ test_gui_init.res: test_gui_init.vim +--- vim-8.1.0527.orig/src/testdir/Makefile ++++ vim-8.1.0527/src/testdir/Makefile +@@ -149,8 +149,5 @@ test_gui_init.res: test_gui_init.vim $(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< @rm vimcmd @@ -37,10 +38,10 @@ Index: vim-8.1.0229/src/testdir/Makefile - test_xxd.res: XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim -Index: vim-8.1.0229/src/testdir/Make_all.mak +Index: vim-8.1.0527/src/testdir/Make_all.mak =================================================================== ---- vim-8.1.0229.orig/src/testdir/Make_all.mak -+++ vim-8.1.0229/src/testdir/Make_all.mak +--- vim-8.1.0527.orig/src/testdir/Make_all.mak ++++ vim-8.1.0527/src/testdir/Make_all.mak @@ -140,7 +140,6 @@ NEW_TESTS = test_arabic.res \ test_netbeans.res \ test_normal.res \ diff --git a/vim-8.1.0503.tar.gz b/vim-8.1.0503.tar.gz deleted file mode 100644 index a5ed636..0000000 --- a/vim-8.1.0503.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20be35739d9102b3a5c821b42780cb7d4d460f768e384c80544b54f8a6c26952 -size 13865571 diff --git a/vim-8.1.0527.tar.gz b/vim-8.1.0527.tar.gz new file mode 100644 index 0000000..304379c --- /dev/null +++ b/vim-8.1.0527.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948cb1b234f12cdead2d7ac9749456d2df0948128982fd28b17583fee5d3e24d +size 13875743 diff --git a/vim.changes b/vim.changes index 5bbfaf9..1893f6d 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Nov 15 08:03:42 UTC 2018 - Ondřej Súkup + +- Updated to version 8.1.0527 - fixes the following problems +- refreshed disable-unreliable-tests.patch + * Missing change to diff test. + * When CTRL-C is mapped it triggers InsertLeave. + * Filter command test may fail if helplang is not set. + * Modeline test fails when run by root. + * .raml files not properly detected. + * Suspend test fails when run by root. + * Checking cwd not accessible fails for root. + * Filter test fails when $LANG is C.UTF-8. + * ml_get error when calling a function with a range. + * 'helplang' default is inconsistent for C and C.UTF-8. + * No error for set diffopt+=algorithm:. + * CTRL-W ^ does not work when alternate buffer has no name. + * Reloading a script gives errors for existing functions. + * :move command marks buffer modified when nothing changed. + * Test_window_split_edit_alternate() fails on AppVeyor. + * Test_window_split_edit_bufnr() fails on AppVeyor. + * Cannot save and restore the tag stack. + * Screen diff test sometimes fails. + * Cannot build with +eval but without +quickfix. + * :terminal does not show trailing empty lines. + * Opening window from quickfix leaves empty buffer behind. + * Running out of signal stack in RealWaitForChar. + * Using 'shiftwidth' from wrong buffer for folding. + ------------------------------------------------------------------- Fri Nov 2 12:49:10 UTC 2018 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 50946d3..18d31ad 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0503 +%define patchlevel 0527 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site