osmith has uploaded this change for review.

View Change

Bump version: 0.3.0.1-7445-dirty → 0.3.1

Change-Id: I52964c60edfc09cf832b8acb2fff61d0ceed3837
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 9 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/53/38153/1
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..e74b87f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osmo-smlc (0.3.1) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * remove libosmo-sccp dependency; depend on libosmo-sigtran only
+
+ -- Oliver Smith <osmith@sysmocom.de> Mon, 16 Sep 2024 12:04:51 +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 change 38153. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I52964c60edfc09cf832b8acb2fff61d0ceed3837
Gerrit-Change-Number: 38153
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>