diff --git a/the_silver_searcher.spec b/the_silver_searcher.spec index f37731d..9b082eb 100644 --- a/the_silver_searcher.spec +++ b/the_silver_searcher.spec @@ -7,14 +7,14 @@ Name: the_silver_searcher Version: 2.1.0 -Release: 1%{?dist} +Release: 2 Summary: Super-fast text searching tool (ag) Group: Applications/Text License: ASL 2.0 and BSD URL: https://github.com/ggreer/the_silver_searcher Source: https://github.com/ggreer/the_silver_searcher/archive/%{commit}/%{version}-%{shortcommit}.tar.gz -BuildRequires: autoconf +BuildRequires: autoconf gcc BuildRequires: automake BuildRequires: pcre-devel %if ! 0%{?el6} @@ -58,5 +58,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name} %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue 27 Jul 2021 sunguoshuai - 2.1.0-2 +- Add gcc for buildrequires + * Wed Sep 16 2020 Li Chao - 2.1.0-1 - First the_silver_searcher package