From a0fa01c5932aea8c1fc24496a124bb1e8a94cb7257b0abae8883f7697a47df00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 28 Nov 2014 07:20:45 +0000 Subject: [PATCH] - Updated to revision 537, fixes the following problems * With a wrapping line the cursor may not end up in the right place. (Nazri Ramliy) * Using status line height in width computations. * Crash when using syntax highlighting. * Sun PCK locale is not recognzed. * When using "vep" a mark is moved to the next line. (Maxi Padulo, Issue 283) * Specifying wrong buffer size for GetLongPathName(). * When the X11 server is stopped and restarted, while Vim is kept in the background, copy/paste no longer works. (Issue 203) * When using ":ownsyntax" spell checking is messed up. (Issue 78) * map() leaks memory when there is an error in the expression. * matchstr() fails on long text. Daniel Hahler) * Still confusing regexp failure and NFA_TOO_EXPENSIVE. * Crash when using matchadd() (Yasuhiro Matsumoto) * No test for what 7.4.517 fixes. * Many commands take a count or range that is not using line numbers. * Comments about parsing an Ex command are wrong. * When using 'incsearch' "2/pattern/e" highlights the first match. * ":hardcopy" leaks memory in case of errors. * Warnings when compiling if_ruby.c. * Can't build with tiny features. * Test 63 fails when using a black&white terminal. * Value of v:hlsearch reflects an internal variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=243 --- _service | 4 ++-- vim-7.4.516.hg.6367.tar.xz | 3 --- vim-7.4.537.hg.6413.tar.xz | 3 +++ vim.changes | 30 ++++++++++++++++++++++++++++++ vim.spec | 4 ++-- 5 files changed, 37 insertions(+), 7 deletions(-) delete mode 100644 vim-7.4.516.hg.6367.tar.xz create mode 100644 vim-7.4.537.hg.6413.tar.xz diff --git a/_service b/_service index e63b93d..5712c1d 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ hg https://code.google.com/p/vim vim - 7.4.516.hg - v7-4-516 + 7.4.537.hg + v7-4-537 xz diff --git a/vim-7.4.516.hg.6367.tar.xz b/vim-7.4.516.hg.6367.tar.xz deleted file mode 100644 index b914fc2..0000000 --- a/vim-7.4.516.hg.6367.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2851e1aa2bcb92581ec5d303063d3b6fec908c80b6862e7658c2ad46dd0f0f40 -size 7750580 diff --git a/vim-7.4.537.hg.6413.tar.xz b/vim-7.4.537.hg.6413.tar.xz new file mode 100644 index 0000000..a79c56e --- /dev/null +++ b/vim-7.4.537.hg.6413.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe51761099406c84e1ab209ea3545da95eca836faf3dea38777fffb77d227e59 +size 7756892 diff --git a/vim.changes b/vim.changes index 0565e6d..01e447b 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Nov 28 07:14:34 UTC 2014 - idonmez@suse.com + +- Updated to revision 537, fixes the following problems + * With a wrapping line the cursor may not end up in the right place. + (Nazri Ramliy) + * Using status line height in width computations. + * Crash when using syntax highlighting. + * Sun PCK locale is not recognzed. + * When using "vep" a mark is moved to the next line. (Maxi Padulo, + Issue 283) + * Specifying wrong buffer size for GetLongPathName(). + * When the X11 server is stopped and restarted, while Vim is kept in + the background, copy/paste no longer works. (Issue 203) + * When using ":ownsyntax" spell checking is messed up. (Issue 78) + * map() leaks memory when there is an error in the expression. + * matchstr() fails on long text. Daniel Hahler) + * Still confusing regexp failure and NFA_TOO_EXPENSIVE. + * Crash when using matchadd() (Yasuhiro Matsumoto) + * No test for what 7.4.517 fixes. + * Many commands take a count or range that is not using line + numbers. + * Comments about parsing an Ex command are wrong. + * When using 'incsearch' "2/pattern/e" highlights the first match. + * ":hardcopy" leaks memory in case of errors. + * Warnings when compiling if_ruby.c. + * Can't build with tiny features. + * Test 63 fails when using a black&white terminal. + * Value of v:hlsearch reflects an internal variable. + ------------------------------------------------------------------- Tue Nov 18 11:50:40 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 46c018d..cbffd63 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 7.4 -%define patchlevel 516 -%define revision 6367 +%define patchlevel 537 +%define revision 6413 %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}