diff --git a/patchutils.spec b/patchutils.spec index 38c5d08..01a8352 100644 --- a/patchutils.spec +++ b/patchutils.spec @@ -1,6 +1,6 @@ Name: patchutils Version: 0.3.4 -Release: 13 +Release: 14 Summary: A small collection of programs that operate on patch files License: GPLv2+ URL: http://cyberelk.net/tim/patchutils/ @@ -10,7 +10,7 @@ Patch2: patchutils-format-str.patch Obsoletes: interdiff <= 0.0.10 Provides: interdiff = 0.0.11 Requires: patch -BuildRequires: automake, autoconf perl-generators xmlto +BuildRequires: automake, autoconf perl-generators xmlto gcc %description This is a collection of programs that can manipulate patch files in a variety of ways, @@ -47,5 +47,8 @@ make check %{_mandir}/*/* %changelog +* Wed Jun 23 2021 liudabo - 0.3.4-14 +- DESC:Add gcc build dependcy + * Wed Nov 27 2019 wangyiru - 0.3.4-13 - Package init