Changelog for
tracker-miner-files-3.5.2-4.15.x86_64.rpm :
* Wed Aug 16 2023 Rahul Jain
- Fix the tracker miner spec file to build for SLE_15 Service Pack for patching
* Wed Aug 16 2023 Rahul Jain - Fix the tracker miner spec file to build for SLE_15
* Wed Aug 09 2023 Rahul Jain -Rebase patch: tracker-miners-drop-syscalls-in-seccomp.patch
* Sat May 13 2023 Bjørn Lie - Update to version 3.5.2: + Fix a number of potential crashers. + Fix possibly stuck extractor process. + Restore performance lost in 3.5.1 of extractor query to get unextracted items. + Plug memory leak.
* Tue Apr 25 2023 Bjørn Lie - Update to version 3.5.1: + The tracker-extract-3 service moved all SPARQL queries and updates to a GResource. Consistently uses TrackerSparqlStatement/TrackerResource for updates. + Fixes in uniquely identifying files in BTRFS subvolumes. + Ensure deletion of files lingering in content graphs. + Ensure correct nie:dataSource after moving files between indexed folders. + Optimize mass removal of deleted files found during initialization. + Documentation improvements for the miner services. + Do not let systemd spuriously start the tracker-extract-3 service. + Test suite fixes.
* Sun Mar 26 2023 Enrico Belleri - Add \'tracker\' to runtime dependencies (boo#1209737)
* Mon Mar 20 2023 Bjørn Lie - Update to version 3.5.0: + Test suite fixes. + Added membarrier syscall to seccomp.
* Mon Mar 06 2023 Bjørn Lie - Update to version 3.5.0.rc: + Fix deletion of not yet extracted files. + Fix some memory leaks. + Updated translations.
* Thu Feb 23 2023 Bjørn Lie - Update to version 3.5.0.beta: + The filesystem miner moved all SPARQL queries and updates to a GResource. Consistently uses TrackerSparqlStatement/TrackerResource for updates. + The \"tracker3 tag\" has been fixed, and functional tests added to avoid regressions. + The functional tests have been refurbished and modernized. + Internal code refactors. + The extractor test suite has been extended.
* Fri Feb 17 2023 Dominique Leuenberger - Update to version 3.5.0.alpha: + Fix GSource leak in tracker-extract-3. + Disable \'fluidsynthmidi\' GStreamer module. + Delegate tracker-miner-fs D-Bus SPARQL endpoint to a separate thread.
* Thu Jan 12 2023 Bjørn Lie - Update to version 3.4.3: + Fix possible warnings in tracker-miner-fs-3 + Fixes to handle BTRFS subvolumes + Reset nie:isStoredAs/nie:interpretedAs on updated folders + Drop \'fluidsynthmidi\' GStreamer module + Fix GSource leak + Updated translations.
* Mon Dec 05 2022 Bjørn Lie - Update to version 3.4.2: + Fix advised flatpak command in sandboxing documentation. + Fix intermittent build break. + Updated translations.
* Wed Oct 26 2022 Bjørn Lie - Update to version 3.4.1: + Warning fixes to gstreamer extractor. + Silence EXDEV warnings on FANotify monitor failures, likely in some systems. + New handled syscalls in seccomp: set_mempolicy, get_mempolicy, epoll_create1. + Improve performance of lookups of related CUE files for gstreamer media. + Fix memory leaks. + Updated translations.
* Sun Sep 18 2022 Bjørn Lie - Update to version 3.4.0: + Updated translations.
* Mon Sep 05 2022 Dominique Leuenberger - Update to version 3.4.0.rc: + Fixes to libav/ffmpeg extractor. + Remove text/plain files from ignored-files, there are more specific setting to control indexed text content. + Fix build on MacOS. + Fix compiler/build warnings. + Updated translations.
* Wed Aug 10 2022 Bjørn Lie - Update to version 3.4.0.beta: + Add --list and --delete options to RSS miner. + Text extraction fixes on ODS and ODG file formats. + Improve logging of filesystem miner elapsed time information. + Improve performance of filesystem move operations. + Do not show duplicate results in \"tracker3 search\" CLI tool. + Updated translations.- Drop 401.patch: Fixed upstream.
* Mon Aug 08 2022 Dominique Leuenberger - Add 401.patch: Specify graphs in \"tracker3 search\" queries; resolves tracker search listing files multiple times (boo#1200403 glgo#GNOME/tracker-miners#229).
* Sun Jul 17 2022 Bjørn Lie - Update to version 3.4.0.alpha: + Fix fallback from fanotify to inotify. + Improvements to \"tracker3 status\" CLI. + Check field type on IPTC data embedded in TIFFs. + Avoid non-existent ontology in libav extractor. + Fix some file updates being missed through fanotify. + Fix possible tracker-miner-fs-3 crashes on shutdown. + Updated translations.
* Wed Jun 01 2022 Dominique Leuenberger - Update to version 3.3.1: + Properly fallback to inotify monitors on fanotify failures. + Fixes to handling of files being atomically replaced. + Fixes to handling of IPTC data embedded in TIFFs. + Improvements to \"tracker3 status\" output and redirection handling.
* Fri Apr 01 2022 Dominique Leuenberger - Pass -Dsystemd_user_services_dir=%{_userunitdir} to meson: we either need pkgconfig(systemd) (which we so far just received indirectly by some dependencies) or pass the location to install userunitdirs to meson. As the variable is known already, we opted for this version, which is \'cheaper\' on the build deps.
* Sun Mar 20 2022 Bjørn Lie - Update to version 3.3.0: + Initialize stable URN cache prior to extractor modules in tracker-extract-3.
* Mon Mar 07 2022 Bjørn Lie - Update to version 3.3.0.rc: + Ignore subtrack titles for videos. + OpenBSD improvements to `tracker3 reset/daemon` CLI commands. + Improved test infrastructure around removable device support. + Fixed FANotify monitor to handle separate FAN_DELETE[_SELF] events. + Fixed generation of man pages with newer asciidoc.
* Mon Mar 07 2022 Bjørn Lie - Update to version 3.3.0.beta: + Changed to skip mountpoints found during recursive indexing. Mountpoints must be explicitly configured as indexed folders now. + Fixed FANotify monitor to safely fallback to inotify in the cases not currently covered by FANotify (e.g. btrfs subvolumes). + Improved the stable URN scheme so it is guaranteed to be stable. + Removed deprecated API usage in libav extractor. + Fix --show-files in \"tracker3 tag\". + Fix possible crashes with Clang.- Drop patches fixed upstream: + tracker-miners-allow-rseq.patch + tracker-miners-allow-mbind.patch
* Mon Mar 07 2022 Dominique Leuenberger - Update to version 3.3.0.alpha: + Use FANotify for file monitoring if available. + Use a more stable URN scheme for file content. + Add indexing roots to content specific graphs for availability info. + Truly disable nvcodec in gstreamer extractor. + Use the configured domain prefix in miner symlinks. + Add seccomp rules for recently used syscalls. + Performance improvements to tracker-miner-fs-3. + Plug memory leaks in tracker-miner-fs-3. + Updated translations.
* Mon Mar 07 2022 Bjørn Lie - Update to version 3.2.2: + Backport seccomp rules for rseq and mbind syscalls. + Updated translations.- Drop patches fixed upstream: + tracker-miners-allow-mbind.patch + tracker-miners-allow-rseq.patch
* Fri Feb 25 2022 Michael Gorse - Add tracker-miners-allow-rseq.patch and tracker-miners-allow-mbind.patch: allow system calls used by gstreamer (boo#1196205 glgo#GNOME/tracker-miners#210).
* Thu Dec 02 2021 QK ZHU - Add tracker-miners-drop-syscalls-in-seccomp.patch: Revert upstream commit 595560c, 30b24e9 and 550ea1b since Leap 15.4 and SLE 15-SP4 do not have them (bsc#1192567).
* Tue Nov 09 2021 Alynx Zhou - Drop 0001-Revert-tracker-Use-faster-query-in-tracker3-info.patch: Upstream fix landed in tracker instead of tracker-miners. (bsc#1191207, glgo#GNOME/tracker#337)
* Fri Nov 05 2021 Alynx Zhou - Add 0001-Revert-tracker-Use-faster-query-in-tracker3-info.patch: Revert the commit to avoid wrong no metadata info. (bsc#1191207)
* Sat Oct 30 2021 Bjørn Lie - Update to version 3.2.1: + Fix files moving between hidden and non-hidden + Update nfo:fileName on content specific graphs too when moved + Update nfo:fileLastModified in content specific graphs + Add nfo:fileSize to the basic set of file info on the graph + Fix tracker-miner-fs-3 crash when finding internal SPARQL errors + Handle symlinks to directories as indexed folders better + Fix tracker-writeback support for musicbrainz release tags and artist + Fix duplicate entries on files created and instantly modified + Fix unintended double extraction with disc-generic extractor + Fixes for coverity warnings + Updated translations.- Add missing systemd user service handling in post/preun/postun
* Wed Sep 22 2021 Bjørn Lie - Update to version 3.2.0: + Highlighted changes since 3.1: - File creation time is now part of the stored metadata - Show additional information in \"tracker3 info\" + Updated translations.
* Wed Sep 22 2021 Dominique Leuenberger - Update to version 3.2.0.rc: + Updated translations.
* Tue Sep 21 2021 Dominique Leuenberger - Update to version 3.2.0.beta: + Save file creation time. + Coverity fixes. + Fix chaining up of errors after porting to TrackerBatch. + Fixes for test flakiness. + Avoid falling back to year 0 in extractors. + Linking fixes on misc executables. + CI improvements. + Updated translations.
* Tue Sep 21 2021 Dominique Leuenberger - Update to version 3.2.0.alpha.1: + Brown paper bag release.- Changes from version 3.2.0.alpha: + Remove default limit in \"tracker3 search\" command. + Show additional information in \"tracker3 info\". + Fix \"tracker index\" crash on broken XDG directory setups. + Updated translations.
* Tue Sep 21 2021 Bjørn Lie - Update to version 3.1.3: + Fix issue with missing rpath in control daemon. + Add further newly used syscalls to seccomp + Updated translations.- Drop tracker-miner-control-rpath,patch: Fixed upstream.
* Mon Jun 14 2021 Dominique Leuenberger - Add tracker-miner-control-rpath,patch: Fix runpath in trcker-miner-control-fs.
* Sat Jun 12 2021 Bjørn Lie - Update to version 3.1.2: + Fixes to libav extractor. + Allow 64bit time syscalls for 32bit systems in seccomp sandbox. + Manpage fixes. + Build fixes. + Updated translations.
* Sat Apr 17 2021 Dominique Leuenberger - Update to version 3.1.1: + Block gstreamer nvcodec decoders. + Fall back if no modification date is found. + Handle new poppler enum value. + Be more robust with broken EXIF GPS metadata. + Test suite improvements. + Updated translations.
* Tue Mar 23 2021 Dominique Leuenberger - Update to version 3.1.0: + Updated translations.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 3.1.0.rc: + Dispatch monitor events on a private thread. + Fix After= usage in systemd service files. + Fix compiler warnings.
* Tue Feb 16 2021 Dominique Leuenberger - Update to version 3.1.0.beta: + Fix tracker-miner-fs-control-3 stall on shutdown. + Improve ellipsizing in CLI tools. + Update list of game-related mimetypes. + Add disc-generic extractor guessing data for CUE files, supported so far: - Playstation images - Turbografx images + Updated translations.
* Sat Jan 16 2021 Dominique Leuenberger - Update to version 3.1.0.alpha: + Fix \"tracker3 search --folders\". + Allow \"tracker3 search\" to look for filenames. + Improve \"tracker3 info\" to show file eligibility if not indexed. + Many performance improvements to tracker-miner-fs-3. + Fix systemd unit files to depend on gnome-session. + Improve time_t interpretation for negative timestamps.
* Mon Jan 11 2021 Bjørn Lie - Update to version 3.0.4: + Improve time_t interpretation for negative timestamps. + Fix \"tracker3 search --folders\". + Fix crasher after tracker-miner-fs SPARQL failures. + CI fixes.