From 978db20ea1f312953a694f9a123f940a1a5778805a4deec683c1bed547c62f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 14 Dec 2015 14:17:52 +0000 Subject: [PATCH] - Updated to revision 972, fixes the following problems * Test 87 doesn't work in a shadow directory. * Configure doesn't work with a space in a path. * test86 and test87 are flaky in Appveyor. * Rare crash in getvcol(). (Timo Mihaljov) * The asin() function can't be used. * Memory leak when there is an error in setting an option. - Updated to revision 963, fixes the following problems * Crash when dragging with the mouse. * Segfault reading unitialized memory. * X11 and GTK have moure mouse buttons than Vim supports. * Memory leak when encountering a syntax error. * vt52 terminal codes are not correct. * There is no way to ignore case only for tag searches. * test_tagcase breaks for small builds. * Writing tests for Vim script is hard. * New style testing is incomplete. * Missing changes in source file. * Test_listchars fails with MingW. (Michael Soyka) * Can't build when the insert_expand feature is disabled. * When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart) * v:errors is not initialized. * Sorting number strings does not work as expected. (Luc Hermitte) * 'lispwords' is tested in the old way. * When a test script navigates to another buffer the .res file is created with the wrong name. * When using Lua there may be a crash. (issue #468) * Vim doesn't recognize .pl6 and .pod6 files. * A few more file name extensions not recognized. * Test_tagcase fails when using another language than English. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=294 --- v7.4.935.tar.gz | 3 --- v7.4.972.tar.gz | 3 +++ vim.changes | 42 ++++++++++++++++++++++++++++++++++++++++++ vim.spec | 3 ++- 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 v7.4.935.tar.gz create mode 100644 v7.4.972.tar.gz diff --git a/v7.4.935.tar.gz b/v7.4.935.tar.gz deleted file mode 100644 index 256c564..0000000 --- a/v7.4.935.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f777aedc0410ab233cc3e20203589a273ca33f88010ef74e24a59d0454acbb34 -size 12307231 diff --git a/v7.4.972.tar.gz b/v7.4.972.tar.gz new file mode 100644 index 0000000..f597f71 --- /dev/null +++ b/v7.4.972.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123c81d4ce6a3a6d5844358b8b5dbf8e1b44ebe8fa37111fbdaca5e2cd976660 +size 12314928 diff --git a/vim.changes b/vim.changes index a18e0fe..c065881 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sun Dec 13 16:13:24 UTC 2015 - idonmez@suse.com + +- Updated to revision 972, fixes the following problems + * Test 87 doesn't work in a shadow directory. + * Configure doesn't work with a space in a path. + * test86 and test87 are flaky in Appveyor. + * Rare crash in getvcol(). (Timo Mihaljov) + * The asin() function can't be used. + * Memory leak when there is an error in setting an option. + +------------------------------------------------------------------- +Sun Dec 6 14:47:49 UTC 2015 - idonmez@suse.com + +- Updated to revision 963, fixes the following problems + * Crash when dragging with the mouse. + * Segfault reading unitialized memory. + * X11 and GTK have moure mouse buttons than Vim supports. + * Memory leak when encountering a syntax error. + * vt52 terminal codes are not correct. + * There is no way to ignore case only for tag searches. + * test_tagcase breaks for small builds. + * Writing tests for Vim script is hard. + * New style testing is incomplete. + * Missing changes in source file. + * Test_listchars fails with MingW. (Michael Soyka) + * Can't build when the insert_expand feature is disabled. + * When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart) + * v:errors is not initialized. + * Sorting number strings does not work as expected. (Luc Hermitte) + * 'lispwords' is tested in the old way. + * When a test script navigates to another buffer the .res file is created with the wrong name. + * When using Lua there may be a crash. (issue #468) + * Vim doesn't recognize .pl6 and .pod6 files. + * A few more file name extensions not recognized. + * Test_tagcase fails when using another language than English. + * Vim checks if the directory "$TMPDIR" exists. + * When setting 'term' the clipboard ownership is lost. + * Test107 fails in some circunstances. + * Cannot run the tests with gvim. Cannot run individual new stests. + * test_listlbr_utf8 sometimes fails. + ------------------------------------------------------------------- Sun Nov 22 16:27:59 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index a49689a..061cfec 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 935 +%define patchlevel 972 %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} @@ -327,6 +327,7 @@ mkdir -p %{buildroot}/var/run/vi.recover # Reset the terminal scrolling region left behind by the testsuite trap "printf '\e[r'" EXIT # Look for "TEST FAILURE" in the build log +rm src/testdir/test_alot.vim make test %post -n gvim