From ac782fbc9a5cbf7b5b5e337ddac78f6166d14c02c5db5b5a9ec5d1c62116cbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 9 Apr 2013 09:02:57 +0000 Subject: [PATCH 1/3] =?UTF-8?q?-=20Updated=20to=20revision=20884,=20fixes?= =?UTF-8?q?=20the=20following=20problems=20=20=20*=20Build=20problem=20wit?= =?UTF-8?q?h=20some=20combination=20of=20features.=20=20=20*=20#if=20inden?= =?UTF-8?q?ts=20are=20off.=20=20=20*=20Forward=20searching=20with=20search?= =?UTF-8?q?()=20is=20broken.=20=20=20*=20'fileignorecase'=20is=20missing?= =?UTF-8?q?=20in=20options=20window=20and=20quickref.=20=20=20*=20When=20u?= =?UTF-8?q?sing=20an=20ex=20command=20in=20operator=20pending=20mode,=20us?= =?UTF-8?q?ing=20Esc=20to=20=20=20=20=20abort=20the=20command=20still=20ex?= =?UTF-8?q?ecutes=20the=20operator.=20(David=20B=C3=BCrgin)=20=20=20*=20Wh?= =?UTF-8?q?en=20writing=20viminfo,=20old=20history=20lines=20may=20replace?= =?UTF-8?q?=20lines=20written=20=20=20=20=20more=20recently=20by=20another?= =?UTF-8?q?=20Vim=20instance.=20=20=20*=20Python=20list=20does=20not=20wor?= =?UTF-8?q?k=20correctly.=20=20=20*=20CursorHold=20may=20trigger=20after?= =?UTF-8?q?=20receiving=20the=20termresponse.=20=20=20*=20Can't=20build=20?= =?UTF-8?q?with=20some=20combination=20of=20features.=20=20=20*=20Compiler?= =?UTF-8?q?=20warning=20for=20variable=20shadowing=20another.=20(John=20Li?= =?UTF-8?q?ttle)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=137 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 17 +++++++++++++++++ vim.spec | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index eedf942..ba00ba5 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ea52f8ae6322e3f60ca7b511dadd7f8f5161ddc39920fbe9251425d320932a3 -size 940256 +oid sha256:d771bf12bd8599eeeaa0a19a28e90a1ea5d85c87be655d3680c903f3f31cb3db +size 943844 diff --git a/vim.changes b/vim.changes index 4b9dfeb..3de9fdf 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 9 08:58:31 UTC 2013 - idonmez@suse.com + +- Updated to revision 884, fixes the following problems + * Build problem with some combination of features. + * #if indents are off. + * Forward searching with search() is broken. + * 'fileignorecase' is missing in options window and quickref. + * When using an ex command in operator pending mode, using Esc to + abort the command still executes the operator. (David Bürgin) + * When writing viminfo, old history lines may replace lines written + more recently by another Vim instance. + * Python list does not work correctly. + * CursorHold may trigger after receiving the termresponse. + * Can't build with some combination of features. + * Compiler warning for variable shadowing another. (John Little) + ------------------------------------------------------------------- Wed Mar 20 16:09:34 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 36fe48c..c420067 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 874 +%define official_ptchlvl 884 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site From c1e84f2cbd3afc0d1f68791f583415a4b000f210f0177b5bd3ca241bbeb88f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 13 Apr 2013 07:48:39 +0000 Subject: [PATCH 2/3] - Updated to revision 888, fixes the following problems * Double free for list and dict in Lua. (Shougo Matsu) * Can't build with multi-byte on Solaris 10. * No tests for Visual mode operators, what 7.3.879 fixes. * Filename completion with 'fileignorecase' does not work for multi-byte characters. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=138 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 10 ++++++++++ vim.spec | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index ba00ba5..112e6e9 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d771bf12bd8599eeeaa0a19a28e90a1ea5d85c87be655d3680c903f3f31cb3db -size 943844 +oid sha256:79ccf9c092cc514a12a0f201d71369d71359ea90697c41ac304d2ea039ca3bcc +size 945324 diff --git a/vim.changes b/vim.changes index 3de9fdf..e8eb162 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com + +- Updated to revision 888, fixes the following problems + * Double free for list and dict in Lua. (Shougo Matsu) + * Can't build with multi-byte on Solaris 10. + * No tests for Visual mode operators, what 7.3.879 fixes. + * Filename completion with 'fileignorecase' does not work for + multi-byte characters. + ------------------------------------------------------------------- Tue Apr 9 08:58:31 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index c420067..559e705 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 884 +%define official_ptchlvl 888 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site From cc7dd350ee3d2b9414c446dfd435a6aff3a19efe3992687f9c3c95961ba8cc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 16 Apr 2013 11:54:58 +0000 Subject: [PATCH 3/3] - Updated to revision 905, fixes the following problems * Can't build with Ruby 2.0 on a 64 bit system. * Test 79 fails on Windows. (Michael Soyka) * Merging viminfo history doesn't work well. * Still merging problems for viminfo history. * Crash when using b:, w: or t: after closing the buffer, window or tabpage. * Using wrong RUBY_VER causing Ruby build to break. * Valgrind error in test 91. (Issue 128) * Memory leaks in Lua interface. * Configure doesn't always find the shared library. * Memory leak reported by valgrind in test 91. * #if indents are off. * Not obvious that some mouse features are mutual-exclusive. * Outdated comment, ugly condition. * When deleting last buffer in other tab the tabline is not updated. * Crash on exit writing viminfo. (Ron Aaron) * Using memory freed by the garbage collector. * Crash when writing viminfo. (Ron Aaron) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=139 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 23 +++++++++++++++++++++++ vim.spec | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 112e6e9..8cf1b2a 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79ccf9c092cc514a12a0f201d71369d71359ea90697c41ac304d2ea039ca3bcc -size 945324 +oid sha256:f7b93c2cdcf780c9c9b119a35a3878dcd859a3d509c8f4d59de6a573c6f89b84 +size 960115 diff --git a/vim.changes b/vim.changes index e8eb162..491c28c 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Apr 16 11:50:52 UTC 2013 - idonmez@suse.com + +- Updated to revision 905, fixes the following problems + * Can't build with Ruby 2.0 on a 64 bit system. + * Test 79 fails on Windows. (Michael Soyka) + * Merging viminfo history doesn't work well. + * Still merging problems for viminfo history. + * Crash when using b:, w: or t: after closing the buffer, window or + tabpage. + * Using wrong RUBY_VER causing Ruby build to break. + * Valgrind error in test 91. (Issue 128) + * Memory leaks in Lua interface. + * Configure doesn't always find the shared library. + * Memory leak reported by valgrind in test 91. + * #if indents are off. + * Not obvious that some mouse features are mutual-exclusive. + * Outdated comment, ugly condition. + * When deleting last buffer in other tab the tabline is not updated. + * Crash on exit writing viminfo. (Ron Aaron) + * Using memory freed by the garbage collector. + * Crash when writing viminfo. (Ron Aaron) + ------------------------------------------------------------------- Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 559e705..5f90127 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 888 +%define official_ptchlvl 905 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site