pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/31231 )
Change subject: Bump version: 0.4.0.5-1d9d-dirty → 0.4.1 ......................................................................
Bump version: 0.4.0.5-1d9d-dirty → 0.4.1
Change-Id: I78551978b0c5b3906cc46c119c6c9a6229d1e8e7 --- M configure.ac M contrib/osmo-cbc.spec.in M debian/changelog M debian/control 4 files changed, 25 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/31/31231/1
diff --git a/configure.ac b/configure.ac index 4baced9..bcb855e 100644 --- a/configure.ac +++ b/configure.ac @@ -31,10 +31,10 @@ fi PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) PKG_CHECK_MODULES(ULFIUS, libulfius) PKG_CHECK_MODULES(JANSSON, jansson) PKG_CHECK_MODULES(ORCANIA, liborcania) diff --git a/contrib/osmo-cbc.spec.in b/contrib/osmo-cbc.spec.in index 0a4fecf..98cccb0 100644 --- a/contrib/osmo-cbc.spec.in +++ b/contrib/osmo-cbc.spec.in @@ -31,10 +31,10 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libsctp) -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libulfius) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index a982e29..7367c12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +osmo-cbc (0.4.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * contrib/jenkins.sh: also execute maintainer-clean target + * contrib/jenkins.sh: execute 'distcheck' with $PARALLEL_MAKE + * contrib/jenkins.sh: fix 'publish' target + + [ Max ] + * Set working directory in systemd service file + + [ arehbein ] + * osmo-cbc: Transition to use of 'telnet_init_default' + + -- Pau Espin Pedrol pespin@sysmocom.de Tue, 07 Feb 2023 17:39:54 +0100 + osmo-cbc (0.4.0) unstable; urgency=medium
[ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index aeb021f..7671598 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ pkg-config, python3-minimal, libtalloc-dev, - libosmocore-dev (>= 1.7.0), - libosmo-netif-dev (>= 1.2.0), + libosmocore-dev (>= 1.8.0), + libosmo-netif-dev (>= 1.3.0), libulfius-dev, libjansson-dev, libsctp-dev,