After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674256 - telepathy-glib minimal version is insufficient
telepathy-glib minimal version is insufficient
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: general
0.6.x
Other Linux
: Normal major
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2012-04-17 14:16 UTC by Laurent Bigonville
Modified: 2012-04-17 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Bigonville 2012-04-17 14:16:11 UTC
Hi,

the configure script is declaring 0.15.5 as the minimal require version for telepathy-glib. But folks is using tp_connection_disconnect_async and tp_connection_disconnect_finish which appears in 0.17.5.

Please bump the minimal required version accordingly.
Comment 1 Philip Withnall 2012-04-17 15:13:24 UTC
Good catch, thanks. Fixed on master:

commit c2345c09373f325dae504fae9ea4e8e8feaf552b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 17 16:11:18 2012 +0100

    Bug 674256 — telepathy-glib minimal version is insufficient
    
    Bump the minimum telepathy-glib dependency to 0.17.5 for
    tp_connection_disconnect_async().
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=674256

 NEWS         |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

and on folks-0-6:

commit a44de3258ee922d19a3a39e3012ba81bcee063ea
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 17 16:11:18 2012 +0100

    Bug 674256 — telepathy-glib minimal version is insufficient
    
    Bump the minimum telepathy-glib dependency to 0.17.5 for
    tp_connection_disconnect_async().
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=674256

 NEWS         |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)