diff --git a/1.1.1.tar.gz b/1.1.1.tar.gz deleted file mode 100644 index 97e0ee8..0000000 --- a/1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d93ba89fe278a04000bdf12578ec67a0f95375ad6594b7d430f10c4cf4b74921 -size 322550 diff --git a/1.2.0.tar.gz b/1.2.0.tar.gz new file mode 100644 index 0000000..4dae6f3 --- /dev/null +++ b/1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00115adce6b95228ff9473427f2651010b1360e2ef1071fdd13ef60ba91c1d1f +size 324328 diff --git a/libosmo-abis.changes b/libosmo-abis.changes index 42fc6d0..6c84ca7 100644 --- a/libosmo-abis.changes +++ b/libosmo-abis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 19 09:14:18 UTC 2021 - Martin Hauke + +- 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 diff --git a/libosmo-abis.spec b/libosmo-abis.spec index 5b9dec9..8563c5f 100644 --- a/libosmo-abis.spec +++ b/libosmo-abis.spec @@ -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 diff --git a/osmo-talloc.diff b/osmo-talloc.diff index e4f02fd..ac3fdfa 100644 --- a/osmo-talloc.diff +++ b/osmo-talloc.diff @@ -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])