pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-smlc/+/34390?usp=email )
Change subject: Bump version: 0.2.3.12-7385-dirty → 0.2.4 ......................................................................
Bump version: 0.2.3.12-7385-dirty → 0.2.4
Change-Id: Ib73d7f15f55a52479a7728f86e96e93bba699ec5 --- M configure.ac M contrib/osmo-smlc.spec.in M debian/changelog M debian/control 4 files changed, 52 insertions(+), 17 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/90/34390/1
diff --git a/configure.ac b/configure.ac index 484d689..8d49565 100644 --- a/configure.ac +++ b/configure.ac @@ -36,12 +36,12 @@ fi PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.8.0)
dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-smlc.spec.in b/contrib/osmo-smlc.spec.in index 02bcb15..c1821db 100644 --- a/contrib/osmo-smlc.spec.in +++ b/contrib/osmo-smlc.spec.in @@ -31,13 +31,13 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(talloc) %{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog index 75dbee9..7001a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +osmo-smlc (0.2.4) unstable; urgency=medium + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Vadim Yanitskiy ] + * configure.ac: set -std=gnu11 + * Makefile.am: remove $(COVERAGE_LDFLAGS) from osmo_smlc_LDADD + * Makefile.am: remove unneeded AM_LDFLAGS with LIBS + * tests: $(BUILT_SOURCES) is not defined, depend on osmo-smlc + * tests: execute osmotest{vty,config}.py against osmo-smlc + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + * configure.ac: migrate from python2 to python3 + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Neels Janosch Hofmeyr ] + * ctrl-test: drop bogus 'rm -f $(CTRL_TEST_DB)' + + [ Pau Espin Pedrol ] + * Write explicit role & sctp-role fields in ASP configurations + + -- Pau Espin Pedrol pespin@sysmocom.de Tue, 12 Sep 2023 17:14:41 +0200 + osmo-smlc (0.2.3) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 9d879a2..242a797 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.8.0), - libosmo-sccp-dev (>= 1.7.0), - libosmo-sigtran-dev (>= 1.7.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-sccp-dev (>= 1.8.0), + libosmo-sigtran-dev (>= 1.8.0), + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc