This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/26267 )
Change subject: Bump version: 0.2.0.4-30bc-dirty → 0.2.1
......................................................................
Bump version: 0.2.0.4-30bc-dirty → 0.2.1
Change-Id: I345f288218a6459ffbadc5cae9feaf708c2188eb
---
M configure.ac
M contrib/osmo-pcap.spec.in
M debian/changelog
M debian/control
4 files changed, 21 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/67/26267/1
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_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 @@
%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 <pespin at sysmocom.de> 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 @@
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
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/26267
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I345f288218a6459ffbadc5cae9feaf708c2188eb
Gerrit-Change-Number: 26267
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211116/bd6e16bb/attachment.htm>