From 65f51535d08beafed5a03780e7de97b8ca4d04d5 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 28 Jun 2022 18:38:31 +0200 Subject: =?UTF-8?q?Bump=20version:=201.4.0.16-3863-dirty=20=E2=86=92=201.5?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I016ddf4fd955c3b518e620a35f9a817f489e81c4 --- configure.ac | 10 +++++----- contrib/osmo-hlr.spec.in | 10 +++++----- debian/changelog | 28 ++++++++++++++++++++++++++++ debian/control | 8 ++++---- 4 files changed, 42 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index fa3205d..8823288 100644 --- a/configure.ac +++ b/configure.ac @@ -41,11 +41,11 @@ PKG_PROG_PKG_CONFIG([0.20]) PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.1.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.3.0) PKG_CHECK_MODULES(SQLITE3, sqlite3) diff --git a/contrib/osmo-hlr.spec.in b/contrib/osmo-hlr.spec.in index d0a1b57..2c53587 100644 --- a/contrib/osmo-hlr.spec.in +++ b/contrib/osmo-hlr.spec.in @@ -29,11 +29,11 @@ BuildRequires: python3 %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmoabis) >= 1.1.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.3.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(talloc) >= 2.0.1 # only needed for populate_hlr_db.pl diff --git a/debian/changelog b/debian/changelog index c8f93ae..10683c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +osmo-hlr (1.5.0) unstable; urgency=medium + + [ Oliver Smith ] + * treewide: remove FSF address + + [ Vadim Yanitskiy ] + * fixup: debian: remove unneeded dependency libdbd-sqlite3 + * debian: add new 'osmo-mslookup-utils' package + * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' + + [ Pau Espin Pedrol ] + * ctrl: Mark function as static + * tests: Allow specyfing specific ctrl test to run + * tests/ctrl: Move ERROR test scenario to proper file + * Fix db_subscr_create() not returning -EEXIST expected by VTY subscriber create cmd + * ctrl: Introduce cmd SET subscriber.create + * ctrl: Introduce CTRL command subscriber.by-*.msisdn + * cosmetic: hlr_vty_subscr.c: Fix trailing whitespace + * ctrl: Introduce cmd SET subscriber.delete + * ctrl: Introduce CTRL command subscriber.by-*.aud2g + * ctrl: Introduce CTRL command subscriber.by-*.aud3g + * doc: Document new subscriber CTRL commands + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol Tue, 28 Jun 2022 18:38:31 +0200 + osmo-hlr (1.4.0) unstable; urgency=medium [ Keith ] diff --git a/debian/control b/debian/control index 04ddd0e..bda8282 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, python3-minimal, - libosmocore-dev (>= 1.5.0), - libosmo-abis-dev (>= 1.1.0), - libosmo-netif-dev (>= 1.1.0), + libosmocore-dev (>= 1.7.0), + libosmo-abis-dev (>= 1.3.0), + libosmo-netif-dev (>= 1.2.0), libsqlite3-dev, sqlite3, - osmo-gsm-manuals-dev (>= 1.1.0) + osmo-gsm-manuals-dev (>= 1.3.0) Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr -- cgit v1.2.3