From 8ec775714c5cd4890d14138eaa3b4be16e44ce1f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 16 Nov 2021 18:14:21 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0.2-ec37-dirty=20?= =?UTF-8?q?=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4a2e2ff8e5f8d08fb4f8bb1f75e92ede9bb5521f --- configure.ac | 12 ++++++------ contrib/osmo-smlc.spec.in | 12 ++++++------ debian/changelog | 10 ++++++++++ debian/control | 8 ++++---- 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index eed5ee9..fbcdab5 100644 --- a/configure.ac +++ b/configure.ac @@ -34,12 +34,12 @@ 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(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) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.5.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-smlc.spec.in b/contrib/osmo-smlc.spec.in index ffaef03..4984efc 100644 --- a/contrib/osmo-smlc.spec.in +++ b/contrib/osmo-smlc.spec.in @@ -33,12 +33,12 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros %endif 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(libosmo-sccp) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.6.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 +BuildRequires: pkgconfig(libosmovty) >= 1.6.0 BuildRequires: pkgconfig(talloc) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 73f17c1..ebe1f22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +osmo-smlc (0.2.1) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Use new stat item/ctr getter APIs + + [ Oliver Smith ] + * configure: don't turn some warnings into errors + + -- Pau Espin Pedrol Tue, 16 Nov 2021 18:14:21 +0100 + osmo-smlc (0.2.0) unstable; urgency=medium [ Harald Welte ] diff --git a/debian/control b/debian/control index c64b941..f599992 100644 --- a/debian/control +++ b/debian/control @@ -12,10 +12,10 @@ Build-Depends: debhelper (>=9), pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.5.0), - libosmo-sccp-dev (>= 1.4.0), - libosmo-sigtran-dev (>= 1.4.0), - osmo-gsm-manuals-dev (>= 1.1.0) + libosmocore-dev (>= 1.6.0), + libosmo-sccp-dev (>= 1.5.0), + libosmo-sigtran-dev (>= 1.5.0), + osmo-gsm-manuals-dev (>= 1.2.0) Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/osmo-smlc.git Vcs-Browser: https://git.osmocom.org/osmo-smlc/