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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/23077 )
Change subject: Update dependencies to current libosmocore & co
......................................................................
Update dependencies to current libosmocore & co
So far we couldn't depend on proper versions as they had not been
released yet. Now they do, so we can add the respective dependencies
Change-Id: I0573a151f55488599a01ea9dfdcfa02396cd6c35
---
M configure.ac
M contrib/osmo-cbc.spec.in
M debian/control
3 files changed, 10 insertions(+), 16 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/77/23077/1
diff --git a/configure.ac b/configure.ac
index a2d9288..7ca73da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,10 +31,10 @@
fi
PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.4.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)
PKG_CHECK_MODULES(ULFIUS, libulfius)
PKG_CHECK_MODULES(JANSSON, jansson)
PKG_CHECK_MODULES(ORCANIA, liborcania)
diff --git a/contrib/osmo-cbc.spec.in b/contrib/osmo-cbc.spec.in
index f22212b..c27e7d2 100644
--- a/contrib/osmo-cbc.spec.in
+++ b/contrib/osmo-cbc.spec.in
@@ -30,16 +30,10 @@
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libcrypto) >= 0.9.5
-BuildRequires: pkgconfig(libosmo-netif) >= 0.6.0
-BuildRequires: pkgconfig(libosmo-sccp) >= 0.10.0
-BuildRequires: pkgconfig(libosmo-sigtran) >= 0.10.0
-BuildRequires: pkgconfig(libosmoabis) >= 0.6.0
-BuildRequires: pkgconfig(libosmocore) >= 1.2.0
-BuildRequires: pkgconfig(libosmoctrl) >= 1.2.0
-BuildRequires: pkgconfig(libosmogb)
-BuildRequires: pkgconfig(libosmogsm) >= 1.2.0
-BuildRequires: pkgconfig(libosmovty) >= 1.2.0
+BuildRequires: pkgconfig(libosmocore) >= 1.5.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
+BuildRequires: pkgconfig(libosmovty) >= 1.5.0
+BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0
BuildRequires: pkgconfig(talloc)
BuildRequires: pkgconfig(libulfius)
%{?systemd_requires}
diff --git a/debian/control b/debian/control
index 9fcafc8..59725d4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@
pkg-config,
python3-minimal,
libtalloc-dev,
- libosmocore-dev,
- libosmo-netif-dev,
+ libosmocore-dev (>= 1.5.0),
+ libosmo-netif-dev (>= 1.1.0),
libulfius-dev,
libjansson-dev,
osmo-gsm-manuals-dev
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/23077
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I0573a151f55488599a01ea9dfdcfa02396cd6c35
Gerrit-Change-Number: 23077
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210223/17504446/attachment.htm>