Sync from SUSE:SLFO:Main liblc3 revision eac6ee8a37fadffb203e078cb6b79ed5

This commit is contained in:
Adrian Schröter 2024-10-01 08:45:55 +02:00
parent e11e9e7fc1
commit cca74ec553
6 changed files with 24 additions and 11 deletions

View File

@ -5,12 +5,12 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
<param name="revision">v1.0.4</param>
<param name="revision">v1.1.1</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual"/>
</services>

BIN
liblc3-1.0.4.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
liblc3-1.1.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 13 19:55:33 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.1.1:
+ Wasm Compilation cleanup
+ build: fix rpath issue
+ Add build-macos-meson job
+ Bluetooth Conformance test updated for LC3
- Changes from version 1.1.0:
+ LC3 Plus features
+ Python library wrapper
+ Add WASM compilation target
-------------------------------------------------------------------
Fri Aug 4 09:24:21 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: liblc3
version: 1.0.4
mtime: 1691081111
commit: 1a5938ebaca4f13fe79ce074f5dee079783aa29f
version: 1.1.1
mtime: 1713565077
commit: 73bbc00245d9874ef3e8bc8ef6476e6fee9f42aa

View File

@ -1,7 +1,7 @@
#
# spec file for package liblc3
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,12 +19,12 @@
%define lc3soname liblc3-1
Name: liblc3
Version: 1.0.4
Version: 1.1.1
Release: 0
Summary: Low Complexity Communication Codec (LC3)
License: Apache-2.0
URL: https://github.com/google/liblc3
Source: %{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.zst
Source99: baselibs.conf
BuildRequires: c_compiler
BuildRequires: meson