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
This commit is contained in:
DistroBaker 2021-02-03 19:46:22 +00:00
parent 2f25427891
commit d387b6a656

View File

@ -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 <releng@fedoraproject.org> - 1.3.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Sep 28 2020 Jeff Law <law@redhat.com> - 1.3.1-7
- Re-enable LTO as upstream GCC target/96939 has been fixed