diff --git a/gsm.spec b/gsm.spec index b23d01e65d37b436b3f76b38e775b24bd3228235..45709963ddf95f99b1fb70156679b184be33665d 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