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 759214 - Make CamelFilterDriver introspection friendly
Make CamelFilterDriver introspection friendly
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2015-12-08 23:26 UTC by Corentin Noël
Modified: 2016-01-11 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Changes to fix this bug (5.74 KB, patch)
2015-12-08 23:27 UTC, Corentin Noël
committed Details | Review

Description Corentin Noël 2015-12-08 23:26:00 UTC
I tried to enable .gir compilation for the Camel library and it seems that the CamelFilterDriver class is the only class that triggers error with some methods
Comment 1 Corentin Noël 2015-12-08 23:27:27 UTC
Created attachment 316988 [details] [review]
Changes to fix this bug
Comment 2 Milan Crha 2015-12-14 16:38:03 UTC
Thanks for a bug report and patch. it looks fine, and as we spoke on IRC, it also doesn't change anything for the API/ABI, thus I'm not increasing it.

Created commit a06c602 in eds master (3.19.4+)
Comment 3 Emmanuele Bassi (:ebassi) 2016-01-07 17:33:26 UTC
This bug broke Evolution; I've filed bug 759665.
Comment 4 Milan Crha 2016-01-11 18:40:39 UTC
Right, I was wrong with:

(In reply to Milan Crha from comment #2)
> it also doesn't change anything for the API/ABI, thus I'm not increasing it.

Thus I'm increasing soname version for libcamel to be on a safe side:

Created commit ac3cbb6 in eds master (3.19.4+)