osmith has uploaded this change for review.

View Change

Bump version: 0.4.2.3-61e2 → 0.5.0

Change-Id: I9aaadf2bf687c3a3b48c3cfa9dea7d810979700e
---
M configure.ac
M contrib/osmo-pcap.spec.in
M debian/changelog
M debian/control
4 files changed, 31 insertions(+), 9 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/82/37582/1
diff --git a/configure.ac b/configure.ac
index 8a27118..72f1385 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,11 +157,11 @@
AC_SUBST([PCAP_CFLAGS])

dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
# libosmogb: needed for osmocom/gprs includes
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.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 c7c0d19..afca559 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.9.0
-BuildRequires: pkgconfig(libosmogb) >= 1.9.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.9.0
-BuildRequires: pkgconfig(libosmovty) >= 1.9.0
+BuildRequires: pkgconfig(libosmocore) >= 1.10.0
+BuildRequires: pkgconfig(libosmogb) >= 1.10.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.10.0
+BuildRequires: pkgconfig(libosmovty) >= 1.10.0
BuildRequires: pkgconfig(libzmq) >= 3.2.2
%{?systemd_requires}

diff --git a/debian/changelog b/debian/changelog
index 4f67187..af78d30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+osmo-pcap (0.5.0) unstable; urgency=medium
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+
+ [ Vadim Yanitskiy ]
+ * build: include README.md into the release tarball
+
+ [ Max ]
+ * contrib/systemd: run as osmocom user
+
+ -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 16:34:17 +0200
+
osmo-pcap (0.4.2) unstable; urgency=medium

[ arehbein ]
diff --git a/debian/control b/debian/control
index 846998b..427cc1a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@
autotools-dev,
libpcap0.8-dev,
pkg-config,
- libosmocore-dev (>= 1.9.0),
+ libosmocore-dev (>= 1.10.0),
libgnutls28-dev,
libzmq3-dev (>= 3.2.2)
Standards-Version: 3.9.1

To view, visit change 37582. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I9aaadf2bf687c3a3b48c3cfa9dea7d810979700e
Gerrit-Change-Number: 37582
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange