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] - 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