From 224474279634d94f11409560af13f1ec1482b1f5 Mon Sep 17 00:00:00 2001 From: wangkerong Date: Fri, 4 Jun 2021 09:31:15 +0800 Subject: [PATCH] add buildrequires for gcc (cherry picked from commit 8c9597821cea6723e99d1d310efd16fdae59e919) --- gsm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gsm.spec b/gsm.spec index b23d01e..f8489ee 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 +* Fri Jun 4 2021 wangkerong 1.0.18-5 +- Add a BuildRequires for gcc + * Wed Sep 18 2019 chenzhenyu - 1.0.8-4 - Package init -- Gitee