Accepting request 1241997 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1241997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblc3?expand=0&rev=6
This commit is contained in:
commit
28702c3934
2
_service
2
_service
@ -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.1.1</param>
|
||||
<param name="revision">v1.1.2</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
BIN
liblc3-1.1.1.obscpio
(Stored with Git LFS)
BIN
liblc3-1.1.1.obscpio
(Stored with Git LFS)
Binary file not shown.
3
liblc3-1.1.2.obscpio
Normal file
3
liblc3-1.1.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91e2d73dd6b9e98a76541b1371d7c58484e87c8686c6d073bfc18b62f4a20e0e
|
||||
size 3272204
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 21:37:08 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.1.2:
|
||||
+ math: Remove usage of Infinity that leads to undefined behavior
|
||||
+ Rework Python binding
|
||||
+ python: remove semicolons
|
||||
+ Bump version to 1.1.2
|
||||
+ Python wrapper published to PyPi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 19:55:33 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: liblc3
|
||||
version: 1.1.1
|
||||
mtime: 1713565077
|
||||
commit: 73bbc00245d9874ef3e8bc8ef6476e6fee9f42aa
|
||||
version: 1.1.2
|
||||
mtime: 1738347811
|
||||
commit: 48bbd3eacd36e99a57317a0a4867002e0b09e183
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package liblc3
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define lc3soname liblc3-1
|
||||
|
||||
Name: liblc3
|
||||
Version: 1.1.1
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: Low Complexity Communication Codec (LC3)
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user