diff --git a/vim.spec b/vim.spec index 5cde7ce..2ed87d6 100644 --- a/vim.spec +++ b/vim.spec @@ -21,7 +21,7 @@ Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 1%{?dist} +Release: 2%{?dist} License: Vim and MIT Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source1: vim.sh @@ -86,11 +86,6 @@ BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} Epoch: 2 Conflicts: filesystem < 3 -# vim bundles libvterm, which is used during build - so we need to provide -# bundled libvterm for catching possible libvterm CVEs -Provides: bundled(libvterm) - - %description VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is @@ -156,6 +151,9 @@ Suggests: ruby-libs ruby %if "%{withlua}" == "1" Suggests: lua-libs %endif +# vim bundles libvterm, which is used during build - so we need to provide +# bundled libvterm for catching possible libvterm CVEs +Provides: bundled(libvterm) %description enhanced VIM (VIsual editor iMproved) is an updated and improved version of the @@ -785,6 +783,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Tue Mar 10 2020 Zdenek Dohnal - 2:8.2.357-2 +- put providing bundled libvterm into subpackage vim-enhanced + * Fri Mar 06 2020 Zdenek Dohnal - 2:8.2.357-1 - patchlevel 357