From d387b6a656825197d96750778ee5ac7c3d4ad263 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 19:46:22 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/opus.git#2d499ab4fd0be7e43147268712a208cf2fe0b674 --- opus.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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