SHA256
1
0
forked from pool/libosmo-abis

Accepting request 932575 from network:telephony

- Update to new upstream release 1.2.0

OBS-URL: https://build.opensuse.org/request/show/932575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmo-abis?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2021-11-20 01:39:28 +00:00 committed by Git OBS Bridge
commit f1065d0f8e
5 changed files with 16 additions and 6 deletions

View File

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

3
1.2.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 19 09:14:18 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to new upstream release 1.2.0
* ipa: Introduce support for user-specific DSCP and priority
* e1_input: Allow (vty) configuration of IP DSCP and socket
priority
- Update patch:
* osmo-talloc.diff
-------------------------------------------------------------------
Sun Mar 14 20:35:36 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: libosmo-abis
Version: 1.1.1
Version: 1.2.0
Release: 0
Summary: Osmocom library for A-bis interface between BTS and BSC
License: AGPL-3.0-or-later AND GPL-2.0-or-later

View File

@ -14,8 +14,8 @@ Index: libosmo-abis-1.1.1/configure.ac
--- libosmo-abis-1.1.1.orig/configure.ac
+++ libosmo-abis-1.1.1/configure.ac
@@ -71,6 +71,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.6.0)
PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
+PKG_CHECK_MODULES([TALLOC], [talloc])