From 08bb5182a471463e3eaf503ba030948ec84c790d Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Sep 2023 14:36:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.10.1.8-4963-dirty=20?= =?UTF-8?q?=E2=86=92=201.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I148375902975aba0a374e4507c97f1ff67d687bc --- configure.ac | 6 +++--- contrib/osmo-ggsn.spec.in | 6 +++--- debian/changelog | 16 ++++++++++++++++ debian/control | 2 +- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index c458919..ae93974 100644 --- a/configure.ac +++ b/configure.ac @@ -154,9 +154,9 @@ adl_FUNC_GETOPT_LONG AM_INIT_AUTOMAKE([foreign]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/contrib/osmo-ggsn.spec.in b/contrib/osmo-ggsn.spec.in index 22057ba..8334e4b 100644 --- a/contrib/osmo-ggsn.spec.in +++ b/contrib/osmo-ggsn.spec.in @@ -30,9 +30,9 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 Obsoletes: openggsn %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 281ec0b..f72d9f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-ggsn (1.10.2) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * Do not hard-code -g and -O2 in CFLAGS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + + [ Oliver Smith ] + * doc/manuals/chapters/configuration: fix typo + * debian: set compat level to 10 + * systemd: depend on networking-online.target + * README: update documentation section + * doc: running: update kernel-gtp limitations + * lib/in46_addr: add in46a_from_gsna + + -- Pau Espin Pedrol Tue, 12 Sep 2023 14:36:10 +0200 + osmo-ggsn (1.10.1) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index f219e53..e802d62 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10), pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), osmo-gsm-manuals-dev, libgtpnl-dev (>= 1.2.0) Standards-Version: 3.9.6