1
0
forked from pool/libosmo-abis

- Update to new upstream release 0.3.2.2

OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=12
This commit is contained in:
Jan Engelhardt 2015-12-23 17:38:45 +00:00 committed by Git OBS Bridge
parent a1d3adebf2
commit 55c96a922d
5 changed files with 30 additions and 23 deletions

View File

@ -1,4 +1,4 @@
From 025e2dd7129483300efe8dd02f8e1198c92aaad5 Mon Sep 17 00:00:00 2001
From 34ce619dc89fa82f55cc2ebba85e3435d04d2531 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Thu, 2 Apr 2015 14:25:43 +0200
Subject: [PATCH] build: resolve compiler warnings
@ -23,7 +23,7 @@ E: libosmo-abis 64bit-portability-issue trau/osmo_ortp.c:329, 332, 335, 338
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/trau/osmo_ortp.c b/src/trau/osmo_ortp.c
index fedc977..55fce87 100644
index 65ec269..f605af9 100644
--- a/src/trau/osmo_ortp.c
+++ b/src/trau/osmo_ortp.c
@@ -326,16 +326,16 @@ struct osmo_rtp_socket *osmo_rtp_socket_create(void *talloc_ctx, unsigned int fl
@ -48,5 +48,5 @@ index fedc977..55fce87 100644
/* initialize according to the RFC */
rtp_session_set_seq_number(rs->sess, random());
--
2.1.4
2.4.3

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b75087dccc67c6fe91d7cdd7a5f4860439b043ad6a124920ecb36deb143fca65
size 62348

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c21e0728dd1b5cf13309e12b0b291f9243b37d733cdbbaf27747e5511cc00664
size 62900

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 23 17:34:54 UTC 2015 - jengelh@inai.de
- Update to new upstream release 0.3.2.2
* ortp: Guard the jitter stats with a version check
* ortp: Export statistics for the bts or similar
-------------------------------------------------------------------
Thu Apr 2 12:29:23 UTC 2015 - jengelh@inai.de

View File

@ -17,15 +17,15 @@
Name: libosmo-abis
Version: 0.3.1
Version: 0.3.2.2
Release: 0
Summary: Osmocom library for A-bis interface between BTS and BSC
License: AGPL-3.0+ and GPL-2.0+
Group: Development/Libraries/C and C++
Group: Productivity/Telephony/Utilities
Url: http://openbsc.osmocom.org/trac/wiki/libosmo-abis
#Git-Clone: git://git.osmocom.org/libosmo-abis
#Snapshot: 0.3.1
#Snapshot: 3cef39b03cb46de4a7aba65137d724a000b184cb
Source: %name-%version.tar.xz
Patch1: osmo-talloc.diff
Patch2: 0001-build-resolve-compiler-warnings.patch
@ -46,12 +46,12 @@ In GSM, A-bis is a BSS-internal interface link between the BTS and
BSC. This interface allows control of the radio equipment and radio
frequency allocation in the BTS.
%package -n libosmoabis4
%package -n libosmoabis5
Summary: Osmocom A-bis interface core library
License: AGPL-3.0+
Group: System/Libraries
%description -n libosmoabis4
%description -n libosmoabis5
In the GSM system architecture, A-bis is a Base Station
System-internal interface linking the Base Transceiver Stations (BTS)
and Base Station Controller (BSC). This interface allows control of
@ -61,7 +61,7 @@ the radio equipment and radio frequency allocation in the BTS.
Summary: Development files for the Osmocom A-bis core library
License: AGPL-3.0+
Group: Development/Libraries/C and C++
Requires: libosmoabis4 = %version
Requires: libosmoabis5 = %version
Requires: libosmocore-devel >= 0.3.0
Requires: libosmogsm-devel >= 0.3.10
@ -73,12 +73,12 @@ frequency allocation in the BTS.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmoabis.
%package -n libosmotrau0
%package -n libosmotrau1
Summary: Osmocom TRAU (E1/RTP) library
License: GPL-2.0+
Group: System/Libraries
%description -n libosmotrau0
%description -n libosmotrau1
The Transcoder Rate Adaptor Unit enables the use of lower rates (32,
16 or 8 kbps) over the A-bis interface instead of the 64 kbps ISDN
rate for which the Mobile Switching Center (MSC) is designed.
@ -87,7 +87,7 @@ rate for which the Mobile Switching Center (MSC) is designed.
Summary: Development files for the Osmocom TRAU (E1/RTP) library
License: GPL-2.0+
Group: Development/Libraries/C and C++
Requires: libosmotrau0 = %version
Requires: libosmotrau1 = %version
%description -n libosmotrau-devel
The Transcoder Rate Adaptor Unit enables the use of lower bitrates
@ -115,14 +115,14 @@ find "$b/%_libdir" -type f -name "*.la" -delete
%check
make %{?_smp_mflags} check
%post -n libosmoabis4 -p /sbin/ldconfig
%postun -n libosmoabis4 -p /sbin/ldconfig
%post -n libosmotrau0 -p /sbin/ldconfig
%postun -n libosmotrau0 -p /sbin/ldconfig
%post -n libosmoabis5 -p /sbin/ldconfig
%postun -n libosmoabis5 -p /sbin/ldconfig
%post -n libosmotrau1 -p /sbin/ldconfig
%postun -n libosmotrau1 -p /sbin/ldconfig
%files -n libosmoabis4
%files -n libosmoabis5
%defattr(-,root,root)
%_libdir/libosmoabis.so.4*
%_libdir/libosmoabis.so.5*
%files -n libosmoabis-devel
%defattr(-,root,root)
@ -132,9 +132,9 @@ make %{?_smp_mflags} check
%_libdir/libosmoabis.so
%_libdir/pkgconfig/libosmoabis.pc
%files -n libosmotrau0
%files -n libosmotrau1
%defattr(-,root,root)
%_libdir/libosmotrau.so.0*
%_libdir/libosmotrau.so.1*
%files -n libosmotrau-devel
%defattr(-,root,root)