From 20f9067b49e6920f1a3d9bd7e997d2163d9456ca Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Sep 2023 17:02:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0.4-c44b-dirty=20?= =?UTF-8?q?=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3312574419e982bdd52174411393c9088c3a036 --- configure.ac | 10 +++++----- contrib/osmo-gbproxy.spec.in | 10 +++++----- debian/changelog | 12 ++++++++++++ debian/control | 4 ++-- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 76e23366..4608db19 100644 --- a/configure.ac +++ b/configure.ac @@ -38,11 +38,11 @@ dnl use a defined standard across all builds and don't depend on compiler defaul CFLAGS="$CFLAGS -std=gnu11" dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-gbproxy.spec.in b/contrib/osmo-gbproxy.spec.in index 3d8244d6..ffde90c2 100644 --- a/contrib/osmo-gbproxy.spec.in +++ b/contrib/osmo-gbproxy.spec.in @@ -33,11 +33,11 @@ BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogb) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogb) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 %{?systemd_requires} %description diff --git a/debian/changelog b/debian/changelog index f4cea25d..423827e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +osmo-gbproxy (1:0.4.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * tests: do not depend on $(BUILT_SOURCES), but on osmo-gbproxy + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + * gbprox_rx_ptp_from_bss: fix dangling pointer + + -- Pau Espin Pedrol Tue, 12 Sep 2023 17:02:12 +0200 + osmo-gbproxy (1:0.4.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 9744240e..3930babe 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 10), libtool, pkg-config, libtalloc-dev, - libosmocore-dev (>= 1.8.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy