From 2b2ee64abd1456bfc0a9c5e8898fd7470e17b3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Sat, 12 Jun 2021 18:04:06 +0800 Subject: [PATCH] add gcc to BuildRequires --- vim.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/vim.spec b/vim.spec index 58b7f29..a2aa538 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ Name: vim Epoch: 2 Version: 8.2 -Release: 6 +Release: 7 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 @@ -37,7 +37,7 @@ Patch0014: backport-Fix-build-failuers-with-perl-5.32.patch Patch9000: bugfix-rm-modify-info-version.patch -BuildRequires: autoconf python3-devel ncurses-devel gettext perl-devel perl-generators +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 %if %{_with_selinux__} @@ -422,6 +422,12 @@ popd %{_mandir}/man1/evim.* %changelog +* Sat Jun 12 2021 shixuantong - 2:8.2-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add gcc to BuildRequires + * Mon Nov 2 2020 wangjie -2:8.2-6 - Type:NA - ID:NA -- Gitee