From 88731ffa1f25a78f5288bf13f7b6c8b66ea6db54 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 16 Sep 2024 12:26:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0.2-bc0a=20=E2=86=92=200.?= =?UTF-8?q?3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I52964c60edfc09cf832b8acb2fff61d0ceed3837 --- TODO-RELEASE | 1 - configure.ac | 2 +- debian/changelog | 10 ++++++++++ debian/control | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) 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(LIBOSMOCORE, libosmocore >= 1.10.0) 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 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 @@ Build-Depends: debhelper (>= 10), 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