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 submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/16829 )
Change subject: require minimum version 1.3.0 of libosmocore
......................................................................
require minimum version 1.3.0 of libosmocore
Finally, a libosmocore version with per-thread select loop fd sets
has been released, so we can update our version requirement here.
Change-Id: Ic2654b18fd1f00aa4c1ab01892ecaa48ad2ba29f
Closes: OS#4250
---
M configure.ac
M debian/control
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index d041c1a..31af887 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@
AC_CHECK_LIB(csv, csv_init, LIBS="$LIBS -lcsv", [AC_MSG_ERROR([*** libcsv library not found!])])
AC_CHECK_HEADERS([csv.h])
-PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 0.11.0)
+PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.3.0)
PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.11.0)
PKG_CHECK_MODULES(OSMOABIS, libosmoabis)
PKG_CHECK_MODULES(OSMOSIM, libosmosim)
diff --git a/debian/control b/debian/control
index e7f52f3..14c5d7a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@
pkg-config,
osmo-gsm-manuals-dev,
libcsv-dev,
- libosmocore-dev,
+ libosmocore-dev (>= 1.3.0),
libosmo-abis-dev,
libosmo-simtrace2-dev,
libpcsclite-dev,
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/16829
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ic2654b18fd1f00aa4c1ab01892ecaa48ad2ba29f
Gerrit-Change-Number: 16829
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200113/97469634/attachment.htm>