SHA256
1
0
forked from pool/vim

- 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/package/show/editors/vim?expand=0&rev=577
This commit is contained in:
2019-12-13 11:10:26 +00:00
committed by Git OBS Bridge
parent bc620d1439
commit fa4709c4f4
5 changed files with 30 additions and 11 deletions

View File

@@ -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