From 11674da42f7f4de1b9c3f8bc51dc4b78c884d20c3d06481ebd5645d7b9910b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 5 Jan 2015 10:05:03 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20revision=20560,=20fixes=20th?= =?UTF-8?q?e=20following=20problems=20=20=20*=20Tests=20fail=20with=20smal?= =?UTF-8?q?l=20features=20plus=20Python.=20=20=20*=20Crash=20when=20comput?= =?UTF-8?q?ing=20buffer=20count.=20=20Problem=20with=20range=20for=20user?= =?UTF-8?q?=20=20=20=20=20commands.=20=20Line=20range=20wrong=20in=20Visua?= =?UTF-8?q?l=20area.=20=20=20*=20Cannot=20build=20with=20tiny=20and=20smal?= =?UTF-8?q?l=20features.=20(Taro=20Muraoka)=20=20=20*=20Crash=20when=20doi?= =?UTF-8?q?ng=20a=20range=20assign.=20=20=20*=20Using=20a=20range=20for=20?= =?UTF-8?q?window=20and=20buffer=20commands=20has=20a=20few=20problems.=20?= =?UTF-8?q?=20=20=20=20Cannot=20specify=20the=20type=20of=20range=20for=20?= =?UTF-8?q?a=20user=20command.=20=20=20*=20Since=20patch=207.4.232=20"1,3s?= =?UTF-8?q?/\n//"=20joins=20two=20lines=20instead=20of=20three.=20=20=20?= =?UTF-8?q?=20=20(Eliseo=20Mart=C3=ADnez)=20=20Issue=20287=20=20=20*=20War?= =?UTF-8?q?nings=20for=20unused=20arguments=20when=20compiling=20with=20a?= =?UTF-8?q?=20combination=20of=20=20=20=20=20features.=20=20=20*=20Highlig?= =?UTF-8?q?hting=20for=20multi-line=20matches=20is=20not=20correct.=20=20?= =?UTF-8?q?=20*=20Repeated=20use=20of=20vim=5Fsnprintf()=20with=20a=20numb?= =?UTF-8?q?er.=20=20=20*=20Using=20"vit"=20does=20not=20select=20a=20multi?= =?UTF-8?q?-byte=20character=20at=20the=20end=20correctly.=20=20=20*=20Fun?= =?UTF-8?q?ction=20name=20not=20recognized=20correctly=20when=20inside=20a?= =?UTF-8?q?=20function.=20=20=20*=20curs=5Frows()=20function=20is=20always?= =?UTF-8?q?=20called=20with=20the=20second=20argument=20false.=20=20=20*?= =?UTF-8?q?=20"ygn"=20may=20yank=20too=20much.=20(Fritzophrenic)=20=20Issu?= =?UTF-8?q?e=20295.=20=20=20*=20Langmap=20applies=20to=20Insert=20mode=20e?= =?UTF-8?q?xpression=20mappings.=20=20=20*=20Various=20small=20issues.=20?= =?UTF-8?q?=20=20*=20Missing=20part=20of=20patch=207.4.519.=20=20=20*=20te?= =?UTF-8?q?st=5Fclose=5Fcount=20may=20fail=20for=20some=20combination=20of?= =?UTF-8?q?=20features.=20=20=20*=20Failed=20commands=20in=20Python=20inte?= =?UTF-8?q?rface=20not=20handled=20correctly.=20=20=20*=20One=20more=20sma?= =?UTF-8?q?ll=20issue.=20=20=20*=20When=20the=20X=20server=20restarts=20Vi?= =?UTF-8?q?m=20may=20get=20stuck.=20=20=20*=20Appending=20a=20block=20in?= =?UTF-8?q?=20the=20middle=20of=20a=20tab=20does=20not=20work=20correctly?= =?UTF-8?q?=20=20=20=20=20when=20virtualedit=20is=20set.=20=20=20*=20Memor?= =?UTF-8?q?y=20leak=20using=20:wviminfo.=20Issue=20296.?= 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=247 --- _service | 4 ++-- vim-7.4.537.hg.6413.tar.xz | 3 --- vim-7.4.560.hg.6462.tar.xz | 3 +++ vim.changes | 32 ++++++++++++++++++++++++++++++++ vim.spec | 6 +++--- 5 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 vim-7.4.537.hg.6413.tar.xz create mode 100644 vim-7.4.560.hg.6462.tar.xz diff --git a/_service b/_service index 5712c1d..ff354f6 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ hg https://code.google.com/p/vim vim - 7.4.537.hg - v7-4-537 + 7.4.560.hg + v7-4-560 xz diff --git a/vim-7.4.537.hg.6413.tar.xz b/vim-7.4.537.hg.6413.tar.xz deleted file mode 100644 index a79c56e..0000000 --- a/vim-7.4.537.hg.6413.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe51761099406c84e1ab209ea3545da95eca836faf3dea38777fffb77d227e59 -size 7756892 diff --git a/vim-7.4.560.hg.6462.tar.xz b/vim-7.4.560.hg.6462.tar.xz new file mode 100644 index 0000000..94040f2 --- /dev/null +++ b/vim-7.4.560.hg.6462.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360147f442c7317a0e0b3e231b70b4523f9a190dc464662b5de792fdaa487c45 +size 7760132 diff --git a/vim.changes b/vim.changes index 7e36b15..0bcbbbd 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Jan 5 09:54:11 UTC 2015 - idonmez@suse.com + +- Updated to revision 560, fixes the following problems + * Tests fail with small features plus Python. + * Crash when computing buffer count. Problem with range for user + commands. Line range wrong in Visual area. + * Cannot build with tiny and small features. (Taro Muraoka) + * Crash when doing a range assign. + * Using a range for window and buffer commands has a few problems. + Cannot specify the type of range for a user command. + * Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. + (Eliseo Martínez) Issue 287 + * Warnings for unused arguments when compiling with a combination of + features. + * Highlighting for multi-line matches is not correct. + * Repeated use of vim_snprintf() with a number. + * Using "vit" does not select a multi-byte character at the end correctly. + * Function name not recognized correctly when inside a function. + * curs_rows() function is always called with the second argument false. + * "ygn" may yank too much. (Fritzophrenic) Issue 295. + * Langmap applies to Insert mode expression mappings. + * Various small issues. + * Missing part of patch 7.4.519. + * test_close_count may fail for some combination of features. + * Failed commands in Python interface not handled correctly. + * One more small issue. + * When the X server restarts Vim may get stuck. + * Appending a block in the middle of a tab does not work correctly + when virtualedit is set. + * Memory leak using :wviminfo. Issue 296. + ------------------------------------------------------------------- Tue Dec 16 21:55:48 UTC 2014 - lars@linux-schulserver.de diff --git a/vim.spec b/vim.spec index cbffd63..dd297ea 100644 --- a/vim.spec +++ b/vim.spec @@ -1,7 +1,7 @@ # # spec file for package vim # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ %define pkg_version 7.4 -%define patchlevel 537 -%define revision 6413 +%define patchlevel 560 +%define revision 6462 %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}