From 83fa4cd32c0c5ae84d022818af887d67fbf2645b7d2ffac36a9417a6ffb9d731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 12 Jan 2017 12:04:26 +0000 Subject: [PATCH] - Updated to revision 172, fixes the following problems * When a C preprocessor statement has two line continuations the following line does not have the right indent. (Ken Takata) * ":earlier" and ":later" do not work after startup or reading the undo file. * When the pattern of :filter does not have a separator then completion of the command fails. * To pass buffer content to system() and systemlist() one has to first create a string or list. * Running the channel test creates channellog. * system() test fails on MS-Windows. * system() test fails on OS/X. * When sorting zero elements a NULL pointer is passed to qsort(), which ubsan warns for. * Several float functions are not covered by tests. * No command line completion for ":syntax spell" and ":syntax sync". * On MS-Windows some float functions return a different value when passed unusual values. strtod() doesn't work for "inf" and "nan". * Using a NULL pointer when using feedkeys() to trigger drawing a tabline. * EMSG() is sometimes used for internal errors. * Build fails when using small features. * Build error on Fedora 23 with small features and gnome2. * Ruby 2.4 no longer supports rb_cFixnum. * Outdated and misplaced comments. * Ubsan warns for integer overflow. * JSON with a duplicate key gives an internal error. (Lcd) * str2nr() and str2float() do not always work with negative values. * Still some float functionality is not covered by tests. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=406 --- vim-8.0.0147.tar.gz | 3 --- vim-8.0.0172.tar.gz | 3 +++ vim.changes | 39 +++++++++++++++++++++++++++++++++++++++ vim.spec | 4 ++-- 4 files changed, 44 insertions(+), 5 deletions(-) delete mode 100644 vim-8.0.0147.tar.gz create mode 100644 vim-8.0.0172.tar.gz diff --git a/vim-8.0.0147.tar.gz b/vim-8.0.0147.tar.gz deleted file mode 100644 index 01d0fe7..0000000 --- a/vim-8.0.0147.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f83a1d133a34d0fee8cdf44e75fc2321463b275f952bd884586bc827ec395866 -size 12950122 diff --git a/vim-8.0.0172.tar.gz b/vim-8.0.0172.tar.gz new file mode 100644 index 0000000..8ed6e4c --- /dev/null +++ b/vim-8.0.0172.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb04babda7021bd49cb524a1b462c4a472740842a90e41f274f6409b0543931 +size 12955830 diff --git a/vim.changes b/vim.changes index abc3ecf..3a25fc7 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Jan 12 11:55:45 UTC 2017 - idonmez@suse.com + +- Updated to revision 172, fixes the following problems + * When a C preprocessor statement has two line continuations the + following line does not have the right indent. (Ken Takata) + * ":earlier" and ":later" do not work after startup or reading + the undo file. + * When the pattern of :filter does not have a separator then + completion of the command fails. + * To pass buffer content to system() and systemlist() one has to + first create a string or list. + * Running the channel test creates channellog. + * system() test fails on MS-Windows. + * system() test fails on OS/X. + * When sorting zero elements a NULL pointer is passed to qsort(), + which ubsan warns for. + * Several float functions are not covered by tests. + * No command line completion for ":syntax spell" and ":syntax + sync". + * On MS-Windows some float functions return a different value when + passed unusual values. strtod() doesn't work for "inf" and "nan". + * Using a NULL pointer when using feedkeys() to trigger drawing + a tabline. + * EMSG() is sometimes used for internal errors. + * Build fails when using small features. + * Build error on Fedora 23 with small features and gnome2. + * Ruby 2.4 no longer supports rb_cFixnum. + * Outdated and misplaced comments. + * Ubsan warns for integer overflow. + * JSON with a duplicate key gives an internal error. (Lcd) + * str2nr() and str2float() do not always work with negative values. + * Still some float functionality is not covered by tests. + * For complicated string json_decode() may run out of stack space. + * Channel test fails for using freed memory. + * JS style JSON does not support single quotes. + * The command selected in the command line window is not + executed. (Andrey Starodubtsev) + ------------------------------------------------------------------- Sun Jan 8 08:24:18 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 2e16d58..cbfa18b 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0147 -%define patchlevel_compact 147 +%define patchlevel 0172 +%define patchlevel_compact 172 %define VIM_SUBDIR vim80 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}