<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-cbc/+/23077">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Update dependencies to current libosmocore & co<br><br>So far we couldn't depend on proper versions as they had not been<br>released yet.  Now they do, so we can add the respective dependencies<br><br>Change-Id: I0573a151f55488599a01ea9dfdcfa02396cd6c35<br>---<br>M configure.ac<br>M contrib/osmo-cbc.spec.in<br>M debian/control<br>3 files changed, 10 insertions(+), 16 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/77/23077/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index a2d9288..7ca73da 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -31,10 +31,10 @@</span><br><span> fi</span><br><span> PKG_PROG_PKG_CONFIG([0.20])</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.4.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)</span><br><span> PKG_CHECK_MODULES(ULFIUS, libulfius)</span><br><span> PKG_CHECK_MODULES(JANSSON, jansson)</span><br><span> PKG_CHECK_MODULES(ORCANIA, liborcania)</span><br><span>diff --git a/contrib/osmo-cbc.spec.in b/contrib/osmo-cbc.spec.in</span><br><span>index f22212b..c27e7d2 100644</span><br><span>--- a/contrib/osmo-cbc.spec.in</span><br><span>+++ b/contrib/osmo-cbc.spec.in</span><br><span>@@ -30,16 +30,10 @@</span><br><span> %if 0%{?suse_version}</span><br><span> BuildRequires:  systemd-rpm-macros</span><br><span> %endif</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libcrypto) >= 0.9.5</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmo-netif) >= 0.6.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmo-sccp) >= 0.10.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmo-sigtran) >= 0.10.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmoabis) >= 0.6.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmocore) >= 1.2.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmoctrl) >= 1.2.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmogb)</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmogsm) >= 1.2.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmovty) >= 1.2.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmocore) >= 1.5.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmogsm) >= 1.5.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmovty) >= 1.5.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmo-netif) >= 1.1.0</span><br><span> BuildRequires:  pkgconfig(talloc)</span><br><span> BuildRequires:  pkgconfig(libulfius)</span><br><span> %{?systemd_requires}</span><br><span>diff --git a/debian/control b/debian/control</span><br><span>index 9fcafc8..59725d4 100644</span><br><span>--- a/debian/control</span><br><span>+++ b/debian/control</span><br><span>@@ -11,8 +11,8 @@</span><br><span>                pkg-config,</span><br><span>                python3-minimal,</span><br><span>                libtalloc-dev,</span><br><span style="color: hsl(0, 100%, 40%);">-               libosmocore-dev,</span><br><span style="color: hsl(0, 100%, 40%);">-               libosmo-netif-dev,</span><br><span style="color: hsl(120, 100%, 40%);">+               libosmocore-dev (>= 1.5.0),</span><br><span style="color: hsl(120, 100%, 40%);">+               libosmo-netif-dev (>= 1.1.0),</span><br><span>                libulfius-dev,</span><br><span>                libjansson-dev,</span><br><span>                osmo-gsm-manuals-dev</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-cbc/+/23077">change 23077</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-cbc/+/23077"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-cbc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0573a151f55488599a01ea9dfdcfa02396cd6c35 </div>
<div style="display:none"> Gerrit-Change-Number: 23077 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>