From 1b0f59b80e41c2417b2337f7e0f6d39ae445ac5e7e257e2f15ac133e6b24e62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 8 May 2023 19:15:24 +0000 Subject: [PATCH] Accepting request 1085565 from home:iznogood:factory - Update to version 1.0.3: + Enhancements: - C++ interface - Remove 1 multiply by samples (when not using upsampling/downsampling feature) - Declare liblc3 as dependency in meson (helps using as meson subproject) - Make encoder/decoder states relocatable + Improve portability: - Enable -pedantic compilation flag - Remove VLA to support compilation with MSVC - Remove use of deprecated int numpy attribute + Fixes: Fix undefined behaviors on integer shifting OBS-URL: https://build.opensuse.org/request/show/1085565 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/liblc3?expand=0&rev=9 --- _service | 2 +- liblc3-1.0.2.obscpio | 3 --- liblc3-1.0.3.obscpio | 3 +++ liblc3.changes | 17 +++++++++++++++++ liblc3.obsinfo | 6 +++--- liblc3.spec | 2 +- 6 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 liblc3-1.0.2.obscpio create mode 100644 liblc3-1.0.3.obscpio diff --git a/_service b/_service index b8baaaf..45b16f0 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ git @PARENT_TAG@ v([0-9\.]*) - v1.0.2 + v1.0.3 diff --git a/liblc3-1.0.2.obscpio b/liblc3-1.0.2.obscpio deleted file mode 100644 index 8ceb568..0000000 --- a/liblc3-1.0.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:709ed8bc8f140530de6f53548ee37c8387601762b095bcee9811e65527326f0e -size 1111564 diff --git a/liblc3-1.0.3.obscpio b/liblc3-1.0.3.obscpio new file mode 100644 index 0000000..eec245f --- /dev/null +++ b/liblc3-1.0.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97d219e6683b8c6f495833b9b9b6aa42f6ccd4da47094d5793d3124690e4dba +size 1122316 diff --git a/liblc3.changes b/liblc3.changes index b705b0d..5c8f3a3 100644 --- a/liblc3.changes +++ b/liblc3.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon May 8 19:08:52 UTC 2023 - Bjørn Lie + +- Update to version 1.0.3: + + Enhancements: + - C++ interface + - Remove 1 multiply by samples (when not using + upsampling/downsampling feature) + - Declare liblc3 as dependency in meson (helps using as meson + subproject) + - Make encoder/decoder states relocatable + + Improve portability: + - Enable -pedantic compilation flag + - Remove VLA to support compilation with MSVC + - Remove use of deprecated int numpy attribute + + Fixes: Fix undefined behaviors on integer shifting + ------------------------------------------------------------------- Sun Mar 19 11:11:53 UTC 2023 - Bjørn Lie diff --git a/liblc3.obsinfo b/liblc3.obsinfo index c9b8bfc..195ab58 100644 --- a/liblc3.obsinfo +++ b/liblc3.obsinfo @@ -1,4 +1,4 @@ name: liblc3 -version: 1.0.2 -mtime: 1676496449 -commit: f34f4654d6c319415de718f45ff6ec73135058de +version: 1.0.3 +mtime: 1683568433 +commit: 3d769309ffacb3c18b4a0bdd6b46544eb26bbfb2 diff --git a/liblc3.spec b/liblc3.spec index 71e254f..f434ec9 100644 --- a/liblc3.spec +++ b/liblc3.spec @@ -19,7 +19,7 @@ %define lc3soname liblc3-1 Name: liblc3 -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Low Complexity Communication Codec (LC3) License: Apache-2.0