diff --git a/vim.spec b/vim.spec index 571934e4c54f623cc6f78e486760f2522f181589..c4af6c67d2fc9bd76721284764fec32bad8358fc 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ Name: vim Epoch: 2 Version: 9.0 -Release: 13 +Release: 14 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 @@ -68,7 +68,7 @@ Patch9000: bugfix-rm-modify-info-version.patch BuildRequires: autoconf python3-devel ncurses-devel gettext perl-devel perl-generators gcc BuildRequires: perl(ExtUtils::Embed) perl(ExtUtils::ParseXS) libacl-devel gpm-devel file -BuildRequires: desktop-file-utils >= 0.2.93 libtool +BuildRequires: desktop-file-utils >= 0.2.93 libtool make %if %{_with_selinux__} BuildRequires: libselinux-devel %endif @@ -461,6 +461,12 @@ LC_ALL=en_US.UTF-8 make -j1 test %{_mandir}/man1/evim.* %changelog +* Fri Sep 16 2022 wangjiang - 2:9.0-14 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add BuildRequires make + * Tue Sep 13 2022 wangjiang - 2:9.0-13 - Type:CVE - ID:CVE-2022-3134CVE-2022-3153