[PATCH] osmo-bsc[master]: configure.ac/debian: Require libosmo-mgcp-client-dev >= 1.2.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Nov 10 02:41:36 UTC 2017


Review at  https://gerrit.osmocom.org/4767

configure.ac/debian: Require libosmo-mgcp-client-dev >= 1.2.0

We recently started to use some symbols that were not available in
libosmo-mgcp-client-dev 1.0.0 or even 1.1.0.  Let's depend on a newly
tagged version of libosmo-mgcp-client.

Change-Id: Ic5d3add1c69181aabbdb684a01a6ba7bcea1fe2c
---
M configure.ac
M debian/control
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/67/4767/1

diff --git a/configure.ac b/configure.ac
index 4ec903a..f741441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@
 PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 0.8.0)
 PKG_CHECK_MODULES(LIBCRYPTO, libcrypto >= 0.9.5)
 PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.2.0)
 PKG_CHECK_MODULES(LIBOSMOLEGACYMGCP, libosmo-legacy-mgcp >= 1.0.0)
 
 dnl checks for header files
diff --git a/debian/control b/debian/control
index 963d664..5e9ad60 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@
                libosmo-abis-dev (>= 0.3.2),
                libosmo-netif-dev (>= 0.1.0),
                libosmo-legacy-mgcp-dev (>= 1.0.0),
-               libosmo-mgcp-client-dev (>= 1.0.0)
+               libosmo-mgcp-client-dev (>= 1.2.0)
 Standards-Version: 3.9.8
 Vcs-Git: git://git.osmocom.org/osmo-bsc.git
 Vcs-Browser: https://git.osmocom.org/osmo-bsc/

-- 
To view, visit https://gerrit.osmocom.org/4767
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5d3add1c69181aabbdb684a01a6ba7bcea1fe2c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list