Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ded1527b68 | |||
| 6a2c50a49e | |||
| 28702c3934 | |||
| 20a6d8df25 |
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.3</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
||||
BIN
liblc3-1.1.1.obscpio
LFS
BIN
liblc3-1.1.1.obscpio
LFS
Binary file not shown.
3
liblc3-1.1.3.obscpio
Normal file
3
liblc3-1.1.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2bba9a2365213d2458142e7bb2ac5ac7424e9f947f2569f83f83e5930d3ccc4
|
||||
size 3273740
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 10:07:44 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.1.3:
|
||||
+ compute the sum over the converted buffer
|
||||
+ python: Build python wrapper wheels with github actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.3
|
||||
mtime: 1739320889
|
||||
commit: 96a3af0beb5487aca3b98a4b992a539a1f6d80d1
|
||||
|
||||
@@ -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.3
|
||||
Release: 0
|
||||
Summary: Low Complexity Communication Codec (LC3)
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user