forked from pool/osmo-e1d
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
63c1007838 | |||
c47f10eb99 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7628939435a80f258e7761b2337a689bb768a0f455c274773dca86c6ed807213
|
||||
size 131832
|
BIN
0.7.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
0.7.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 13:21:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.7.1
|
||||
* Avoid segfault during `show octoi-clients` VTY command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 26 13:50:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.7.0
|
||||
* Use uniform log format for default config files
|
||||
* Add option to automatically reset RIFO on underrun/overflow
|
||||
* Add new protocol command and events for Sa bits and line states
|
||||
* Add functions for events from server to client
|
||||
* Indicate framing alignment error as loss of framing signal
|
||||
* Indicate remote alarm bit as remote alarm inidication
|
||||
* Indicate change in received Sa bits
|
||||
* Add command and client function to change transmitted Sa bits
|
||||
* iCE1usb: Transmit LOS and AIS events to clients
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 20:21:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osmo-e1d
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 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.6.0
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: Osmocom E1 Daemon
|
||||
License: GPL-2.0-or-later
|
||||
@@ -29,10 +29,10 @@ BuildRequires: automake >= 1.9
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: pkg-config >= 0.20
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(libosmocore) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libosmousb) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21
|
||||
BuildRequires: pkgconfig(libosmocore) >= 1.10.0
|
||||
BuildRequires: pkgconfig(libosmousb) >= 1.10.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.10.0
|
||||
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.20
|
||||
BuildRequires: pkgconfig(talloc) >= 2.0.1
|
||||
|
||||
%description
|
||||
@@ -45,28 +45,28 @@ osmo-e1d acts as an interface between the hardware/firmware of the E1
|
||||
interface on the bottom side, and applications wanting to use E1
|
||||
timeslots on the top side.
|
||||
|
||||
%package -n libosmo-e1d1
|
||||
%package -n libosmo-e1d3
|
||||
Summary: Osmocom E1 daemon protocol library
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmo-e1d1
|
||||
%description -n libosmo-e1d3
|
||||
Osmocom E1 Daemon Protocol Library.
|
||||
|
||||
%package -n libosmo-octoi2
|
||||
%package -n libosmo-octoi3
|
||||
Summary: Library for the Osmocom Community TDMoIP network
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmo-octoi2
|
||||
%description -n libosmo-octoi3
|
||||
Library for the Osmocom Community TDMoIP network.
|
||||
|
||||
%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-%release
|
||||
Requires: libosmo-octoi2 = %version-%release
|
||||
Requires: libosmo-e1d3 = %version-%release
|
||||
Requires: libosmo-octoi3 = %version-%release
|
||||
Provides: libosmo-e1d-devel = %version-%release
|
||||
Obsoletes: libosmo-e1d-devel < %version-%release
|
||||
|
||||
@@ -95,10 +95,8 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
||||
%check
|
||||
%make_build check || find . -name testsuite.log -exec cat {} +
|
||||
|
||||
%post -n libosmo-e1d1 -p /sbin/ldconfig
|
||||
%postun -n libosmo-e1d1 -p /sbin/ldconfig
|
||||
%post -n libosmo-octoi2 -p /sbin/ldconfig
|
||||
%postun -n libosmo-octoi2 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libosmo-e1d3
|
||||
%ldconfig_scriptlets -n libosmo-octoi3
|
||||
|
||||
%preun
|
||||
%service_del_preun %name.service
|
||||
@@ -122,10 +120,10 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
||||
%_docdir/%name/examples/
|
||||
%_unitdir/osmo-e1d.service
|
||||
|
||||
%files -n libosmo-e1d1
|
||||
%files -n libosmo-e1d3
|
||||
%_libdir/libosmo-e1d.so.*
|
||||
|
||||
%files -n libosmo-octoi2
|
||||
%files -n libosmo-octoi3
|
||||
%_libdir/libosmo-octoi.so.*
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user