From 5dcbef7252c8a2224a1d05059a54b0f2439d42e360bc9376c623253d6c3530af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 17 May 2013 13:46:08 +0000 Subject: [PATCH] - Updated to revision 962, fixes the following problems * No completion for :xmap and :smap. (Yukihiro Nakadaira) * Compiler warning for uninitialized variable. (Tony Mechelynck) * E381 and E380 make the user think nothing happened. * Init stack works differently on 64 bit systems. * Ruby 1.8: Missing piece for static linking on 64 bit systems. * More can be shared between Python 2 and 3. * Python: not easy to get to window number. * Using Py_BuildValue is inefficient sometimes. * Python: Can't get position of window. * Stuff in if_py_both.h is ordered badly. * Python: SEGV in Buffer functions. * Python: Negative indices were failing. * External program receives the termrespone. * Python: List of buffers is not very useful. * Sometimes get stuck in waiting for cursor position report, resulting in keys starting with [ not working. * Python: No iterator for vim.list and vim.bufferlist. * Python: no easy access to tabpages. * Python: Stack trace printer can't handle messages. * Python exceptions have problems. * Python: It's not easy to change window/buffer/tabpage. * Python: string exceptions are deprecated. * No check if PyObject_IsTrue fails. * Python: Not enough tests. * Python vim.bindeval() causes SIGABRT. * Python does not have a "do" command like Perl or Lua. * Python: Iteration destructor not set. * Missing error number. * Compiler warning for unused variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=145 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 36 ++++++++++++++++++++++++++++++++++++ vim.spec | 4 ++-- 3 files changed, 40 insertions(+), 4 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 01e85ac..283176a 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:5bbcc7a583d17290ea423ff614fd62578af9d120ca15ebf3835022b49ef61a42 -size 1021589 +oid sha256:812034f2f6a6cac42743b02e5eaa77df26bdca0d415e6f19d28bb2f434125171 +size 1067974 diff --git a/vim.changes b/vim.changes index 89a4cd1..882b715 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri May 17 13:39:31 UTC 2013 - idonmez@suse.com + +- Updated to revision 962, fixes the following problems + * No completion for :xmap and :smap. (Yukihiro Nakadaira) + * Compiler warning for uninitialized variable. (Tony Mechelynck) + * E381 and E380 make the user think nothing happened. + * Init stack works differently on 64 bit systems. + * Ruby 1.8: Missing piece for static linking on 64 bit systems. + * More can be shared between Python 2 and 3. + * Python: not easy to get to window number. + * Using Py_BuildValue is inefficient sometimes. + * Python: Can't get position of window. + * Stuff in if_py_both.h is ordered badly. + * Python: SEGV in Buffer functions. + * Python: Negative indices were failing. + * External program receives the termrespone. + * Python: List of buffers is not very useful. + * Sometimes get stuck in waiting for cursor position report, + resulting in keys starting with [ not working. + * Python: No iterator for vim.list and vim.bufferlist. + * Python: no easy access to tabpages. + * Python: Stack trace printer can't handle messages. + * Python exceptions have problems. + * Python: It's not easy to change window/buffer/tabpage. + * Python: string exceptions are deprecated. + * No check if PyObject_IsTrue fails. + * Python: Not enough tests. + * Python vim.bindeval() causes SIGABRT. + * Python does not have a "do" command like Perl or Lua. + * Python: Iteration destructor not set. + * Missing error number. + * Compiler warning for unused variable. + * Tests 86 and 87 fail when using another language than English. + * Python tests are not portable. + ------------------------------------------------------------------- Mon May 6 14:51:45 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index fa6ca0a..12b348e 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 929 +%define official_ptchlvl 962 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site @@ -483,7 +483,7 @@ mkdir -p %{buildroot}/var/run/vi.recover %check # Look for "TEST FAILURE" in the build log -# Currently test83 & test92 fails +# Currently test 83, 86, 92 fails make test || true %post