SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tracker-3.4.0-1.3.x86_64.rpm :

* Fri Sep 23 2022 Bjørn Lie - Add tracker-no-egrep.patch: Replace usage of egrep with grep -E
* Sun Sep 18 2022 Bjørn Lie - Update to version 3.4.0: + Added tracker_sparql_connection_deserialize_async() API to deserialize RDF content. + Library is no built monolithically, Vala dependency is removed. + Improved performance of database updates. + Updated translations.
* Mon Sep 05 2022 Dominique Leuenberger - Update to version 3.4.0.rc: + Big performance improvements to inserts, updates and deletes. + Escape IRIs in TrackerResource as per IRIREF definition. + Update minimum meson version to 0.53. + Specify better ICU dependency in internal static library. + Plug a small memory leak. + Add missing include. + Fix/silence build time warnings. + Updated translations.
* Wed Aug 10 2022 Bjørn Lie - Update to version 3.4.0.beta: + Fix issues with URI expansion inserting TrackerResource data. + Rewrite bus connection to use C and stream-based cursors, vala dependency is no longer necessary. + Fix handling of nrl:InverseFunctionalProperty during database updates. + Updated translations.
* Tue Aug 09 2022 Bjørn Lie - Update to version 3.4.0.alpha: + Add tracker_sparql_connection_deserialize() API to load RDF data. + Add tracker_resource_print_rdf() to print RDF data. + Implement TrackerNamespaceManager for remote connections. + SPARQL compliance fixes. + Ensure blank node ROWIDs are integer types. + Reimplement libsoup 1/3 support to rely on minimal loadable modules. + Build libtracker-sparql as a monolithic library. + Fix handling of partial FTS deletions. + Fix handling of nrl:modified sequences. + Avoid redundant URN queries in TrackerNotifier for D-Bus endpoints. + Documentation improvements. + Updated translations.- Disable pkgconfig(libsoup-2.4) BuildRequires: Only build with soup-3 support now that we can do that. Leave in place, should we find that we still need the soup 2 support.
* Tue Aug 09 2022 Bjørn Lie - Update to version 3.3.3: + Prepare D-Bus endpoint for cursor streams.
* Thu Jul 07 2022 Dominique Leuenberger - Update to version 3.3.2: + Avoid redundant queries in TrackerNotifiers proxied through an D-Bus connection. + Do not attempt to rebuild non-existing FTS tables on parser updates. + Convert values to the right type when propagating insertions over superproperties. + Fix test to handle SQLite >= 3.39.0. + Fix handling of nrl:modified after opening existing databases. + Linking fixes to CLI executables.- Drop tracker-do-not-rebuild-non-existing-FTS-tables.patch: fixed upstream.
* Wed Jul 06 2022 Alynx Zhou - Add tracker-do-not-rebuild-non-existing-FTS-tables.patch: Prevent SQL logic error when using tag manager of nautilus. (bsc#1201246, glgo#GNOME/tracker!515)
* Wed Jun 01 2022 Dominique Leuenberger - Update to version 3.3.1: + Fixed blank nodes to return the correct identifier in certain queries. + Fixes to FTS consistency after updates. + Fixes to HTTP module linking. + Fix handling of STRING_LITERAL_LONG1/2 terminals. + Fix handling of negated property paths. + Use .so suffix for modules on all platforms. + Added code examples in JS/Python. + Developer documentation improvements.
* Sun Mar 20 2022 Bjørn Lie - Update to version 3.3.0: + Fix storage of subsecond information in date/time properties. + Add more tests.
* Mon Mar 07 2022 Bjørn Lie - Update to version 3.3.0.rc: + Fix cursor column names for date and resource types. + Fix possible crasher. + Added non-installable benchmark utility. + Added build option to pick libsoup versions to build support for. + Added build option to disable tests. + Fixed generation of man pages with newer asciidoc.
* Mon Feb 14 2022 Bjørn Lie - Update to version 3.3.0.beta: + Add API to serialize data into various RDF formats + Add API to map a TrackerSparqlConnection as a SERVICE of another TrackerSparqlConnection + Fixed possible warnings and missed notifications in TrackerNotifier + Updated \"tracker3 export\" to use serialization API + Documentation fixes + Added internal TrackerRowid type to represent ROWIDs
* Mon Jan 10 2022 Dominique Leuenberger - Update to version 3.3.0.alpha: + Add more specific error codes for problems found updating a database to new ontology changes. + Add method to create a TrackerStatement from a GResource file + Fix 0-len matches in ? and
* property path operators + Handle query cancellation in TrackerEndpointDBus + Consistency fixes to TrackerSparqlStatement API in all connection types + Deprecate tracker_namespace_manager_get_default(), use tracker_sparql_connection_get_namespace_manager() instead + Fix rare crash when concurrently querying the database while a graph is being created/deleted. + Add TRACKER_SPARQL_CONNECTION_ANONYMOUS_BNODES flag to optionally enable a treatment of blank nodes that is compliant with the SPARQL 1.1 specs. + Documentation improvements + Fix spurious locking errors with in-memory databases + Fixes to CLI tools detection on NixOS + Updated translations.- Drop tracker-fix-actual-0-path-matches.patch and 5883cebf8d7b2948bcb808162e78a4629ab3315c.patch: fixed upstream.
* Fri Nov 12 2021 Bjørn Lie - Add 5883cebf8d7b2948bcb808162e78a4629ab3315c.patch: libtracker-sparql: Handle query cancellation on TrackerEndpointDBus (glgo#GNOME/tracker#264).
* Tue Nov 09 2021 Alynx Zhou - Add tracker-fix-actual-0-path-matches.patch: Fix no metadata available when using tracker3 info caused by a wrong sparql implementation. (bsc#1191207, glgo#GNOME/tracker#337)
* Thu Nov 04 2021 Bjørn Lie - Stop passing no longer used nor recognized option functional_tests=false to meson.
* Sat Oct 30 2021 Bjørn Lie - Update to version 3.2.1: + Better, more understandable errors when parsing the ontology. + Compare doubles with an epsilon in tests. + Fixes for issues spotted by Coverity. + Updated translations.- Replace post(un) handling with new ldconfig_scriplets macro for the shared library package.- Add missing systemd user service handling in post/preun/postun
* Mon Sep 20 2021 Bjørn Lie - Update to version 3.2.0: + Fuller docs, with updated examples + Improved developer experience when designing ontologies, better handling of inconsistent ontologies, and more accurate error reporting. + Added new GDateTime helper API to resources, cursors and statements. + Several fixes to build and run on MacOS, with a brew recipe now available. + Added support for libsoup 3.x. + Fresher and more complete documentation, built with hotdoc. + Many other code fixes and performance improvements. + Updated translations.- Add pkgconfig(libsoup-3.0) BuildRequires, following upstreams changes to allow build against multiple versions of libsoup.
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Mon Sep 06 2021 Dominique Leuenberger - Update to version 3.2.0.rc: + Dropped bogus files from pre-generated documentation.
* Wed Sep 01 2021 Dominique Leuenberger - Update to version 3.2.0.beta: + Improved error reporting when parsing ontologies. + Improvements to database rollback on ontology errors. + Ontology parsing crash fixes. + Make soup 2.x/3.x chosen at runtime. + Disable GVFS in functional tests. + Check accessible graphs when looking up resource URIs/IDs. + Port documentation to hotdoc. + Avoid \"UPDATE ... FROM ...\" SQL syntax only present in recent SQLite versions. + Multiple build, ci, website and maintenance improvements. + Updated translations.- Drop gtk-doc BuildRequires with hotdoc: No longer needed, as upstream switched to hotdoc and we ship the upstream pre-built documentation.
* Fri Aug 06 2021 Dominique Leuenberger - Update to version 3.2.0.alpha.1: + Add support for libsoup 3.x. + Documentation fixes and updates. + Handle arbitrary order of SERVICE and regular graph patterns. + Added new GDateTime helper API to resources, cursors and statements. + Implement missing TrackerSparqlConnection methods in bus connections. + Many code cleanups and improvements. + Updated translatiosn.- Add python3-gobject BuildRequires: new dependency.
* Mon Jul 12 2021 Yifan Jiang - Update BuildRequires of sqlite3 to version 3.35.2 and above, because the build filters out certain sqlite3 versions: https://gitlab.gnome.org/GNOME/tracker/-/blob/tracker-3.1/meson.build#L324
* Sat Jun 12 2021 Bjørn Lie - Update to version 3.1.2: + Add missing autocleanup functions. + Support empty array updates. + VAPI fixes. + Add missing G_BEGIN_DECLS/G_END_DECLS guards. + Manpage fixes. + Fix crash in \"tracker3 export --2to3\" subcommand. + Fix rare bug that lead to triples being silently eaten. + Improvements to datetime handling. + Updated translations.
* Sat Apr 17 2021 Dominique Leuenberger - Update to version 3.1.1: + Better error handling during database initialization. + Implemented tracker_sparql_connection_update_array_async over TrackerBatch, resulting in lower memory usage. + VAPI updates. + Updated tracker_sparql_connection_update_array docs. + Leak and double free fixes.
* Tue Mar 23 2021 Dominique Leuenberger - Update to version 3.1.0: + Add build-time warning for SQLite 3.35. + Workaround other SQLite 3.35 bug.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 3.1.0.rc: + Add tracker_sparql_connection_bus_new_async(). + Fix TrackerNotifier signal subscriptions across the portal. + Fix race condition / crash when performing SELECT queries. + Propagate errors better when updating the database. + Do not miss valid prefixed names in TrackerResource. + Sparql 1.1 correctness fixes. + Handle nesting of multivalued property functions. + CI improvements in JUnit test results.
* Tue Feb 16 2021 Dominique Leuenberger - Update to version 3.1.0.beta: + Fix possible crash in fts:offsets function. + Handle variables as service URIs, e.g. SERVICE ?s { ... } VALUES ?s { ... }. + Add more g-i-r annotations. + Improve ellipsizing in CLI tools. + Updated translations.
* Sat Jan 16 2021 Dominique Leuenberger - Update to version 3.1.0.alpha: + Add TrackerBatch, object made to hold multiple updates (in SPARQL string form, or TrackerResource) that will be performed atomically. + Add TrackerEndpointHttp, a TrackerEndpoint subclass to implement a (readonly) SPARQL HTTP endpoint as per https://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/. + Add tracker:strip-punctuation SPARQL function. + Specify that nfo:duration is expressed in seconds. + Fix portal initialization order. + Improve TTL parser. + Improve date/time parsing. + Make handling of large series of UPDATEs iteratively to avoid stack size limits. + Improve parallelization of queries. + Optimize idempotent DELETE operations. + Optimize insert operations. + Optimize database resource refcount management. + Fix tracker_notifier_signal_subscribe annotation. + Fix possible race conditions handling ontology objects. + Handle NULL arguments in tracker:uri-is-parent. + Avoid FTS5 table inconsistency with SQLite >= 3.34.0.
* Mon Jan 11 2021 Bjørn Lie - Update to version 3.0.3: + Avoid FTS5 table inconsistency with SQLite >= 3.34.0. + Fix out parameter in VAPI/Vala files.
* Thu Dec 10 2020 Bjørn Lie - Update to version 3.0.2: + Update some wording in website + Fix initialization issues in portal + Improve turtle parser + Improve checks for dates in the far past/future + Cleanup meson build options + Fix invalid reads + Make UPDATE parser tree processing iterative rather than recursive + Fix errors in tracker:uri-is-parent + Protect harder against invalid database state + Introspection annotation fixes + Improve thread safety of internal ontology objects + Add missing element to gir file.
* Sat Oct 24 2020 Marcus Rueckert - split out the datafiles that are required by the tracker-miners
* Mon Oct 05 2020 dimstarAATTopensuse.org- Update to version 3.0.1: + Reference Discourse instead of the mailing list. + Use specific Meson options to enable debug flags. + Reduce in use by TrackerSparqlStatement. + Fix tracker:title-sort. + Fix stale graphs with WITH clauses. + Cleanup libtracker-common. + Several fixes for Coverity warnings. + More tests. + Build fixes. + Updated translations.
* Mon Sep 28 2020 dimstarAATTopensuse.org- Update to version 3.0.0: + Updated translations.
* Wed Sep 09 2020 dimstarAATTopensuse.org- Update to version 2.99.5: + Fix DBus logging in tracker-sandbox test helper. + Removed programming terms from English stop word list. + Handle empty input correctly. + Fix possible database locks when using \"tracker3 sql\" on a running database. + Fixes for SERVICE clauses in UNIONs. + Handle empty group graph patterns as per the spec. + Fixes to property paths being used in different graphs. + Release memory on inactivity. + Fix build/linking with 2.x in the system. + Add \"tracker3 export --2to3\" helper for data migrations. + Hide FTS5 search syntax from fts:match. + Updated translations.
* Mon Sep 07 2020 dimstarAATTopensuse.org- Update to version 2.99.4: + CLI modernization: - integration with pager. - bash completion for endpoints. + Use curly quotes consistently in CLI options. + SPARQL parsing fixes. + Multiple fixes around \'VALUES\' SPARQL syntax. + Fix race conditions around graph creation. + Better use of asserts in tests.- Changes from version 2.99.3: + Add portal. + Use WAL on all database connections. + Fix race conditions in reusable statements. + Documentation fixes and improvements. + Better errors from library function calls. + Test fixes. + CI improvements.- Changes from version 2.99.2: + Dropped priority argument from tracker_sparql_connection_update
*(). + Better parser error messages. + SPARQL correctness fixes. + Fixes to tracker_sparql_cursor_is_bound() checks. + Ontology clean ups and sync ups with Nepomuk. + Fixed lifetime of blank node labels. + Fixes to recursive property paths. + Ensure property functions pick non NULL values. + Several fixes merge SERVICE{} data with the local graph pattern. + Add `tracker export --show-graphs` CLI subcommand to show available graphs. + Parameter bindings within SERVICE{} clauses are now allowed. + Fixes to single/double quote escaping. + Fixes to make tracker-sandbox more usable in tests. + Many cleanups, memory leak and performance fixes.- Changes from version 2.99.1: + Highlighted updates compared to 2.x: - A full implementation of SPARQL 1.1/ - A change of paradigm. There is no central store, services are free to create their own, and to make those an endpoint for public access. Applications may syndicate queries across external endpoints through the SERVICE syntax. - No tracker-store. - No libtracker-miner. - No libtracker-control. + API changes: - Explicit API to create a local store, or proxy a DBus/remote one. - TrackerEndpoint proxies local stores out of process. - separate python library to write tests. + A base and reference ontologies of our own: - Officially it\'s no longer Nepomuk. - No more broken links. + An extensible CLI tool, with a generic set of core subcommands. + Parallel installable to tracker 2.x.- Bump TrackerAPI to 3.0 and RPMTrackerAPI to 3_0.- Drop tracker-ontology-upgrades.patch: fixed upstream.- Drop pkgconfig(libnm) BuildRequires: no longer needed.- Add pkgconfig(systemd) buildRequires: explicitly checked for and used to be pulled in by libnm.- No longer pass -Dsystemd_user_services=%{_userunitdir} to meson: not needed anymore.- Disable test suite for now: need to workout to run it without X.- Drop subpackages that no longer exist due to upstream changes and remove their dependency from the -devel package: + libtracker-control-%{RPMTrackerAPI}-0 + libtracker-miner-%{RPMTrackerAPI}-0 + typelib-1_0-TrackerControl-%{RPMTrackerAPI} + typelib-1_0-TrackerMiner-%{RPMTrackerAPI}
* Tue Aug 25 2020 Bjørn Lie - Update to version 2.3.5: + Add \'tracker export\' subcommand to ease migration to 3.x. + Use correct signature for DBusSignalCallback. + Get the systemd user unit dir from pkg-config. + Replace sensitive terms. + Updated translations.- Drop tracker-Use-correct-signature.patch: Fixed upstream.
* Thu May 14 2020 Dominique Leuenberger - Add tracker-ontology-upgrades.patch: libtracker-data: Improve changes over single valued ontology properties (boo#1170587).
* Thu Apr 16 2020 Bjørn Lie - Add tracker-Use-correct-signature.patch: tracker-store: Use correct signature for DBusSignalCallback.
* Wed Mar 25 2020 Guillaume GARDET - Disable tests on %arm as they fail in OBS but succeed in a local osc build
* Tue Mar 10 2020 mgorseAATTsuse.com- Update to version 2.3.4: + Brown paper bag release, fix NULL check. + Changes in version 2.3.3: + Fix race condition during tracker-store shutdown maybe leading to warnings and missed writeback events. + Made fts:offsets stronger against corrupt FTS tables. + Updated translations.- Drop tracker-fix-segfault-in-writeback.patch: fixed upstream.
* Thu Mar 05 2020 Alynx Zhou - Add tracker-fix-segfault-in-writeback.patch: Check if argument is NULL before using it and dispose connection and data_manager before shutting down writeback and events to prevent segmentation fault (bsc#1165357, glgo#GNOME/tracker!192).
* Tue Feb 18 2020 Bjørn Lie - Update to version 2.3.2: + Location info for photos is now inserted into the DB. It didn\'t work before as we failed to process SPARQL \"blank nodes\" correctly. + Fix for oversensitive FTS5 index corruption detection. + Updated translations.
* Sat Jan 25 2020 Dominique Leuenberger - No longer recommend -lang: supplements are in use
* Tue Nov 26 2019 Dominique Leuenberger - Enable test suite / %check section.
* Sat Oct 12 2019 Bjørn Lie - Update to version 2.3.1: + Fixed a case where old data was not deleted correctly from the store when inserting new values. This was causing tracker-extract to log errors for multi-disc music albums stored as FLAC files with embedded CUE sheets. + Updated translations.
* Tue Sep 10 2019 mgorseAATTsuse.com- Update to version 2.3.0: + No changes since 2.2.99.1.
* Thu Sep 05 2019 mgorseAATTsuse.com- Update to version 2.2.99.1: + Handle circular references in TrackerResource. + Removed stress tests. + Handle application/x-zero-size. + Refactors and cleanups in functional testing infrastructure. + Documentation improvements. + Make tracker_sparql_escape_string() escape single quotes. + Don\'t make tracker:referenceSource a subproperty of nie:identifier. + Translations: eu.- Add trackertestutils to -devel package.
* Thu Aug 22 2019 yfjiangAATTsuse.com- Update to version 2.2.99.0: + Support for storing Musicbrainz metadata in the multimedia ontology. + Doc cleanups. + Test suite improvements. + Build fixes. + Fix detection of files that need writeback. + Fix crashes and invalid memory writes.- libtracker-common is built as a static library and only used in build time. So remove it in the %install section.- Drop fix-tracker-miner-fs-lto-crash.patch: fixed upstream.
* Mon Jul 15 2019 Martin Liška - Add fix-tracker-miner-fs-lto-crash.patch and enable again LTO (boo#1141201).
* Fri Jul 12 2019 Martin Liška - Disable LTO (boo#1141201).
* Fri May 03 2019 Bjørn Lie - Update to version 2.2.2: + Fixed initialization of virtual tables. + Fixed segmentation fault in libtracker-miner. + Don\'t try to create JSON-LD nodes with unsigned integers. + Handle correctly backreferences in TrackerResource tree. + Many documentation fixes. + Fixed handling doubles with exponents in SPARQL. + Don\'t limit to specific desktop environments. + Build and test fixes. + Updated translations.
* Wed Mar 06 2019 Bjørn Lie - Update to version 2.2.1: + Fix unichar unescaping. + Correctly Handle BIND in first place of a triples block. + Fix possible deadlock on WAL checkpoint. + Fix some double values not being deleted. + Fixed CHANGES_DONE_HINT handling in TrackerMonitor. + Ported data generator utilities to python3. + Ported functional tests to python3, reformatted to PEP-8. + Correctly apply ignored-directories-with-content filter on monitor updates. + Build and test fixes. + Updated translations.
* Thu Feb 21 2019 bjorn.lieAATTgmail.com- Update to version 2.2.0: + Multiple memory leak and corruption fixes. + Bumped glib minimum version to 2.46, it already was in practical terms. + Test suite improvements. + Restore log domain. + New SPARQL parser, able to generate SQL that is generally more readable and at places performs better. Multiple buglets fixed in the process. + Much improved support of SPARQL1.1 features and syntax that was missing: - Property paths: Allowing to match connectivity between two resources by an arbitrary length path. There is a number of supported operators (alternative, sequence, oneOrMany, ...) that can be combined, e.g: SELECT ?s ?p { ?s ^(nfo:belongsToContainer
*)/(nie:url|nie:title) ?p }. Only the negated path operator (!) is not supported at the moment. - Support for fully unrestricted queries, eg: SELECT ?s ?p ?o { ?s ?p ?o } ORDER BY ?o ?p ?s Queries with unrestricted predicate (?p in the example above) were just supported in a very restricted set of situations. All those limitations are gone. - MINUS allows subtracting the solutions that match the given triples template, eg: SELECT ?s { ?s a nfo:Media } MINUS { ?s a nfo:MusicPiece } + Support for prepared statements. TrackerSparqlStatement can be built with SELECT queries containing (custom) ~var syntax, and updating their values before obtaining a cursor. + Many tests were added, and Tracker is generally much better tested thanks to CI. + tracker-store now automatically shuts down on inactivity. + More property paths supported, new operators supported are
*, +, ? and |, only the ! operator is not supported yet. + Multiple fixes to the new sparql parser. + Improve error handling in DBus backend. + Many improvements and additions to the test suite + Fixed potential crash in TrackerMonitor. + New SPARQL parser, able to support more 1.1 features and generating friendlier SQL at places. There is initial support for property paths (/ and ^), and other missing 1.1 syntax (MINUS, SHA384, ...). More improvements are expected to happen in the future thanks to this. + Support for prepared statements. TrackerSparqlStatement can be built with SELECT queries containing (custom) ~var syntax, and updating their values before obtaining a cursor. + Added global libtracker-sparql call to change the used DBus connection at runtime. + Made tracker-store to automatically shutdown when unneeded. + Fixed ontology updates to work with behavioral changes in sqlite >=3.25. + Support for building through autotools has been removed. + Other many build and code cleanups and fixes + Updated translations.- Drop tracker-extract-private.patch: fixed upstream.- Drop libtool BuildRequires: No longer applies now that tracker is meson only.- Switch to meson build system, drop conditionals for meson BuildRequires and macros, remove all traces of autotools support. Add gtk-doc BuildRequires: Needed to build docs. Pass options we want to meson.- Fix translation-update-upstream to work with meson.
* Thu Feb 21 2019 bjorn.lieAATTgmail.com- Update to version 2.1.8: + Do not rely on hash table iteration order being stable. + Update FTS if base tables were updated.
* Mon Feb 11 2019 bjorn.lieAATTgmail.com- Update to version 2.1.7: + Fix build order with libtracker-sparql generated headers. + Fix ontology update with SQLite 3.25. + Fix build with Vala 0.43.- Drop tracker-sqlte-3.25-rename-tables.patch: Fixed upstream.
* Wed Dec 19 2018 Dominique Leuenberger - Extend tracker-sqlte-3.25-rename-tables.patch with two more commits: + libtracker-data: Update FTS if base tables were altered + libtracker-data: Reset property table name on cardinality changes
* Thu Nov 08 2018 Dominique Leuenberger - Add tracker-sqlte-3.25-rename-tables.patch: drop FTS table/view before ontology update (glgo#GNOME/tracker#40, boo#1110090, boo#1131229)
* Wed Nov 07 2018 bjorn.lieAATTgmail.com- Update to version 2.1.6: + Backported multiple meson build fixes. + Fixed meson build from released tarball. + Updated translations.
* Wed Sep 26 2018 bjorn.lieAATTgmail.com- Update to version 2.1.5: + Plug several leaks. + Fix possible crashes on tracker-store exit. + Several fixes to meson build. + Updated translations.
* Tue Sep 04 2018 bjorn.lieAATTgmail.com- Update to version 2.1.4: + Libtracker-data: Fix build with format-security flag. + Updated translations.
* Sat Sep 01 2018 bjorn.lieAATTgmail.com- Update to version 2.1.3: + Fix resource refcounting issues in database. Reset is advised. + Drop cardinality from nie:copyright, nie:license, nie:legal and dc:rights. + Fix superfluous ontology checks on second tracker-store run. + Use more SPARQL1.1 correct syntax. + Allow use of domain rules outside prefix. + Compatibility fixes with C++. + Updated translations.
* Thu Aug 16 2018 bjorn.lieAATTgmail.com- Update to version 2.1.2: + libtracker-sparql: - Delete TrackerResource elements one by one (boo#1123869). - Fix compilation with C++. + build: - Fixes for FreeBSD. - Fixes on meson. + Updated translations.
* Thu Aug 09 2018 luc14n0AATTlinuxmail.org- Add tracker Requires to libtracker-common-2_0 subpackage to make sure default.rule file is installed to avoid several packages breakage on Tumbleweed upgrade (boo#1104112).- Drop all tracker Suggests: no longer needed after last action.
* Wed Aug 01 2018 bjorn.lieAATTgmail.com- Update to version 2.1.1: + libtracker-direct: Plug leaks. + libtracker-sparql-backend: Fix fallback from direct to bus connection for queries. + Updated translations.
* Tue Jul 24 2018 bjorn.lieAATTgmail.com- Update to version 2.1.0: + Brown paper bag release: All features from unreleased 2.0.5 apply. + One feature was missed: TrackerResource is now able to output JSON-LD. This is a new API call, so a minor bump should happen as per Semantic Versioning.- Changes from version 2.0.5: + build: - Make tarballs able to build with meson. Future releases will eventually phase out Autotools. - Various meson build fixes + tests: Many fixes to functional tests. + libtracker-miner: Fixed race conditions that may result in spurious \"parent not indexed yet\" warnings. + libtracker-direct: Majorly rewritten. + tracker-store: Streamlined to use a libtracker-direct connection instead of reimplementing most of it.
* Tue Jun 26 2018 luc14n0AATTlinuxmail.org- Update to version 2.0.4: + libtracker-miner: - Fix event emission order of the root folder when a recursive directory is found through monitor events. - Improvements to attribute-only update handling. + libtracker-data: Perform VACUUM only past a database file size limit.- Drop: + update-desktop-files BuildRequires and suse_update_desktop_file macro: they are no longer needed. + glib2_gsettings_schema_requires macro: it is not required anymore since RPM file triggers (version 4.13).
* Tue Apr 17 2018 bjorn.lieAATTgmail.com- Replace pkgconfig(libnm-glib) with pkgconfig(libnm) BuildRequires, this is what configure checks for.
* Tue Mar 20 2018 dimstarAATTopensuse.org- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Wed Feb 07 2018 bjorn.lieAATTgmail.com- Update to version 2.0.3: + build: - Improvements in meson support. - Remove stale dependencies after Tracker miners split. + tests: - Many fixes to functional tests. - Remove old checks for maemo-specific features. + libtracker-miner: Small code improvements. + libtracker-sparql: use gint32 to unpack \'i\' GVariant format. + Updated translations.- Drop tracker-nb-translations.patch: Fixed upstream.- Minor spec-clean, use autosetup and make_build macros.
* Sat Jan 06 2018 zaitorAATTopensuse.org- Add tracker-nb-translations.patch: Update Norwegian bokmål translations.
 
ICM