pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/34389?usp=email )
Change subject: Bump version: 0.4.1.7-7fbd-dirty → 0.4.2 ......................................................................
Bump version: 0.4.1.7-7fbd-dirty → 0.4.2
Change-Id: I49749d1d5809d18a7c0c81fb7316791fad81b5cc --- M configure.ac M contrib/osmo-cbc.spec.in M debian/changelog M debian/control M src/sbcap/Makefile.am 5 files changed, 37 insertions(+), 11 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/configure.ac b/configure.ac index bcb855e..6b82072 100644 --- a/configure.ac +++ b/configure.ac @@ -31,10 +31,10 @@ 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: 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 pespin@sysmocom.de 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 @@ 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 @@ 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) \