osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-gbproxy/+/37599?usp=email )
Change subject: Bump version: 0.4.1.4-a1a17 → 0.5.0
......................................................................
Bump version: 0.4.1.4-a1a17 → 0.5.0
Change-Id: Ib4432d0ff74aa92176e85817dc54d884ea8b8068
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 37 insertions(+), 8 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 1c5d61f..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1 +1,9 @@
-#component what description / commit summary line
+# When cleaning up this file: bump API version in corresponding Makefile.am and rename
corresponding debian/lib*.install
+# according to
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short:
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
+# LIBVERSION=c:r:a
+# If the library source code has changed at all since the last update, then increment
revision: c:r + 1:a.
+# If any interfaces have been added, removed, or changed since the last update: c +
1:0:a.
+# If any interfaces have been added since the last public release: c:r:a + 1.
+# If any interfaces have been removed or changed since the last public release: c:r:0.
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index a2cf82a..2ae8aa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,11 +38,11 @@
CFLAGS="$CFLAGS -std=gnu11"
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index 423827e..a853637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+osmo-gbproxy (1:0.5.0) unstable; urgency=medium
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+ * contrib/systemd: run as osmocom user
+ * debian/osmo-gbproxy.init: delete
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Thu, 25 Jul 2024 09:25:28 +0200
+
osmo-gbproxy (1:0.4.1) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index 3930bab..b72ee2d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@
libtool,
pkg-config,
libtalloc-dev,
- libosmocore-dev (>= 1.9.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ libosmocore-dev (>= 1.10.0),
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
--
To view, visit
https://gerrit.osmocom.org/c/osmo-gbproxy/+/37599?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Ib4432d0ff74aa92176e85817dc54d884ea8b8068
Gerrit-Change-Number: 37599
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged