pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email )

Change subject: Bump version: 0.2.0.14-d497-dirty → 0.3.0
......................................................................

Bump version: 0.2.0.14-d497-dirty → 0.3.0

Change-Id: I8c2455a799bdc9e3d527b5a8bf8f2303ebbd5796
---
M configure.ac
M contrib/libosmo-pfcp.spec.in
M debian/changelog
M debian/control
M src/libosmo-pfcp/Makefile.am
5 files changed, 40 insertions(+), 7 deletions(-)

Approvals:
  pespin: Looks good to me, approved; Verified




diff --git a/configure.ac b/configure.ac
index bbca19a..6775969 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,8 +37,8 @@
 PKG_PROG_PKG_CONFIG([0.20])

 dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)

 dnl checks for header files
 AC_HEADER_STDC
diff --git a/contrib/libosmo-pfcp.spec.in b/contrib/libosmo-pfcp.spec.in
index b936763..86dfee7 100644
--- a/contrib/libosmo-pfcp.spec.in
+++ b/contrib/libosmo-pfcp.spec.in
@@ -11,8 +11,8 @@
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig >= 0.20
-BuildRequires:  pkgconfig(libosmocore) >= 1.8.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.8.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.9.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.9.0
 BuildRequires:  pkgconfig(talloc)

 %description
diff --git a/debian/changelog b/debian/changelog
index ecac7cd..1e57b16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+libosmo-pfcp (0.3.0) unstable; urgency=medium
+
+  [ Neels Janosch Hofmeyr ]
+  * clarify API doc for osmo_pfcp_endpoint_tx()
+  * add doc/charts/pfcp_msgs*.msc
+  * libosmo-pfcp.pc.in: add missing libosmogsm
+  * build: drop COVERAGE
+  * build: drop $(all_includes)
+  * build: drop LIBOSMOVTY from libosmo-pfcp
+  * build: libosmo-gtlv: move LIBS to libosmo_gtlv_la_LIBADD
+  * build: fix linking gen__pfcp_ies_auto to use build-tree libosmo-gtlv
+  * build: add gen__pfcp_ies_auto_LDFLAGS = -no-install
+  * pfcp_msg: refactor LOG_PFCP_MSG
+  * coverity: fix null deref
+
+  [ Oliver Smith ]
+  * Run struct_endianness.py
+  * debian: make consistent
+
+  [ Harald Welte ]
+  * Fix license information in dpkg + rpm packages: GPLv2+ and not AGPLv3+
+
+ -- Pau Espin Pedrol <pes...@sysmocom.de>  Tue, 12 Sep 2023 13:55:22 +0200
+
 libosmo-pfcp (0.2.0) unstable; urgency=medium

   [ Neels Hofmeyr ]
diff --git a/debian/control b/debian/control
index 5d81ae0..9fc066c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@
                automake,
                libtool,
                pkg-config,
-               libosmocore-dev (>= 1.8.0),
+               libosmocore-dev (>= 1.9.0),
                libtalloc-dev (>= 2.1.0)
 Standards-Version: 3.9.8
 Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-pfcp
@@ -44,7 +44,7 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libosmo-gtlv1 (= ${binary:Version}),
-         libosmocore-dev (>= 1.8.0),
+         libosmocore-dev (>= 1.9.0),
          libtalloc-dev (>= 2.1.0)
 Description: Development files for libosmo-gtlv
  libosmo-gtlv implements decoding, encoding and logging of protocols using a
diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am
index 790d7b5..3ada108 100644
--- a/src/libosmo-pfcp/Makefile.am
+++ b/src/libosmo-pfcp/Makefile.am
@@ -34,7 +34,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read Chapter 6 "Library interface versions" of the libtool
 # documentation before making any modification
-LIBVERSION=1:0:1
+LIBVERSION=2:0:2

 libosmo_pfcp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined 
-export-symbols-regex '^osmo_'


--
To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: I8c2455a799bdc9e3d527b5a8bf8f2303ebbd5796
Gerrit-Change-Number: 34374
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to