Accepting request 1121721 from network:telephony
- Update to release 0.6.0 OBS-URL: https://build.opensuse.org/request/show/1121721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osmo-e1d?expand=0&rev=8
This commit is contained in:
commit
b936a3a8fb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7226b895459bb550f05f11e3b8a4aa46a251e2a977717ea0c624546e942b2379
|
|
||||||
size 131060
|
|
3
0.6.0.tar.gz
Normal file
3
0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7628939435a80f258e7761b2337a689bb768a0f455c274773dca86c6ed807213
|
||||||
|
size 131832
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 1 20:21:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.6.0
|
||||||
|
* proto_clnt: close osmo-e1d control socket on connection loss
|
||||||
|
* octoi: Add force-send-all-ts mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 18 10:24:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Thu May 18 10:24:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osmo-e1d
|
Name: osmo-e1d
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Osmocom E1 Daemon
|
Summary: Osmocom E1 Daemon
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -29,9 +29,10 @@ BuildRequires: automake >= 1.9
|
|||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config >= 0.20
|
BuildRequires: pkg-config >= 0.20
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libosmocore) >= 1.8.0
|
BuildRequires: pkgconfig(libosmocore) >= 1.9.0
|
||||||
BuildRequires: pkgconfig(libosmousb) >= 1.8.0
|
BuildRequires: pkgconfig(libosmousb) >= 1.9.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 1.8.0
|
BuildRequires: pkgconfig(libosmovty) >= 1.9.0
|
||||||
|
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21
|
||||||
BuildRequires: pkgconfig(talloc) >= 2.0.1
|
BuildRequires: pkgconfig(talloc) >= 2.0.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,12 +53,12 @@ Group: System/Libraries
|
|||||||
%description -n libosmo-e1d1
|
%description -n libosmo-e1d1
|
||||||
Osmocom E1 Daemon Protocol Library.
|
Osmocom E1 Daemon Protocol Library.
|
||||||
|
|
||||||
%package -n libosmo-octoi1
|
%package -n libosmo-octoi2
|
||||||
Summary: Library for the Osmocom Community TDMoIP network
|
Summary: Library for the Osmocom Community TDMoIP network
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libosmo-octoi1
|
%description -n libosmo-octoi2
|
||||||
Library for the Osmocom Community TDMoIP network.
|
Library for the Osmocom Community TDMoIP network.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -65,7 +66,7 @@ Summary: Header files for the Osmocom E1 daemon protocol library
|
|||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmo-e1d1 = %version-%release
|
Requires: libosmo-e1d1 = %version-%release
|
||||||
Requires: libosmo-octoi1 = %version-%release
|
Requires: libosmo-octoi2 = %version-%release
|
||||||
Provides: libosmo-e1d-devel = %version-%release
|
Provides: libosmo-e1d-devel = %version-%release
|
||||||
Obsoletes: libosmo-e1d-devel < %version-%release
|
Obsoletes: libosmo-e1d-devel < %version-%release
|
||||||
|
|
||||||
@ -96,8 +97,8 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
|||||||
|
|
||||||
%post -n libosmo-e1d1 -p /sbin/ldconfig
|
%post -n libosmo-e1d1 -p /sbin/ldconfig
|
||||||
%postun -n libosmo-e1d1 -p /sbin/ldconfig
|
%postun -n libosmo-e1d1 -p /sbin/ldconfig
|
||||||
%post -n libosmo-octoi1 -p /sbin/ldconfig
|
%post -n libosmo-octoi2 -p /sbin/ldconfig
|
||||||
%postun -n libosmo-octoi1 -p /sbin/ldconfig
|
%postun -n libosmo-octoi2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun %name.service
|
%service_del_preun %name.service
|
||||||
@ -124,7 +125,7 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
|||||||
%files -n libosmo-e1d1
|
%files -n libosmo-e1d1
|
||||||
%_libdir/libosmo-e1d.so.*
|
%_libdir/libosmo-e1d.so.*
|
||||||
|
|
||||||
%files -n libosmo-octoi1
|
%files -n libosmo-octoi2
|
||||||
%_libdir/libosmo-octoi.so.*
|
%_libdir/libosmo-octoi.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user