[MERGED] 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
Sat Nov 11 23:24:16 UTC 2017


Harald Welte has submitted this change and it was merged.

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


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(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: Ic5d3add1c69181aabbdb684a01a6ba7bcea1fe2c
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list