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 706020 - Finish geocode-glib 0.99.1 porting
Finish geocode-glib 0.99.1 porting
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-14 20:10 UTC by Andreas Henriksson
Modified: 2013-08-14 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use new api-versioned name for geocode-glib (1.01 KB, patch)
2013-08-14 20:10 UTC, Andreas Henriksson
accepted-commit_now Details | Review
Update to new GeocodeLocation API in geocode-glib 0.99.1 (1.91 KB, patch)
2013-08-14 20:10 UTC, Andreas Henriksson
accepted-commit_now Details | Review

Description Andreas Henriksson 2013-08-14 20:10:20 UTC
Additional changes seems to have happened to the gecode-glib 0.99.1
api between empathy was ported and geocode-glib released.

Here are the remaining changes to let empathy build against the actually
finished release of geocode-glib 0.99.1.
Comment 1 Andreas Henriksson 2013-08-14 20:10:23 UTC
Created attachment 251648 [details] [review]
Use new api-versioned name for geocode-glib

geocode-glib has changed the name of the pkg-config file
to include the api version. Update configure script accordingly.

See:
https://git.gnome.org/browse/geocode-glib/commit/?id=1cadaa879b7d72d973880680b5f947fd5c275974
"pkg-config: Version the pkg-config file"
Comment 2 Andreas Henriksson 2013-08-14 20:10:27 UTC
Created attachment 251649 [details] [review]
Update to new GeocodeLocation API in geocode-glib 0.99.1

Use new accessor functions. The location structure members has been hidden.
Use regular g_object_unref, since the geocode_location_free has been
removed.

See:
https://git.gnome.org/browse/geocode-glib/commit?id=5372f2f7ff97707dcc839bd3ed79ea9f289f7409
"lib: Turn GeocodeLocation into a proper GObject"
Comment 3 Zeeshan Ali 2013-08-14 20:28:04 UTC
Review of attachment 251648 [details] [review]:

Looks good
Comment 4 Zeeshan Ali 2013-08-14 20:31:14 UTC
Review of attachment 251649 [details] [review]:

Looks good but please try to change the commit log summary to fit 50 characters (Read under DISCUSSION in `git commit` manpage) before you push. Details is where you can insert as many details about the change as you want.
Comment 5 Andreas Henriksson 2013-08-14 20:43:16 UTC
Pushed to master.

https://git.gnome.org/browse/empathy/commit/?id=4682c05ce90708e89c8690d4fb395fcee73b9d71
https://git.gnome.org/browse/empathy/commit/?id=acaa1e4f9d2c5e746e895a7ca3e6002ac502cc2a


PS. These commits should probably also go into the 3.8 branch (since porting started in 3.7 series already) in case there are any plans to do any more 3.8 releases.