From 00ed5ea980f5f97683fd69a3ce3ca7e66abfc16bbdbf353e4efb2e7ac91e4902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 6 Jun 2017 10:28:21 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20revision=20627,=20fixes=20th?= =?UTF-8?q?e=20following=20problems=20=20=20*=20Call=20for=20requesting=20?= =?UTF-8?q?color=20and=20ambiwidth=20is=20too=20early.=20(Hirohito=20Higas?= =?UTF-8?q?hi)=20=20=20*=20"1gd"=20may=20hang.=20=20=20*=20Bracketed=20pas?= =?UTF-8?q?te=20is=20still=20enabled=20when=20executing=20a=20shell=20comm?= =?UTF-8?q?and.=20=20=20(Michael=20Smith)=20=20=20*=20Can't=20run=20make?= =?UTF-8?q?=20with=20several=20jobs,=20creating=20directories=20has=20a=20?= =?UTF-8?q?race=20=20=20condition.=20=20=20*=20The=20cursor=20line=20numbe?= =?UTF-8?q?r=20becomes=20negative=20when=20using=20:z^=20in=20an=20empty?= =?UTF-8?q?=20=20=20buffer.=20(neovim=20#6557)=20=20=20*=20Building=20the?= =?UTF-8?q?=20command=20table=20requires=20Perl.=20=20=20*=20Running=20par?= =?UTF-8?q?allel=20make=20after=20distclean=20fails.=20(Manuel=20Ortega)?= =?UTF-8?q?=20=20=20*=20Get=20only=20one=20quickfix=20list=20after=20:cadd?= =?UTF-8?q?buf.=20=20=20*=20Using=20freed=20memory=20when=20resetting=20'i?= =?UTF-8?q?ndentexpr'=20while=20evaluating=20=20=20it.=20(Dominique=20Pell?= =?UTF-8?q?e)=20=20=20*=20Can't=20build=20when=20configure=20choses=20"ins?= =?UTF-8?q?tall-sh".=20(Daniel=20Hahler)=20=20=20*=20Warning=20for=20unini?= =?UTF-8?q?tialized=20variable.=20(John=20Marriott)=20=20=20*=20:simalt=20?= =?UTF-8?q?on=20MS-Windows=20does=20not=20work=20properly.=20=20=20*=20Dup?= =?UTF-8?q?licate=20test=20case=20for=20quickfix.=20=20=20*=20Cannot=20set?= =?UTF-8?q?=20the=20valid=20flag=20with=20setqflist().=20=20=20*=20Moving?= =?UTF-8?q?=20folded=20text=20is=20sometimes=20not=20correct.=20=20=20*=20?= =?UTF-8?q?Illegal=20memory=20access=20with=20z=3D=20command.=20(Dominique?= =?UTF-8?q?=20Pelle)=20=20=20*=20Fold=20test=20hangs=20on=20MS-Windows.=20?= =?UTF-8?q?=20=20*=20Memory=20leak=20when=20executing=20quickfix=20tests.?= =?UTF-8?q?=20=20=20*=20Test=5Foptions=20fails=20when=20run=20in=20the=20G?= =?UTF-8?q?UI.=20=20=20*=20No=20test=20for=20mapping=20timing=20out.=20=20?= =?UTF-8?q?=20*=20Configure=20check=20for=20return=20value=20of=20tgetent?= =?UTF-8?q?=20is=20skipped.=20=20=20*=20job=5Fstop()=20often=20assumes=20t?= =?UTF-8?q?he=20channel=20will=20be=20closed,=20while=20the=20job=20=20=20?= =?UTF-8?q?=20=20may=20not=20actually=20be=20stopped.=20(Martin=20Gammels?= =?UTF-8?q?=C3=A6ter)=20=20=20*=20:simalt=20still=20does=20not=20work.=20?= =?UTF-8?q?=20=20*=20Cannot=20add=20a=20context=20to=20locations.?= 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=442 --- vim-8.0.0566.tar.gz | 3 -- vim-8.0.0627.tar.gz | 3 ++ vim.changes | 87 +++++++++++++++++++++++++++++++++++++++++++++ vim.spec | 8 ++--- 4 files changed, 94 insertions(+), 7 deletions(-) delete mode 100644 vim-8.0.0566.tar.gz create mode 100644 vim-8.0.0627.tar.gz diff --git a/vim-8.0.0566.tar.gz b/vim-8.0.0566.tar.gz deleted file mode 100644 index 68e0951..0000000 --- a/vim-8.0.0566.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e292777fc41e1971ad59187dd8f45eb3f14213121153a8d49f51873490bc0963 -size 13074061 diff --git a/vim-8.0.0627.tar.gz b/vim-8.0.0627.tar.gz new file mode 100644 index 0000000..03536ad --- /dev/null +++ b/vim-8.0.0627.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ce59cd03813a8be16bda5834b2ef43e7b703eaf5087149454d238b670c1804 +size 13117898 diff --git a/vim.changes b/vim.changes index 4c7625a..1b74750 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,90 @@ +------------------------------------------------------------------- +Tue Jun 6 10:22:14 UTC 2017 - idonmez@suse.com + +- Updated to revision 627, fixes the following problems + * Call for requesting color and ambiwidth is too early. (Hirohito Higashi) + * "1gd" may hang. + * Bracketed paste is still enabled when executing a shell command. + (Michael Smith) + * Can't run make with several jobs, creating directories has a race + condition. + * The cursor line number becomes negative when using :z^ in an empty + buffer. (neovim #6557) + * Building the command table requires Perl. + * Running parallel make after distclean fails. (Manuel Ortega) + * Get only one quickfix list after :caddbuf. + * Using freed memory when resetting 'indentexpr' while evaluating + it. (Dominique Pelle) + * Can't build when configure choses "install-sh". (Daniel Hahler) + * Warning for uninitialized variable. (John Marriott) + * :simalt on MS-Windows does not work properly. + * Duplicate test case for quickfix. + * Cannot set the valid flag with setqflist(). + * Moving folded text is sometimes not correct. + * Illegal memory access with z= command. (Dominique Pelle) + * Fold test hangs on MS-Windows. + * Memory leak when executing quickfix tests. + * Test_options fails when run in the GUI. + * No test for mapping timing out. + * Configure check for return value of tgetent is skipped. + * job_stop() often assumes the channel will be closed, while the job + may not actually be stopped. (Martin Gammelsæter) + * :simalt still does not work. + * Cannot add a context to locations. + * Changes to eval functionality not documented. + * If a job writes to a buffer and the user is typing a command, the screen + isn't updated. When a message is displayed the changed buffer + may cause it to be cleared. (Ramel Eshed) + * Duplication of code for adding a list or dict return value. + * Build failure when windows feature is missing. + * Coverity warning for not checking return value of dict_add(). + * Crash when complete() is called after complete_add() in + 'completefunc'. (Lifepillar) + * Off-by-one error in buffer size computation. + * Building with gcc 7.1 yields new warnings. + * diff mode is insufficiently tested + * test_recover fails on some systems. + * No test coverage for :spellrepall. + * When gF fails to edit the file the cursor still moves to the found + line number. + * gF test fails on MS-Windows. + * gF test fails still on MS-Windows. + * The buffer that quickfix caches for performance may become invalid. (Daniel + Hahler) + * Cannot set the context for a specified quickfix list. + * When creating a bufref, then using :bwipe and :new it might get the same + memory and bufref_valid() returns true. + * Cannot manipulate other than the current quickfix list. + * For some people the hint about quitting is not sufficient. + * The screen is redrawn when t_BG is set and used to detect the value for + 'background'. + * When t_u7 is sent a few characters in the second screen line are + overwritten and not redrawn later. (Rastislav Barlik) + * Package directories are added to 'runtimepath' only after loading + non-package plugins. + * The conf filetype detection is done before ftdetect scripts from packages + that are added later. + * float2nr() is not exactly right. + * Using % with :hardcopy wrongly escapes spaces. (Alexey Muranov) + * When setting the cterm background with ":hi Normal" the value of + 'background' may be set wrongly. + * Hardcopy test hangs on MS-Windows. + * NFA regex engine handles [0-z] incorrectly. + * In the GUI, when a timer uses feedkeys(), it still waits for an + event. (Raymond Ko) + * Since we only support GTK versions that have it, the ckeck for + HAVE_GTK_MULTIHEAD is no longer needed. + * The ":stag" command does not respect 'switchbuf'. + * Using a text object to select quoted text fails when 'selection' is set to + "exclusive". (Guraga) + * The message "Invalid range" is used for multiple errors. + * Warning for unused variable in tiny build. (Tony Mechelynck) + * shellescape() always escapes a newline, which does not work with some + shells. (Harm te Hennepe) + * In the GUI the cursor may flicker. + * When 'wrapscan' is off "gn" does not select the whole pattern when it's + the last one in the text. (KeyboardFire) + ------------------------------------------------------------------- Fri Apr 28 10:58:31 UTC 2017 - werner@suse.de diff --git a/vim.spec b/vim.spec index 5f8765c..4847aa8 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0566 -%define patchlevel_compact 566 +%define patchlevel 0627 +%define patchlevel_compact 627 %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site %define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags} @@ -90,7 +90,7 @@ Obsoletes: vim-base < %{version}-%{release} Obsoletes: vim-enhanced < %{version}-%{release} Obsoletes: vim-python < %{version}-%{release} Provides: vim_client -Conflicts: vim < 8.0 +Conflicts: vim-base < 8.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?libperl_requires} %if 0%{?suse_version} > 1200 @@ -106,8 +106,8 @@ file name completion, block operations, and editing of binary data. %package data Summary: Vi IMproved -Group: Productivity/Editors/Vi # Used to be in vim-plugins package +Group: Productivity/Editors/Vi Obsoletes: vim-plugin-matchit <= 1.13.2 Provides: vim-plugin-matchit = 1.13.2 BuildArch: noarch