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 785877 - Use tracker 2.x
Use tracker 2.x
Status: RESOLVED FIXED
Product: gnome-news
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME News Maintainer(s)
GNOME News Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-08-06 11:12 UTC by Carlos Garnacho
Modified: 2017-08-07 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tracker: Update queries to sparql1.1 correct syntax (4.02 KB, patch)
2017-08-06 11:13 UTC, Carlos Garnacho
committed Details | Review
Use Tracker 2.0 unconditionally (837 bytes, patch)
2017-08-06 11:13 UTC, Carlos Garnacho
committed Details | Review

Description Carlos Garnacho 2017-08-06 11:12:57 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.
Comment 1 Carlos Garnacho 2017-08-06 11:13:27 UTC
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.
Comment 2 Carlos Garnacho 2017-08-06 11:13:33 UTC
Created attachment 357050 [details] [review]
Use Tracker 2.0 unconditionally

Tracker 2.0 is being released with gnome 3.26.
Comment 3 Felipe Borges 2017-08-06 12:14:52 UTC
Review of attachment 357049 [details] [review]:

sure
Comment 4 Felipe Borges 2017-08-06 12:15:09 UTC
Review of attachment 357050 [details] [review]:

lgtm
Comment 5 Carlos Garnacho 2017-08-07 16:03:47 UTC
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