diff --git a/opus.spec b/opus.spec index 2dcf885..08366c5 100644 --- a/opus.spec +++ b/opus.spec @@ -2,7 +2,7 @@ Name: opus Version: 1.3.1 -Release: 7%{?candidate:.%{candidate}}%{?dist} +Release: 8%{?candidate:.%{candidate}}%{?dist} Summary: An audio codec for use in low-delay speech and audio communication License: BSD URL: https://www.opus-codec.org/ @@ -12,6 +12,7 @@ Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}%{?candid Source1: http://tools.ietf.org/rfc/rfc6716.txt Source2: http://tools.ietf.org/rfc/rfc8251.txt +BuildRequires: make BuildRequires: gcc BuildRequires: doxygen @@ -64,6 +65,9 @@ make check %{?_smp_mflags} V=1 %{_datadir}/man/man3/opus_*.3.gz %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Sep 28 2020 Jeff Law - 1.3.1-7 - Re-enable LTO as upstream GCC target/96939 has been fixed