osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-smlc/+/38153?usp=email )
Change subject: Bump version: 0.3.0.2-bc0a → 0.3.1
......................................................................
Bump version: 0.3.0.2-bc0a → 0.3.1
Change-Id: I52964c60edfc09cf832b8acb2fff61d0ceed3837
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 12 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 02843d4..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +7,3 @@
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
-libosmo-sigtran bump dependency to > 1.9.0 / libosmo-sccp package removal
diff --git a/configure.ac b/configure.ac
index 8bace70..75c4577 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index 1ae9c4b..776988a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+osmo-smlc (0.3.1) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * remove libosmo-sccp dependency; depend on libosmo-sigtran only
+
+ [ Oliver Smith ]
+ * contrib/jenkins: libosmo-sccp -> libosmo-sigtran
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Mon, 16 Sep 2024 12:26:33 +0200
+
osmo-smlc (0.3.0) unstable; urgency=medium
[ Andreas Eversberg ]
diff --git a/debian/control b/debian/control
index 1a7a0d8..cad5540 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@
libsctp-dev,
libtalloc-dev,
libosmocore-dev (>= 1.10.0),
- libosmo-sigtran-dev (>= 1.9.0),
+ libosmo-sigtran-dev (>= 2.0.0),
osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
--
To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/38153?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I52964c60edfc09cf832b8acb2fff61d0ceed3837
Gerrit-Change-Number: 38153
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>