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
This commit is contained in:
Bjørn Lie 2023-05-08 19:15:24 +00:00 committed by Git OBS Bridge
parent 8449012ed3
commit 1b0f59b80e
6 changed files with 25 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
<param name="revision">v1.0.2</param>
<param name="revision">v1.0.3</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:709ed8bc8f140530de6f53548ee37c8387601762b095bcee9811e65527326f0e
size 1111564

3
liblc3-1.0.3.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f97d219e6683b8c6f495833b9b9b6aa42f6ccd4da47094d5793d3124690e4dba
size 1122316

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon May 8 19:08:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: liblc3
version: 1.0.2
mtime: 1676496449
commit: f34f4654d6c319415de718f45ff6ec73135058de
version: 1.0.3
mtime: 1683568433
commit: 3d769309ffacb3c18b4a0bdd6b46544eb26bbfb2

View File

@ -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