diff --git a/opus-1.1.2.tar.gz b/opus-1.1.2.tar.gz deleted file mode 100644 index 34553d8..0000000 --- a/opus-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e290078e31211baa7b5886bcc8ab6bc048b9fc83882532da4a1a45e58e907fd -size 959767 diff --git a/opus-1.1.3.tar.gz b/opus-1.1.3.tar.gz new file mode 100644 index 0000000..94b42d8 --- /dev/null +++ b/opus-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633 +size 978848 diff --git a/opus.changes b/opus.changes index 6ed8deb..4124b70 100644 --- a/opus.changes +++ b/opus.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Aug 13 15:26:11 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.1.3: + + Neon optimizations improving performance on ARMv7 and ARMv8 by + up to 15%. + + Fixes some issues with 16-bit platforms (e.g. TI C55x). + + Fixes to comfort noise generation (CNG). + + Documenting that PLC packets can also be 2 bytes. + + Includes experimental ambisonics work (--enable-ambisonics). +- Stop passing conditional --enable/disable-intrinsics, it's + enabled by default now. +- Not adding the new --enable-ambisonics to configure, it's still + experimental. + ------------------------------------------------------------------- Wed Jan 27 09:32:12 UTC 2016 - olaf@aepfle.de diff --git a/opus.spec b/opus.spec index 0d10a43..9558574 100644 --- a/opus.spec +++ b/opus.spec @@ -19,7 +19,7 @@ %define soname 0 Name: opus -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: Opus Audio Codec Library License: BSD-3-Clause @@ -69,9 +69,7 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec. %build %configure \ -%if 0%{?suse_version} > 1110 - --enable-intrinsics \ -%else +%if 0%{?suse_version} <= 1110 --disable-intrinsics \ %endif --disable-silent-rules \