From 30eb8b7a37a689a93832a09b124231cc3ea12097 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 16 Sep 2021 10:51:07 +0200 Subject: =?UTF-8?q?Bump=20version:=201.7.0.1-8d822-dirty=20=E2=86=92=201.7?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix building against osmo-mgw master * Set libosmo-ranap to >= 0.7.0 in configure.ac, osmo-msc.spec.in (new check in osmo-release.sh) Change-Id: I0670373b6016100ef19bc2f459fa26cbaf288178 --- configure.ac | 2 +- contrib/osmo-msc.spec.in | 2 +- debian/changelog | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index db7507ae2..1207171af 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS a [osmo_ac_iu="$enableval"],[osmo_ac_iu="no"]) if test "x$osmo_ac_iu" = "xyes" ; then PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) - PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.3.0) + PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.7.0) AC_DEFINE(BUILD_IU, 1, [Define if we want to build IuPS and IuCS interfaces support]) fi AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes") diff --git a/contrib/osmo-msc.spec.in b/contrib/osmo-msc.spec.in index d588e5bf9..bd671f58f 100644 --- a/contrib/osmo-msc.spec.in +++ b/contrib/osmo-msc.spec.in @@ -52,7 +52,7 @@ BuildRequires: lksctp-tools-devel %{?systemd_requires} %if %{with_iu} BuildRequires: pkgconfig(libasn1c) >= 0.9.30 -BuildRequires: pkgconfig(libosmo-ranap) >= 0.3.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 0.7.0 %endif %description diff --git a/debian/changelog b/debian/changelog index 758173baf..ab4aabe25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osmo-msc (1.7.1) unstable; urgency=medium + + [ Philipp Maier ] + * msc_vlr_test: remove DLMGCP log messages from unit test output + + -- Oliver Smith Thu, 16 Sep 2021 10:51:07 +0200 + osmo-msc (1.7.0) unstable; urgency=medium [ Keith Whyte ] -- cgit v1.2.3