From 15f938cb1bb3c26111dbc8a644af3141e7cb59be Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Sat, 14 Jul 2018 11:19:42 -0300 Subject: [PATCH] include gcc into buildrequires --- gsm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gsm.spec b/gsm.spec index a873efa..09c72bc 100644 --- a/gsm.spec +++ b/gsm.spec @@ -3,7 +3,7 @@ Name: gsm Version: %{ver_maj}.%{ver_min} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Shared libraries for GSM speech compressor Group: System Environment/Libraries @@ -12,6 +12,7 @@ URL: http://www.quut.com/gsm/ Source: http://www.quut.com/gsm/%{name}-%{version}.tar.gz Patch0: %{name}-makefile.patch Patch1: %{name}-warnings.patch +BuildRequires: gcc %global srcver %{ver_maj}-pl%{ver_min} @@ -111,6 +112,9 @@ make addtst %{_mandir}/man3/gsm_print.3* %changelog +* Sat Jul 14 2018 Itamar Reis Peixoto - 1.0.18-3 +- include gcc into buildrequires + * Fri Jul 13 2018 Fedora Release Engineering - 1.0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild