Bump version: 0.2.0.4-30bc-dirty → 0.2.1

Change-Id: I345f288218a6459ffbadc5cae9feaf708c2188eb
This commit is contained in:
Pau Espin 2021-11-16 13:40:07 +01:00
parent 30bc1885e4
commit 02d9d05143
4 changed files with 21 additions and 9 deletions

View File

@ -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)

View File

@ -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}

12
debian/changelog vendored
View File

@ -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 <pespin@sysmocom.de> Tue, 16 Nov 2021 13:40:07 +0100
osmo-pcap (0.2.0) unstable; urgency=medium
[ Harald Welte ]

2
debian/control vendored
View File

@ -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