From 278b7202d1eabab61d3552f437427bd8d6095688 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Wed, 23 Jun 2021 14:41:44 +0800 Subject: [PATCH] Add gcc build dependcy --- patchutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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