From 1bc71bdfc012106ed96e212e613e777d7ab74ee61223ef469ed7435eb4d95105 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 7 Jan 2020 11:31:49 +0000 Subject: [PATCH 1/2] Accepting request 760939 from home:mnhauke:osmocom:CNI-2020-01 - Update to new upstream release 0.8.0 * input/ipa_keepalive.c: make sure IPA keepalive FSM is registered * Enable DAHDI support by default; require --disable-dahdi otherwise * input/ipaccess.c: propagate errors from ipa_parse_unitid() * ipa: Allow setting local addr and port for struct ipa_client_conn * ipa: ipa_server_link_close() add checks of link state OBS-URL: https://build.opensuse.org/request/show/760939 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=41 --- _service | 4 ++-- libosmo-abis-0.7.0.tar.xz | 3 --- libosmo-abis-0.8.0.tar.xz | 3 +++ libosmo-abis.changes | 10 ++++++++++ libosmo-abis.spec | 12 ++++++++---- 5 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 libosmo-abis-0.7.0.tar.xz create mode 100644 libosmo-abis-0.8.0.tar.xz diff --git a/_service b/_service index 8f30eb6..aaf7e27 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git git://git.osmocom.org/libosmo-abis - 0.7.0 - 0.7.0 + 0.8.0 + 0.8.0 *.tar diff --git a/libosmo-abis-0.7.0.tar.xz b/libosmo-abis-0.7.0.tar.xz deleted file mode 100644 index d30f93f..0000000 --- a/libosmo-abis-0.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9367e4bfff742be48bd44783795ba6698c0e5327bf64c7d302457e264e50aab1 -size 73456 diff --git a/libosmo-abis-0.8.0.tar.xz b/libosmo-abis-0.8.0.tar.xz new file mode 100644 index 0000000..9572f40 --- /dev/null +++ b/libosmo-abis-0.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92c42de34b7f7d4d4ab11c58fdb24cda74b1969019be66c0f449666b9deca8b +size 74084 diff --git a/libosmo-abis.changes b/libosmo-abis.changes index 6deffa2..9d04a31 100644 --- a/libosmo-abis.changes +++ b/libosmo-abis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 5 10:47:01 UTC 2020 - Martin Hauke + +- Update to new upstream release 0.8.0 + * input/ipa_keepalive.c: make sure IPA keepalive FSM is registered + * Enable DAHDI support by default; require --disable-dahdi otherwise + * input/ipaccess.c: propagate errors from ipa_parse_unitid() + * ipa: Allow setting local addr and port for struct ipa_client_conn + * ipa: ipa_server_link_close() add checks of link state + ------------------------------------------------------------------- Thu Aug 15 04:29:02 UTC 2019 - Jan Engelhardt diff --git a/libosmo-abis.spec b/libosmo-abis.spec index 579d171..7af7d9c 100644 --- a/libosmo-abis.spec +++ b/libosmo-abis.spec @@ -1,7 +1,7 @@ # # spec file for package libosmo-abis # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define version_unconverted 0.7.0 +%define version_unconverted 0.8.0 Name: libosmo-abis -Version: 0.7.0 +Version: 0.8.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 @@ -108,7 +108,11 @@ applications that want to make use of libosmotrau. %build echo "%version" >.tarball-version autoreconf -fiv -%configure --enable-shared --disable-static --includedir="%_includedir/%name" +%configure \ + --enable-shared \ + --disable-static \ + --disable-dahdi \ + --includedir="%_includedir/%name" make %{?_smp_mflags} %install From bb03f1f86b870a55cae73f76a745babc820cc08f0c5dbb9d02e64427d19e5c4c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 7 Jan 2020 11:32:13 +0000 Subject: [PATCH 2/2] DAHDI is actually disabled, don't mention OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=42 --- libosmo-abis.changes | 1 - libosmo-abis.spec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libosmo-abis.changes b/libosmo-abis.changes index 9d04a31..a1c6410 100644 --- a/libosmo-abis.changes +++ b/libosmo-abis.changes @@ -3,7 +3,6 @@ Sun Jan 5 10:47:01 UTC 2020 - Martin Hauke - Update to new upstream release 0.8.0 * input/ipa_keepalive.c: make sure IPA keepalive FSM is registered - * Enable DAHDI support by default; require --disable-dahdi otherwise * input/ipaccess.c: propagate errors from ipa_parse_unitid() * ipa: Allow setting local addr and port for struct ipa_client_conn * ipa: ipa_server_link_close() add checks of link state diff --git a/libosmo-abis.spec b/libosmo-abis.spec index 7af7d9c..357032e 100644 --- a/libosmo-abis.spec +++ b/libosmo-abis.spec @@ -1,7 +1,7 @@ # # spec file for package libosmo-abis # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed