forked from pool/libosmo-abis
Accepting request 761539 from network:telephony
- Update to new upstream release 0.8.0 OBS-URL: https://build.opensuse.org/request/show/761539 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmo-abis?expand=0&rev=11
This commit is contained in:
commit
410f27b641
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://git.osmocom.org/libosmo-abis</param>
|
||||
<param name="parent-tag">0.7.0</param>
|
||||
<param name="versionformat">0.7.0</param>
|
||||
<param name="parent-tag">0.8.0</param>
|
||||
<param name="versionformat">0.8.0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9367e4bfff742be48bd44783795ba6698c0e5327bf64c7d302457e264e50aab1
|
||||
size 73456
|
3
libosmo-abis-0.8.0.tar.xz
Normal file
3
libosmo-abis-0.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b92c42de34b7f7d4d4ab11c58fdb24cda74b1969019be66c0f449666b9deca8b
|
||||
size 74084
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 10:47:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user