From 75ff1f68211b4e06b498a6bec70fd799e7e0a3acee9858072f8fc0a4119508f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 22 Nov 2015 16:39:30 +0000 Subject: [PATCH] - Updated to revision 935, fixes the following problems * Test 94 fails on some systems. * test_utf8 has confusing dummy command. * Crash when using longest completion match. - Updated to revision 930, fixes the following problems * When a BufLeave autocommand changes folding in a way it syncs undo, undo can be corrupted. * Python interface can produce error "vim.message' object has no attribute 'isatty'". * Libraries for dynamically loading interfaces can only be defined at compile time. * Compiler complains about type punned pointer. * t_Ce and t_Cs are documented but not supported. (Hirohito Higashi) * Wrong indenting for C++ constructor. * No utf-8 support for the hangul input feature. * New compiler warning: logical-not-parentheses * When removing from 'path' and then adding, a comma may go missing. (Malcolm Rowe) * When running out of memory while copying a dict memory may be freed twice. (ZyX) * Compiler warning for comparing signed and unsigned. * A digit in an option name has problems. * The dll options are not in the options window. * The rubydll option is not in the options window. * Missing proto file update. (Randall W. Morris) * Leaking memory with ":helpt {dir-not-exists}". * Prototypes not always generated. * User may yank or put using the register being recorded in. * Completing the longest match doesn't work properly with multi-byte characters. * Ruby crashes when there is a runtime error. * A clientserver message interrupts handling keys of a mapping. * "gv" after paste selects one character less if 'selection' is "exclusive". * MS-Windows: Most users appear not to like the window border. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=292 --- v7.4.898.tar.gz | 3 --- v7.4.935.tar.gz | 3 +++ vim-7.3-sh_is_bash.patch | 11 ++++++----- vim.changes | 38 ++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 5 files changed, 48 insertions(+), 9 deletions(-) delete mode 100644 v7.4.898.tar.gz create mode 100644 v7.4.935.tar.gz diff --git a/v7.4.898.tar.gz b/v7.4.898.tar.gz deleted file mode 100644 index 85747ae..0000000 --- a/v7.4.898.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae34137a48fd1ee58a596f18c9975d7d5927bf96fd0f746c2051ca29d21ea24e -size 12284787 diff --git a/v7.4.935.tar.gz b/v7.4.935.tar.gz new file mode 100644 index 0000000..256c564 --- /dev/null +++ b/v7.4.935.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f777aedc0410ab233cc3e20203589a273ca33f88010ef74e24a59d0454acbb34 +size 12307231 diff --git a/vim-7.3-sh_is_bash.patch b/vim-7.3-sh_is_bash.patch index 24c60bc..df64379 100644 --- a/vim-7.3-sh_is_bash.patch +++ b/vim-7.3-sh_is_bash.patch @@ -1,7 +1,8 @@ -diff -rup vim73.orig/runtime/syntax/sh.vim vim73/runtime/syntax/sh.vim ---- vim73.orig/runtime/syntax/sh.vim 2010-08-05 22:00:59.000000000 +0200 -+++ vim73/runtime/syntax/sh.vim 2010-11-21 05:08:23.026990941 +0100 -@@ -42,6 +42,13 @@ if !exists("b:is_kornshell") && !exists( +Index: vim-7.4.930/runtime/syntax/sh.vim +=================================================================== +--- vim-7.4.930.orig/runtime/syntax/sh.vim ++++ vim-7.4.930/runtime/syntax/sh.vim +@@ -61,6 +61,13 @@ if !exists("b:is_kornshell") && !exists( endif endif @@ -13,5 +14,5 @@ diff -rup vim73.orig/runtime/syntax/sh.vim vim73/runtime/syntax/sh.vim +endif + " set up default g:sh_fold_enabled {{{1 + " ================================ if !exists("g:sh_fold_enabled") - let g:sh_fold_enabled= 0 diff --git a/vim.changes b/vim.changes index 198b0cf..a18e0fe 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sun Nov 22 16:27:59 UTC 2015 - idonmez@suse.com + +- Updated to revision 935, fixes the following problems + * Test 94 fails on some systems. + * test_utf8 has confusing dummy command. + * Crash when using longest completion match. + +------------------------------------------------------------------- +Fri Nov 20 10:45:56 UTC 2015 - idonmez@suse.com + +- Updated to revision 930, fixes the following problems + * When a BufLeave autocommand changes folding in a way it syncs undo, + undo can be corrupted. + * Python interface can produce error "vim.message' object has no attribute 'isatty'". + * Libraries for dynamically loading interfaces can only be defined at compile time. + * Compiler complains about type punned pointer. + * t_Ce and t_Cs are documented but not supported. (Hirohito Higashi) + * Wrong indenting for C++ constructor. + * No utf-8 support for the hangul input feature. + * New compiler warning: logical-not-parentheses + * When removing from 'path' and then adding, a comma may go missing. (Malcolm Rowe) + * When running out of memory while copying a dict memory may be freed twice. (ZyX) + * Compiler warning for comparing signed and unsigned. + * A digit in an option name has problems. + * The dll options are not in the options window. + * The rubydll option is not in the options window. + * Missing proto file update. (Randall W. Morris) + * Leaking memory with ":helpt {dir-not-exists}". + * Prototypes not always generated. + * User may yank or put using the register being recorded in. + * Completing the longest match doesn't work properly with multi-byte characters. + * Ruby crashes when there is a runtime error. + * A clientserver message interrupts handling keys of a mapping. + * "gv" after paste selects one character less if 'selection' is "exclusive". + * MS-Windows: Most users appear not to like the window border. +- Refresh vim-7.3-sh_is_bash.patch + ------------------------------------------------------------------- Wed Oct 14 17:25:26 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index bf3cc1b..a49689a 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 898 +%define patchlevel 935 %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}