Change in ...osmo-sip-connector[master]: Require newer libosmocore 1.0.0

2019-08-08 Thread pespin
Hello Jenkins Builder,

I'd like you to reexamine a change. Please visit

https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128

to look at the new patch set (#2).

Change subject: Require newer libosmocore 1.0.0
..

Require newer libosmocore 1.0.0

Use of osmo_mncc_name() requires libosmocore 0.12.0
Use of gsm48_cc_cause_name() requires libosmocore 1.0.0

Change-Id: I466140a9c1e05c191fe1b079cf3615fd6ac5fb8c
---
M configure.ac
M debian/control
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector 
refs/changes/28/15128/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: I466140a9c1e05c191fe1b079cf3615fd6ac5fb8c
Gerrit-Change-Number: 15128
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset


Change in ...osmo-sip-connector[master]: Require newer libosmocore 1.0.0

2019-08-08 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128 )

Change subject: Require newer libosmocore 1.0.0
..


Patch Set 2: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: I466140a9c1e05c191fe1b079cf3615fd6ac5fb8c
Gerrit-Change-Number: 15128
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Thu, 08 Aug 2019 16:02:33 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in ...osmo-sip-connector[master]: Require newer libosmocore 1.0.0

2019-08-08 Thread pespin
pespin has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128 )

Change subject: Require newer libosmocore 1.0.0
..

Require newer libosmocore 1.0.0

Use of osmo_mncc_name() requires libosmocore 0.12.0
Use of gsm48_cc_cause_name() requires libosmocore 1.0.0

Change-Id: I466140a9c1e05c191fe1b079cf3615fd6ac5fb8c
---
M configure.ac
M debian/control
2 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/configure.ac b/configure.ac
index 407bd9e..5fe30f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_PROG_CC

-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)
 PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0)

 AC_ARG_ENABLE(sanitize,
diff --git a/debian/control b/debian/control
index 38de657..bac9b13 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@
 Build-Depends: debhelper (>= 7.0.0~),
autotools-dev,
pkg-config,
-   libosmocore-dev,
libsofia-sip-ua-glib-dev,
libsofia-sip-ua-dev,
dh-systemd (>= 1.5),
dh-autoreconf,
+   libosmocore-dev (>= 1.0.0),
osmo-gsm-manuals-dev
 Standards-Version: 3.8.4
 Homepage: https://osmocom.org/projects/osmo-sip-conector/wiki

--
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: I466140a9c1e05c191fe1b079cf3615fd6ac5fb8c
Gerrit-Change-Number: 15128
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged