GNOME Bugzilla – Bug 785877
Use tracker 2.x
Last modified: 2017-08-07 16:03:56 UTC
Tracker 2.0 is scheduled to be released with 3.26. I mass ported the master branches of all modules depending on Tracker, except gnome-news... Here's a couple of patches to update gnome-news to using it. I also have some changes around to have it use Tracker 2.x sandboxing support, but I'll open a different bug for these.
Created attachment 357049 [details] [review] tracker: Update queries to sparql1.1 correct syntax Tracker has allowed "foo AS bar" syntax for a long time, but this is nonstandard syntax as sparql1.1 settled on "foo AS ?bar". Tracker 1.x ended up accepting both for a long time, but Tracker 2.x is finally dropping this nonstandard syntax. Sticking to "AS ?foo" will be correct for both versions.
Created attachment 357050 [details] [review] Use Tracker 2.0 unconditionally Tracker 2.0 is being released with gnome 3.26.
Review of attachment 357049 [details] [review]: sure
Review of attachment 357050 [details] [review]: lgtm
Thanks :). Pushed to master. Attachment 357049 [details] pushed as 69efde8 - tracker: Update queries to sparql1.1 correct syntax Attachment 357050 [details] pushed as f71da50 - Use Tracker 2.0 unconditionally