diff --git a/opus.spec b/opus.spec index ae767c3..2dcf885 100644 --- a/opus.spec +++ b/opus.spec @@ -2,7 +2,7 @@ Name: opus Version: 1.3.1 -Release: 6%{?candidate:.%{candidate}}%{?dist} +Release: 7%{?candidate:.%{candidate}}%{?dist} Summary: An audio codec for use in low-delay speech and audio communication License: BSD URL: https://www.opus-codec.org/ @@ -34,10 +34,6 @@ cp %{SOURCE1} . cp %{SOURCE2} . %build -# LTO triggers a GCC ICE on armv7 and LTO does not play well with the NEON -# intrinsics. Disable LTO for now -%define _lto_cflags %{nil} - %configure --enable-custom-modes --disable-static \ --enable-hardening --enable-ambisonics @@ -68,6 +64,9 @@ make check %{?_smp_mflags} V=1 %{_datadir}/man/man3/opus_*.3.gz %changelog +* Mon Sep 28 2020 Jeff Law - 1.3.1-7 +- Re-enable LTO as upstream GCC target/96939 has been fixed + * Mon Aug 10 2020 Jeff Law - 1.3.1-6 - Disable LTO for now