From 6c43c72238f146708c07f684355dbd65d7b5e972a0abe7ba020e61a42f2a88ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 10 Apr 2017 12:24:42 +0000 Subject: [PATCH] - Updated to revision 559, fixes the following problems * Test_edit causes older xfce4-terminal to close. (Dominique Pelle) * Cppcheck warnings. * Edit test may fail on some systems. * Swap file exists briefly when opening the command window. * Extra line break in verbosefile when using ":echomsg". (Ingo Karkat) * Saving the redo buffer only works one time, resulting in the "." command not working well for a function call inside another function call. (Ingo Karkat) * No test for the 8g8 command. * Some etags format tags file use 0x01, breaking the parsing. * The typeahead buffer is reallocated too often. * Toupper and tolower don't work properly for Turkish when 'casemap' is empty. (Bjorn Linse) * Toupper/tolower test with Turkish locale fails on Mac. * Toupper and tolower don't work properly for Turkish when 'casemap' contains "keepascii". (Bjorn Linse) * Toupper/tolower test fails on OSX without Darwin. * Getting the window position fails if both the GUI and term code is built in. * GTK: using static gravities is not useful. * The :ownsyntax command is not tested. * Setting ttytype to xxx does not always fail as expected. (Marvin Schmidt) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=432 --- vim-8.0.0542.tar.gz | 3 --- vim-8.0.0559.tar.gz | 3 +++ vim.changes | 27 +++++++++++++++++++++++++++ vim.spec | 6 ++---- 4 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 vim-8.0.0542.tar.gz create mode 100644 vim-8.0.0559.tar.gz diff --git a/vim-8.0.0542.tar.gz b/vim-8.0.0542.tar.gz deleted file mode 100644 index 8fb88d7..0000000 --- a/vim-8.0.0542.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecd05c5e4dff3ed7125d23e2908eb39b699974d48c5f06c95a227afa1f6550d9 -size 13068846 diff --git a/vim-8.0.0559.tar.gz b/vim-8.0.0559.tar.gz new file mode 100644 index 0000000..bab3fab --- /dev/null +++ b/vim-8.0.0559.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a25d3d352c2239ddf16b7e4a878522e1b8c84af2ba34c4d1619901ba90e3e8 +size 13073911 diff --git a/vim.changes b/vim.changes index 4c8ba1b..fa7608b 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Apr 10 12:17:59 UTC 2017 - idonmez@suse.com + +- Updated to revision 559, fixes the following problems + * Test_edit causes older xfce4-terminal to close. (Dominique Pelle) + * Cppcheck warnings. + * Edit test may fail on some systems. + * Swap file exists briefly when opening the command window. + * Extra line break in verbosefile when using ":echomsg". (Ingo Karkat) + * Saving the redo buffer only works one time, resulting in the "." command + not working well for a function call inside another function + call. (Ingo Karkat) + * No test for the 8g8 command. + * Some etags format tags file use 0x01, breaking the parsing. + * The typeahead buffer is reallocated too often. + * Toupper and tolower don't work properly for Turkish when 'casemap' + is empty. (Bjorn Linse) + * Toupper/tolower test with Turkish locale fails on Mac. + * Toupper and tolower don't work properly for Turkish when 'casemap' + contains "keepascii". (Bjorn Linse) + * Toupper/tolower test fails on OSX without Darwin. + * Getting the window position fails if both the GUI and term code is + built in. + * GTK: using static gravities is not useful. + * The :ownsyntax command is not tested. + * Setting ttytype to xxx does not always fail as expected. (Marvin Schmidt) + ------------------------------------------------------------------- Mon Apr 10 11:41:51 UTC 2017 - tchvatal@suse.com diff --git a/vim.spec b/vim.spec index e404743..6a4ec2d 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0542 -%define patchlevel_compact 542 +%define patchlevel 0559 +%define patchlevel_compact 559 %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site %define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags} @@ -57,7 +57,6 @@ Patch15: %{name}-7.4-filetype_apparmor.patch Patch18: %{name}-7.3-filetype_spec.patch Patch21: %{name}-7.3-filetype_changes.patch Patch22: %{name}-7.4-filetype_mine.patch -Patch23: vim-8.0-ttytype-test.patch Patch100: vim73-no-static-libpython.patch BuildRequires: autoconf BuildRequires: db-devel @@ -152,7 +151,6 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim %patch18 -p1 %patch21 -p1 %patch22 -p1 -%patch23 -p0 %patch100 -p1 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .