1
0
forked from pool/libosmo-abis

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
This commit is contained in:
Jan Engelhardt 2021-11-19 12:10:28 +00:00 committed by Git OBS Bridge
parent 8f67e68165
commit e08838de19
5 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d93ba89fe278a04000bdf12578ec67a0f95375ad6594b7d430f10c4cf4b74921
size 322550

3
1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00115adce6b95228ff9473427f2651010b1360e2ef1071fdd13ef60ba91c1d1f
size 324328

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 19 09:14:18 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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 <jengelh@inai.de> Sun Mar 14 20:35:36 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: libosmo-abis Name: libosmo-abis
Version: 1.1.1 Version: 1.2.0
Release: 0 Release: 0
Summary: Osmocom library for A-bis interface between BTS and BSC Summary: Osmocom library for A-bis interface between BTS and BSC
License: AGPL-3.0-or-later AND GPL-2.0-or-later 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 echo "%version" >.tarball-version
autoreconf -fiv autoreconf -fiv
# bugzilla.opensuse.org/795968 for rationale # bugzilla.opensuse.org/795968 for rationale
%configure --includedir="%_includedir/%name" \ %configure \
--enable-shared --disable-static --disable-dahdi --enable-e1d --includedir="%_includedir/%name" \
--enable-shared \
--disable-static \
--disable-dahdi \
--enable-e1d
%make_build %make_build
%install %install

View File

@ -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.orig/configure.ac
+++ libosmo-abis-1.1.1/configure.ac +++ libosmo-abis-1.1.1/configure.ac
@@ -71,6 +71,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty @@ -71,6 +71,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.5.0) PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.6.0)
PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0) PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
+PKG_CHECK_MODULES([TALLOC], [talloc]) +PKG_CHECK_MODULES([TALLOC], [talloc])