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 685130 - glabels broken with evolution-data-server 3.6.0
glabels broken with evolution-data-server 3.6.0
Status: RESOLVED FIXED
Product: glabels
Classification: Other
Component: general
git master
Other All
: Normal critical
: ---
Assigned To: glabels-maint
glabels-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-30 09:47 UTC by Jasper Lievisse Adriaanse
Modified: 2013-04-01 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jasper Lievisse Adriaanse 2012-09-30 09:47:57 UTC
glabels is broken with evolution-data-server 3.6.0 in two ways:

- it's not using the "single include" style that eds now enforces, thus the   libebook/e-book.h inclusions in merge-evolution.c and merge-vcard.c need to be adjusted to libebook/libebook.h.
- e_book_new_system_addressbook() has been deprecated since 3.2.0, and removed in 3.6.0. glabels needs to be ported to the new ESource API.
Comment 1 Dominique Leuenberger 2012-10-25 22:15:24 UTC
For reference, the Fedora package carries a patch to address this:
http://pkgs.fedoraproject.org/cgit/glabels.git/tree/glabels-3.0.0-new-eds.patch

That should likely better be in the git tree :)
Comment 2 Jasper Lievisse Adriaanse 2013-04-01 08:55:18 UTC
It is now :)