From b17f1f46380a82f24d83d0cd60322bab3c2b5a14 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 7 Mar 2018 16:38:55 +0100 Subject: [PATCH] add gcc buildrequire --- libsndfile.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsndfile.spec b/libsndfile.spec index c8fe312..2bac442 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.28 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ and GPLv2+ and BSD Group: System Environment/Libraries URL: http://www.mega-nerd.com/libsndfile/ @@ -16,6 +16,7 @@ Patch4: libsndfile-1.0.29-cve2017_6892.patch Patch5: libsndfile-1.0.28-cve2017_12562.patch BuildRequires: alsa-lib-devel BuildRequires: flac-devel +BuildRequires: gcc BuildRequires: libogg-devel BuildRequires: libvorbis-devel BuildRequires: pkgconfig @@ -159,6 +160,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %changelog +* Wed Mar 07 2018 Michal Hlavinka - 1.0.28-8 +- add gcc buildrequire + * Wed Feb 07 2018 Fedora Release Engineering - 1.0.28-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild