From da1392725b13ed426f32d05a330590612e656b22 Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Wed, 2 Jun 2021 11:04:43 +0800 Subject: [PATCH] Add a buildrequires for gcc --- gsm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gsm.spec b/gsm.spec index b23d01e..4570996 100644 --- a/gsm.spec +++ b/gsm.spec @@ -1,6 +1,6 @@ Name: gsm Version: 1.0.18 -Release: 4 +Release: 5 Summary: GSM speech compressor Shared libraries and Utilities License: MIT URL: http://www.quut.com/gsm/ @@ -13,6 +13,8 @@ Patch1: gsm-warnings.patch Provides: gsm-tool Obsoletes: gsm-tool +BuildRequires: gcc + %description Contains the library for a GSM speech compressor, libgsm implements the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, @@ -72,5 +74,8 @@ make addtst %{_mandir}/man*/* %changelog +* Thu Jun 3 2021 liuyumeng - 1.0.8-5 +- Add a Buildrequires for gcc + * Wed Sep 18 2019 chenzhenyu - 1.0.8-4 - Package init -- Gitee