Skip to content

libtracker-sparql: Drop libsoup2 support

Divyansh Jain requested to merge Demigod/tracker:remove-libsoup2 into master

libsoup3 is in use by default and libsoup2 is now only supported for compatibility with older issues. This change drops libsoup2 support, removes the dynamic module loading and suports only libsoup3. Aside from this, the gitlab CI pipeline is also changed to remove the test-soup2@x86_64, since soup2 is no longer required and alpine image is updated with newer version of libsoup.

Fixes #422 (closed)

Merge request reports