From 311673c36507f63a2bdc2d5990063cb6b15b6522 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Sep 2023 17:08:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1.7-7fbd-dirty=20?= =?UTF-8?q?=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I49749d1d5809d18a7c0c81fb7316791fad81b5cc --- configure.ac | 8 ++++---- contrib/osmo-cbc.spec.in | 8 ++++---- debian/changelog | 17 +++++++++++++++++ debian/control | 4 ++-- src/sbcap/Makefile.am | 2 +- 5 files changed, 28 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index bcb855e..6b82072 100644 --- a/configure.ac +++ b/configure.ac @@ -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.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(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.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 98cccb0..c837bbe 100644 --- a/contrib/osmo-cbc.spec.in +++ b/contrib/osmo-cbc.spec.in @@ -31,10 +31,10 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libsctp) -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(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libulfius) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 7367c12..1894f18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +osmo-cbc (0.4.2) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * {src,tests/sbcap}/Makefile.am: reorder libraries in LDADD + * tests: use -no-install libtool flag to avoid ./lt-* scripts + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * sbcap: Update asn1c skeleton files + * README.md: Document generation of SBcAP code from ASN.1 files + * Catch and forbid configuring peers before configuring main protocol node + + -- Pau Espin Pedrol Tue, 12 Sep 2023 17:08:37 +0200 + osmo-cbc (0.4.1) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 316324e..a1b7f04 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 10), pkg-config, python3-minimal, libtalloc-dev, - libosmocore-dev (>= 1.8.0), - libosmo-netif-dev (>= 1.3.0), + libosmocore-dev (>= 1.9.0), + libosmo-netif-dev (>= 1.4.0), libulfius-dev, libjansson-dev, libsctp-dev, diff --git a/src/sbcap/Makefile.am b/src/sbcap/Makefile.am index 4130a90..b8cb5c8 100644 --- a/src/sbcap/Makefile.am +++ b/src/sbcap/Makefile.am @@ -374,7 +374,7 @@ noinst_LTLIBRARIES=libosmo-asn1-sbcap.la libosmo_asn1_sbcap_la_SOURCES=$(ASN_MODULE_SRC) libosmo_asn1_sbcap_la_LIBADD=$(ASN1C_LDADD) -sbcap_LIBVERSION=0:0:0 +sbcap_LIBVERSION=1:0:1 lib_LTLIBRARIES = libosmo-sbcap.la libosmo_sbcap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(sbcap_LIBVERSION) -no-undefined libosmo_sbcap_la_LIBADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) \