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-remsim/+/26476 )
Change subject: increase required libosmocore version
......................................................................
increase required libosmocore version
osmo-remsim depends on a variety of modern libosmocore features,
and now that libosmocore 1.6.0 has been tagged, we can finally depend
on a more recent minimum version.
Change-Id: Ic3cb86b5be524f15d118bcb7ec1947608fbbb034
---
M configure.ac
M contrib/osmo-remsim.spec.in
M debian/control
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/76/26476/1
diff --git a/configure.ac b/configure.ac
index 400578b..45fbdee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@
fi
PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.3.0)
+PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.6.0)
PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.11.0)
PKG_CHECK_MODULES(OSMOABIS, libosmoabis >= 0.8.0)
diff --git a/contrib/osmo-remsim.spec.in b/contrib/osmo-remsim.spec.in
index 90ef773..bfc5f36 100644
--- a/contrib/osmo-remsim.spec.in
+++ b/contrib/osmo-remsim.spec.in
@@ -31,7 +31,7 @@
%endif
BuildRequires: pkgconfig(libasn1c) >= 0.9.30
BuildRequires: pkgconfig(libosmoabis)
-BuildRequires: pkgconfig(libosmocore) >= 0.11.0
+BuildRequires: pkgconfig(libosmocore) >= 1.6.0
BuildRequires: pkgconfig(libosmogsm) >= 0.11.0
BuildRequires: pkgconfig(libosmosim)
BuildRequires: pkgconfig(libpcsclite)
diff --git a/debian/control b/debian/control
index bdae589..faef9ee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@
pkg-config,
osmo-gsm-manuals-dev,
libcsv-dev,
- libosmocore-dev (>= 1.3.0),
+ libosmocore-dev (>= 1.6.0),
libosmo-abis-dev,
libosmo-simtrace2-dev,
libpcsclite-dev,
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/26476
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ic3cb86b5be524f15d118bcb7ec1947608fbbb034
Gerrit-Change-Number: 26476
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/20211209/8cfce711/attachment.htm>