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..a1c6410 100644 --- a/libosmo-abis.changes +++ b/libosmo-abis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 + * 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..357032e 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 LLC # # 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