diff --git a/configure.ac b/configure.ac index 7856522..abba918 100644 --- a/configure.ac +++ b/configure.ac @@ -157,10 +157,10 @@ AC_SUBST([PCAP_LIBS]) AC_SUBST([PCAP_CFLAGS]) dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) PKG_CHECK_MODULES(LIBZMQ, libzmq >= 3.2.2) PKG_CHECK_MODULES(LIBGNUTLS, gnutls) diff --git a/contrib/osmo-pcap.spec.in b/contrib/osmo-pcap.spec.in index db2dcf0..d4459b4 100644 --- a/contrib/osmo-pcap.spec.in +++ b/contrib/osmo-pcap.spec.in @@ -29,10 +29,10 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmogb) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.6.0 +BuildRequires: pkgconfig(libosmogb) >= 1.6.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 +BuildRequires: pkgconfig(libosmovty) >= 1.6.0 BuildRequires: pkgconfig(libzmq) >= 3.2.2 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 4d9c065..90c0285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +osmo-pcap (0.2.1) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Use new stat item/ctr getter APIs + * Explicitly depend on required libosmogb + + [ Oliver Smith ] + * README.md: fix typo + * Change default ports of client, server + + -- Pau Espin Pedrol Tue, 16 Nov 2021 13:40:07 +0100 + osmo-pcap (0.2.0) unstable; urgency=medium [ Harald Welte ] diff --git a/debian/control b/debian/control index 68d38c7..5c65ee8 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libpcap0.8-dev, pkg-config, - libosmocore-dev (>= 1.5.0), + libosmocore-dev (>= 1.6.0), libgnutls28-dev, libzmq3-dev Standards-Version: 3.9.1