forked from pool/codec2
Accepting request 1088989 from hardware:sdr
- Update baselibs.conf to match change of shared library name - Update to version 1.1.0 * Internal maintenance. * Tx peak levels normalised across modes. * New raw data modes to support FreeDATA. OBS-URL: https://build.opensuse.org/request/show/1088989 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/codec2?expand=0&rev=10
This commit is contained in:
commit
0a63ff4107
@ -1 +1 @@
|
||||
libcodec2-1_0
|
||||
libcodec2-1_1
|
||||
|
BIN
codec2-1.0.5.tar.gz
(Stored with Git LFS)
BIN
codec2-1.0.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
codec2-1.1.0.tar.gz
Normal file
3
codec2-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d56ba661008a780b823d576a5a2742c94d0b0507574643a7d4f54c76134826a3
|
||||
size 14925316
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 08:47:07 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update baselibs.conf to match change of shared library name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 6 13:39:17 UTC 2023 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
||||
|
||||
- Update to version 1.1.0
|
||||
* Internal maintenance.
|
||||
* Tx peak levels normalised across modes.
|
||||
* New raw data modes to support FreeDATA.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 07:02:37 UTC 2022 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package codec2
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define libname lib%{name}-1_0
|
||||
%define libname lib%{name}-1_1
|
||||
Name: codec2
|
||||
Version: 1.0.5
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Low bit rate speech codec
|
||||
# octave and asterisk directories contain GPL-2.0 licensed code but its not
|
||||
@ -81,8 +81,7 @@ Example code for Codec 2, including test voices and matlab/octave files.
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
%files -n %{libname}
|
||||
%license COPYING
|
||||
|
Loading…
x
Reference in New Issue
Block a user