From e08838de199605dca5695f31fbbe3741d15f146d75cc1b9e957c2848c40e1fe1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 19 Nov 2021 12:10:28 +0000 Subject: [PATCH] Accepting request 932494 from home:mnhauke:osmocom:latest - Update to new upstream release 1.2.0 * https://git.osmocom.org/libosmo-abis/plain/debian/changelog?h=1.2.0 - Update patch: * osmo-talloc.diff OBS-URL: https://build.opensuse.org/request/show/932494 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=53 --- 1.1.1.tar.gz | 3 --- 1.2.0.tar.gz | 3 +++ libosmo-abis.changes | 8 ++++++++ libosmo-abis.spec | 10 +++++++--- osmo-talloc.diff | 4 ++-- 5 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 1.1.1.tar.gz create mode 100644 1.2.0.tar.gz 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..ae60221 100644 --- a/libosmo-abis.changes +++ b/libosmo-abis.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 19 09:14:18 UTC 2021 - Martin Hauke + +- Update to new upstream release 1.2.0 + * https://git.osmocom.org/libosmo-abis/plain/debian/changelog?h=1.2.0 +- 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..ce0c5f1 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 @@ -106,8 +106,12 @@ applications that want to make use of libosmotrau. echo "%version" >.tarball-version autoreconf -fiv # bugzilla.opensuse.org/795968 for rationale -%configure --includedir="%_includedir/%name" \ - --enable-shared --disable-static --disable-dahdi --enable-e1d +%configure \ + --includedir="%_includedir/%name" \ + --enable-shared \ + --disable-static \ + --disable-dahdi \ + --enable-e1d %make_build %install 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])