Accepting request 756787 from editors
- Update to version 8.2.0000 * make depend" does not work correctly for libvterm. * Crash when calling popup_close() in win_execute() * With a long file name the hit-enter prompt appears. * bufnr('$') is wrong after recycling popup buffer. * loading menus sets v:errmsg. * popup menu flickers if an info popup is used. * Crash when evaluating expression with error. * Function argument copied unnecessarily. * syntax menu and build instructions outdated. * matchadd_conceal test fails under valgrind. * :cexpr does not handle | in expression. * Use // comments where appropriate. * 'wincolor' is not used for 'listchars'. * Opening cmdline window with feedkeys() does not work. OBS-URL: https://build.opensuse.org/request/show/756787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=247
This commit is contained in:
commit
67e0e65241
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdee9aba9be93bf906a4c05ff82d85fce3dae21f2a00eb1d8875d2a3f91a89e9
|
||||
size 14653929
|
3
vim-8.2.0000.tar.gz
Normal file
3
vim-8.2.0000.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a72323817210daf40abe545bdf7637591b9b541a0fb3560baed76e436132dba
|
||||
size 14650594
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
directory=http://ftp.vim.org/pub/vim/patches
|
||||
version=8.1
|
||||
version=8.2
|
||||
|
||||
echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the following problems"
|
||||
for i in {$1..$2}; do
|
||||
|
19
vim.changes
19
vim.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 11:05:45 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Update to version 8.2.0000
|
||||
* make depend" does not work correctly for libvterm.
|
||||
* Crash when calling popup_close() in win_execute()
|
||||
* With a long file name the hit-enter prompt appears.
|
||||
* bufnr('$') is wrong after recycling popup buffer.
|
||||
* loading menus sets v:errmsg.
|
||||
* popup menu flickers if an info popup is used.
|
||||
* Crash when evaluating expression with error.
|
||||
* Function argument copied unnecessarily.
|
||||
* syntax menu and build instructions outdated.
|
||||
* matchadd_conceal test fails under valgrind.
|
||||
* :cexpr does not handle | in expression.
|
||||
* Use // comments where appropriate.
|
||||
* 'wincolor' is not used for 'listchars'.
|
||||
* Opening cmdline window with feedkeys() does not work.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 14:38:54 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
14
vim.spec
14
vim.spec
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define pkg_version 8.1
|
||||
%define patchlevel 2383
|
||||
%define pkg_version 8.2
|
||||
%define patchlevel 0000
|
||||
%define patchlevel_compact %{patchlevel}
|
||||
%define VIM_SUBDIR vim81
|
||||
%define VIM_SUBDIR vim82
|
||||
%define site_runtimepath %{_datadir}/vim/site
|
||||
%define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
%bcond_without python2
|
||||
@ -90,7 +90,7 @@ Requires: vim-data-common = %{version}-%{release}
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: vim-data = %{version}-%{release}
|
||||
Conflicts: vim-base < 8.1
|
||||
Conflicts: vim-base < 8.2
|
||||
Provides: vi
|
||||
Provides: vim-base = %{version}-%{release}
|
||||
Provides: vim-enhanced = %{version}-%{release}
|
||||
@ -138,7 +138,7 @@ Requires: gvim_client
|
||||
Requires: vim-data = %{version}-%{release}
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Conflicts: gvim < 8.1
|
||||
Conflicts: gvim < 8.2
|
||||
Provides: gvim-base = %{version}-%{release}
|
||||
Provides: gvim-enhanced = %{version}-%{release}
|
||||
Obsoletes: gvim-base < %{version}-%{release}
|
||||
@ -356,8 +356,8 @@ mkdir -p %{buildroot}%{_localstatedir}/run/vi.recover
|
||||
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tutor
|
||||
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
|
||||
|
||||
sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" %{buildroot}%{_datadir}/vim/vim81/tools/*.pl
|
||||
sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" %{buildroot}%{_datadir}/vim/vim81/doc/vim2html.pl
|
||||
sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/*.pl
|
||||
sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/doc/vim2html.pl
|
||||
|
||||
%check
|
||||
# vim does quite an extensive test relying on a full fledged terminal
|
||||
|
Loading…
Reference in New Issue
Block a user