Bump version: 0.2.3.13-aeea-dirty → 0.3.0

Change-Id: I3cbf26467dd90c3fc56dae76324f5eb9cdd0f4ef
This commit is contained in:
Pau Espin 2022-06-29 12:00:03 +02:00
parent aeea8b1145
commit 61f2f7123c
4 changed files with 33 additions and 10 deletions

View File

@ -31,10 +31,10 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then
fi
PKG_PROG_PKG_CONFIG([0.20])
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)
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(ULFIUS, libulfius)
PKG_CHECK_MODULES(JANSSON, jansson)
PKG_CHECK_MODULES(ORCANIA, liborcania)

View File

@ -30,10 +30,10 @@ BuildRequires: pkgconfig >= 0.20
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
BuildRequires: pkgconfig(libosmocore) >= 1.5.0
BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
BuildRequires: pkgconfig(libosmovty) >= 1.5.0
BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0
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(talloc)
BuildRequires: pkgconfig(libulfius)
%{?systemd_requires}

23
debian/changelog vendored
View File

@ -1,3 +1,26 @@
osmo-cbc (0.3.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
* doc/examples: make osmo-cbc.cfg file more informative
* VTY: cosmetic: use VTY_IPV46_CMD in the command string
* VTY: fix incomplete 'remote-ip' command description
[ Harald Welte ]
* CBSP: Set Channel Indication IE in KILL for CBS
* CBSP: Append/store results in KILL COMPLETE + KILL FAIL
* cbc: Don't crash if peer->remote_host is NULL
* update git URLs (git -> https; gitea)
[ Pau Espin Pedrol ]
* vty. Fix several typos and missing param descriptions
* src/Makefile: Reformat files one per line
* cbsp_server.h: Move function to the proper section
* Rework cbsp_cbc_create() params
* cbsp_server: Reorder logged message
* .gitignore: add configure~
-- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 12:00:03 +0200
osmo-cbc (0.2.3) unstable; urgency=medium
[ Harald Welte ]

4
debian/control vendored
View File

@ -11,8 +11,8 @@ Build-Depends: debhelper (>=9),
pkg-config,
python3-minimal,
libtalloc-dev,
libosmocore-dev (>= 1.5.0),
libosmo-netif-dev (>= 1.1.0),
libosmocore-dev (>= 1.7.0),
libosmo-netif-dev (>= 1.2.0),
libulfius-dev,
libjansson-dev,
osmo-gsm-manuals-dev