- Update to release 0.3.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-e1d?expand=0&rev=8
This commit is contained in:
parent
5368bce0d5
commit
6768907852
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aab6aee0fe451d4bb2ca5b3d676248d68e08c0b0b4ba65b76a58c861a01b5912
|
||||
size 57474
|
3
0.3.0.tar.gz
Normal file
3
0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2bcc0543fb632efa8a727f1be5ffa7a3495dd3aedb8828b405a55762e6be5a9
|
||||
size 57990
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 2 14:45:10 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.3.0
|
||||
* e1d: Add watchdog timer to detect dead lines / USB devices
|
||||
* e1d-ts-pipe: Don't write more HDLC bytes than e1d supports
|
||||
* e1d: reliably detect EOF (HDLC-FCS & RAW mode)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 10:40:10 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osmo-e1d
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: osmo-e1d
|
||||
Version: 0.2.2
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Osmocom E1 Daemon
|
||||
License: GPL-2.0-or-later
|
||||
@ -52,13 +52,15 @@ Group: System/Libraries
|
||||
%description -n libosmo-e1d1
|
||||
Osmocom E1 Daemon Protocol Library.
|
||||
|
||||
%package -n libosmo-e1d-devel
|
||||
%package devel
|
||||
Summary: Header files for the Osmocom E1 daemon protocol library
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmo-e1d1 = %version
|
||||
Provides: libosmo-e1d-devel = %version-%release
|
||||
Obsoletes: libosmo-e1d-devel < %version-%release
|
||||
|
||||
%description -n libosmo-e1d-devel
|
||||
%description devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libosmo-e1d.
|
||||
|
||||
@ -111,7 +113,7 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
||||
%files -n libosmo-e1d1
|
||||
%_libdir/libosmo-e1d.so.1*
|
||||
|
||||
%files -n libosmo-e1d-devel
|
||||
%files devel
|
||||
%_includedir/%name/
|
||||
%_libdir/libosmo-e1d.so
|
||||
%_libdir/pkgconfig/libosmo-e1d.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user