From ed87bd5c74d3306f05a485e331fb05679ea1768f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 24 Feb 2021 14:30:56 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0.8-14c9-dirty=20?= =?UTF-8?q?=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I67c0bde168c91f3d38cb228b4318321a70b68c3e --- configure.ac | 12 ++++++------ contrib/osmo-smlc.spec.in | 14 +++++++------- debian/changelog | 22 ++++++++++++++++++++++ debian/control | 8 ++++---- 4 files changed, 39 insertions(+), 17 deletions(-) diff --git a/configure.ac b/configure.ac index 186721b..e4b902b 100644 --- a/configure.ac +++ b/configure.ac @@ -39,12 +39,12 @@ m4_ifdef([AX_CHECK_COMPILE_FLAG], [], [ AC_MSG_ERROR([Please install autoconf-archive; re-run 'autoreconf -fi' for it to take effect.]) ]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 0.10.0) -PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.10.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.4.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-smlc.spec.in b/contrib/osmo-smlc.spec.in index 657afc8..ffaef03 100644 --- a/contrib/osmo-smlc.spec.in +++ b/contrib/osmo-smlc.spec.in @@ -32,13 +32,13 @@ BuildRequires: pkgconfig >= 0.20 %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmo-netif) >= 0.6.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 0.10.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 0.10.0 -BuildRequires: pkgconfig(libosmocore) >= 1.2.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.2.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.2.0 -BuildRequires: pkgconfig(libosmovty) >= 1.2.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.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(talloc) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index e573404..73f17c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +osmo-smlc (0.2.0) unstable; urgency=medium + + [ Harald Welte ] + * contrib/jenkins.sh: Build libosmo-abis, a dependency of libosmo-netif + * fix build of usermanual + * update vty reference XML + * debian/spec: Add build depedency to autoconf-archive + * debian: the osmo-smlc example is not in the osmo-msc directory + * osmo-smlc.spec.in: Add dependency to autoconf-archive + * fix osmo-smlc.service: drop unknown '-s' command line argument + + [ Neels Hofmeyr ] + * initial working osmo-smlc implementation + * manual: describe TA-based positioning and cell locations + + [ Pau Espin Pedrol ] + * gitignore: Ignore autofoo files *~ + * main: Support setting cmdline --vty-ref-mode + * smlc_subscr_test: Replace use of deprecated log_set_print_filename() API + + -- Pau Espin Pedrol Wed, 24 Feb 2021 14:30:56 +0100 + osmo-smlc (0.0.1) unstable; urgency=medium [ Harald Welte ] diff --git a/debian/control b/debian/control index 49a270d..c64b941 100644 --- a/debian/control +++ b/debian/control @@ -12,10 +12,10 @@ Build-Depends: debhelper (>=9), pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.3.0), - libosmo-sccp-dev (>= 1.1.0), - libosmo-sigtran-dev (>= 1.1.0), - osmo-gsm-manuals-dev (>= 0.2.0) + libosmocore-dev (>= 1.5.0), + libosmo-sccp-dev (>= 1.4.0), + libosmo-sigtran-dev (>= 1.4.0), + osmo-gsm-manuals-dev (>= 1.1.0) Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/osmo-smlc.git Vcs-Browser: https://git.osmocom.org/osmo-smlc/