aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 17:47:28 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 17:47:29 +0100
commitec505be5eecd15f88c33b4181c19b0e92332ac22 (patch)
tree7bc9684b906a6e23e0673551e97ca63397e1003a
parent44b4a05032ce1e4603c3c2aa2de3ff823cb90338 (diff)
Bump version: 1.6.1.2-44b4-dirty → 1.6.21.6.2
-rw-r--r--configure.ac6
-rw-r--r--contrib/osmo-sip-connector.spec.in6
-rw-r--r--debian/changelog10
-rw-r--r--debian/control4
4 files changed, 18 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index de19d88..56e17d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,9 +24,9 @@ dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 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.8.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0)
AC_ARG_ENABLE(sanitize,
diff --git a/contrib/osmo-sip-connector.spec.in b/contrib/osmo-sip-connector.spec.in
index 58bba32..19ca449 100644
--- a/contrib/osmo-sip-connector.spec.in
+++ b/contrib/osmo-sip-connector.spec.in
@@ -27,9 +27,9 @@ BuildRequires: pkgconfig >= 0.20
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libosmocore) >= 1.5.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
-BuildRequires: pkgconfig(libosmovty) >= 1.5.0
+BuildRequires: pkgconfig(libosmocore) >= 1.8.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
+BuildRequires: pkgconfig(libosmovty) >= 1.8.0
BuildRequires: pkgconfig(sofia-sip-ua-glib) >= 1.12.0
%{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index a2813b8..7df4baa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+osmo-sip-connector (1.6.2) unstable; urgency=medium
+
+ [ Max ]
+ * Set working directory in systemd service file
+
+ [ Keith Whyte ]
+ * Set MNCC_F_GCR field when the gcr is present
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 17:47:28 +0100
+
osmo-sip-connector (1.6.1) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 19eabb2..6924589 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 7.0.0~),
libsofia-sip-ua-glib-dev,
libsofia-sip-ua-dev,
dh-autoreconf,
- libosmocore-dev (>= 1.5.0),
- osmo-gsm-manuals-dev
+ libosmocore-dev (>= 1.8.0),
+ osmo-gsm-manuals-dev (>= 1.4.0)
Standards-Version: 3.8.4
Homepage: https://osmocom.org/projects/osmo-sip-conector/wiki
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-sip-connector