osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-smlc/+/37601?usp=email )
Change subject: Bump version: 0.2.4.7-ebf2 → 0.3.0 ......................................................................
Bump version: 0.2.4.7-ebf2 → 0.3.0
Change-Id: Ibdd991c03499926404b92bac9d76238aade4175c --- M configure.ac M debian/changelog M debian/control 3 files changed, 38 insertions(+), 10 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/configure.ac b/configure.ac index 2a9fee0..569437d 100644 --- a/configure.ac +++ b/configure.ac @@ -36,12 +36,12 @@ fi PKG_PROG_PKG_CONFIG([0.20])
-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) +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(LIBOSMOSCCP, libosmo-sccp >= 1.9.0)
dnl checks for header files AC_HEADER_STDC diff --git a/debian/changelog b/debian/changelog index 7001a2a..1ae9c4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +osmo-smlc (0.3.0) unstable; urgency=medium + + [ Andreas Eversberg ] + * Use uniform log format for default config files + + [ Vadim Yanitskiy ] + * build: include README.md into the release tarball + * README.md: cosmetic: fix a typo + + [ Max ] + * .deb/.rpm: add osmocom user during package install + + [ Oliver Smith ] + * .deb/.rpm: various fixes related to non-root + * contrib: remove rpm spec file + * debian/postinst: add checks, be verbose + + -- Oliver Smith osmith@sysmocom.de Thu, 25 Jul 2024 09:49:50 +0200 + osmo-smlc (0.2.4) unstable; urgency=medium
[ arehbein ] diff --git a/debian/control b/debian/control index 242a797..1993a47 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.9.0), - libosmo-sccp-dev (>= 1.8.0), - libosmo-sigtran-dev (>= 1.8.0), - osmo-gsm-manuals-dev (>= 1.5.0) + libosmocore-dev (>= 1.10.0), + libosmo-sccp-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 1.9.0), + osmo-gsm-manuals-dev (>= 1.6.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