diff --git a/vim.spec b/vim.spec index 4bf233af1ffff89c4d35b167544533aa6a3ca76e..b85fd7c575d692b2332812376d887cc06ae4dadf 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ Name: vim Epoch: 2 Version: 8.2 -Release: 35 +Release: 36 Summary: Vim is a highly configurable text editor for efficiently creating and changing any kind of text. License: Vim and MIT URL: http://www.vim.org @@ -153,7 +153,7 @@ Requires: vim-common = %{epoch}:%{version}-%{release} which gpm-libs Provides: vim = %{version}-%{release} %{_bindir}/mergetool %{_bindir}/vim Suggests: python3 python3-libs Suggests: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Suggests: perl-libs perl-devel +Suggests: perl-libs %if %{_with_ruby__} Suggests: ruby-libs ruby %endif @@ -179,7 +179,7 @@ Requires: libICE libSM libX11 libXt cairo gdk-pixbuf2 pango Provides: gvim = %{version}-%{release} %{_bindir}/mergetool %{_bindir}/gvim Suggests: python3 python3-libs Suggests: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Suggests: perl-libs perl-devel +Suggests: perl-libs %if %{_with_ruby__} Suggests: ruby-libs ruby %endif @@ -494,6 +494,12 @@ popd %{_mandir}/man1/evim.* %changelog +* Thu Jun 02 2022 tianwei - 2:8.2-36 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove suggests perl-devel + * Tue May 31 2022 shixuantong - 2:8.2-35 - Type:CVE - ID:CVE-2022-1733 CVE-2022-1735