diff --git a/libiec61883.spec b/libiec61883.spec index a2c0778..c82d2e3 100644 --- a/libiec61883.spec +++ b/libiec61883.spec @@ -1,7 +1,7 @@ Summary: Streaming library for IEEE1394 Name: libiec61883 Version: 1.2.0 -Release: 18%{?dist} +Release: 19%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz @@ -12,6 +12,7 @@ Patch1: libiec61883-channel-allocation-without-local-node-rw.patch URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883 ExcludeArch: s390 s390x +BuildRequires: gcc # Works only with newer libraw1394 versions BuildRequires: libraw1394-devel @@ -76,6 +77,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_mandir}/man1/*.1* %changelog +* Tue Feb 20 2018 Nils Philippsen - 1.2.0-19 +- require gcc for building + * Wed Feb 07 2018 Fedora Release Engineering - 1.2.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild