Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libKF5BalooEngine5-5.115.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libKF5BalooEngine5 Distribution: openSUSE Tumbleweed
Version: 5.115.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Feb 12 19:35:08 2024
Group: Unspecified Build host: i04-ch2c
Size: 186524 Source RPM: baloo5-5.115.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.kde.org
Summary: Baloo Engine library
Baloo is a framework for searching and managing metadata. This
package contains Baloo's Engine library.

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only

Changelog

* Thu Feb 08 2024 Christophe Marin <christophe@krop.fr>
  - Update to 5.115.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.115.0
  - No code change since 5.114.0
* Sat Jan 13 2024 Christophe Marin <christophe@krop.fr>
  - Update to 5.114.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.114.0
  - Changes since 5.113.0:
    * [IndexCleaner] Remove no-op recursion over includedFolders
    * [ExtractorProcess] Remove unused members
    * [TimeEstimator] Cleanup, remove QObject depency
    * Use forward declaration for Baloo::Database
    * Remove inacurate mimetype check in xattrindexer and indexcleaner
* Tue Dec 05 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.113.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.113.0
  - Changes since 5.112.0:
    * Remove two obsolete benchmark tests
    * [ExtractorProcess] Handle signal mangling by DrKonqi
    * [ExtractorProcess] Test the various processing states
    * [ExtractorProcess] Make the extractor process path a constructor argument
    * [BasicIndexingBenchmark] Allow to keep temporary DB
    * [QueryTest] Add test case for terms folded to empty strings
    * [DocumentUrlDb] Reduce allocations during path reconstruction
    * Shortcut non-matching phrase queries
    * [EngineQuery] Remove AND/OR operations
    * [QueryTest] Move AND/OR queries to searchstring tests
    * [QueryParser] Remove it, as it is no longer used
    * [SearchStore] Always use TermGenerator instead of QueryParser
    * [Extractor] Do not emit startedIndexingFile for skipped documents
    * Remove dead registerBalooWatcher DBus method
    * [FileWatchTest] Check attr changed signal when XAttr is not available
    * [FileWatchTest] Clean up and enhance result checks
    * [FileWatchTest] Replace common boilerplate with RAII
    * [KInotify] Fix _k_addWatches helper when hitting descriptor limit
    * [KInotify] Simplify dirIter logic, use unique_ptr
    * [KInotify] Always add all watches in the event loop
    * [KInotifyTest] Extend renaming tests
    * [KInotifyTest] Move common boilerplate to init
    * [KInotify] Silence EventMoveSelf warning when not relevant
    * [KInotify] Removed unused and obsolete `available()` method
* Mon Nov 06 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.112.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.112.0
  - Changes since 5.111.0:
    * [PendingFile] Remove default constructor, METATYPE declaration
    * [PendingFile] Remove unused and incorrect setPath method
* Mon Oct 09 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.111.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.111.0
  - Changes since 5.110.0:
    * Use the FSID as the device identifier where possible (kde#402154)
* Wed Sep 06 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.110.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.110.0
  - No code change since 5.109.0
* Tue Aug 08 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.109.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.109.0
  - Changes since 5.108.0:
    * Document uses and abuses of Baloo::IndexerConfig
    * [BalooSearch] Add sort order option
    * [Codecs] Make encode/decode methods static, cleanup
    * [QueryTest] Add full stack test
    * [TermGeneratorTest] Extend phrase coverage
    * [AdvancedQueryParserTest] Extend phrase coverage
    * [SearchStore] Move private helpers to anonymous namespace
    * [BasicIndexingJob] Ignore filename based mimetype for empty files
    * Reduce filesystem dependencies in more tests
    * [DocumentUrlDbTest] Remove file system dependencies from test
    * [DocumentUrlDb] Split document addition and file tree creation
    * [DocumentUrlDbTest] Use explicit recursion when walking directory tree
    * [Transaction] Use DocumentUrlDB::contains
    * [DocumentUrlDB] Add `contains` method
    * Remove proxy for obsolete org.kde.baloo interface
    * [Transaction] Remove Transaction::exec convenience method
    * Add explicit moc includes to sources for moc-covered headers
* Mon Jul 03 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.108.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.108.0
  - Changes since 5.107.0:
    * [Document] Fix parameter name for setParentId
    * [WriteTransaction] Avoid false warning when removing empty xattr terms
    * [DocumentUrlDB] Remove recursive removal of parent directories
    * [AdvancedQueryParser] Correctly parse empty quoted strings
    * [AdvancedQueryParser] Fix minor error in test case
    * Remove qt6 CI builds
    * [UnindexedFileIndexer] Split into multiple transactions
    * [FirstRunIndexer] Split initial index run into multiple transactions
    * Move basic indexing test/benchmark to autotests
    * [BasicIndexingTest] Add options for transaction size and index dir
    * [WriteIoTest] Set required parent id
    * Minor fixes for manual tests
    * Fix signedness mismatch compiler warning
    * Fix compiler warning by using an STL-style iterator instead
    * Remove redundant transactiontest
    * [UnindexedFileIndexer] Skip document when BasicIndexingJob fails
    * [Transaction] Allow to fully reset the transaction state
    * [WriteTransactionTest] Use unique_ptr for DB and temp dir
    * [Transaction] Use unique_ptr for write transaction
    * Verify parentId when adding documents
    * [DatabaseDbis] Use default member initializers instead of constructor
    * Remove unused QMimeDatabase instance from UnindexedFileIndexer
* Mon Jun 05 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.107.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.107.0
  - Changes since 5.106.0:
    * Use common helper for Property/JSON conversion
    * Don't install D-Bus interfaces without BUILD_INDEXER_SERVICE
    * Make building of the service optional, add packaging documentation
    * Minor fixes for DocumentUrlDB::updateUrl method
    * [IdTreeDB] Consolidate put/del into common set
    * [MetadataMoverTest] Add some more test documentation
    * Remove dead code paths from DocumentUrlDB::del
    * Cleanup some leftover stale code
    * Use more RAII in unit tests
    * port to standard C++ smart pointers where possible
    * Add some documentation for DocumentDB/DocumentIdDB
    * [balooshow] Improve display of property and plaintext terms
    * Move KFileMetaData documentation reference up
* Sat May 06 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.106.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.106.0
  - Changes since 5.105.0:
    * baloosearch: Inform the user when the specified dir is not canonical
    * aggressively resource constrain baloo_file
* Sat Apr 01 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.105.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.105.0
  - Changes since 5.104.0:
    * Add conventional python virtual-env folder to exclude filters
    * [TermGenerator] Skip all unprintable characters
    * Define the translation domain of BalooEngine
* Mon Mar 06 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.104.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.104.0
  - Changes since 5.103.0:
    * extactor: add KAboutData
* Wed Feb 08 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.103.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.103.0
  - Changes since 5.102.0:
    * Fix automoc issues on generated DBus source files
    * Don't skip automoc for DBus interfaces
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
  - Update to 5.102.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.102.0
  - No code change since 5.101.0
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
  - Update to 5.101.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.101.0
  - Changes since 5.100.0:
    * Change KIO worker logging categories to kf.kio.workers.*
* Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.100.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.100.0
  - Changes since 5.99.0:
    * [TermGeneratorTest] Reduce code duplication
    * Correct and simplify OrpostingIterator constructor
    * Convert kded metadata to JSON
* Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.99.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.99.0
  - No code change since 5.98.0
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.98.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.98.0
  - Changes since 5.97.0:
    * Add FreeBSD Qt6 CI support
* Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.97.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.97.0
  - No code change since 5.96.0
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.96.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.96.0
  - No code change since 5.95.0
* Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.95.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.95.0
  - Changes since 5.94.0:
    * tag:/ better handle uds name field (kde#449126)
* Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.94.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.94.0
  - Changes since 5.93.0:
    * [Timeline KIO] Don't announce that we can write
    * Require unittests to pass for CI jobs to pass
* Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.93.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.93.0
  - No code change since 5.92.0
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.92.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.92.0
  - Changes since 5.91.0:
    * Use libc rename() calls rather than QFile to simulate renames
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Replace %_libdir/libexec with %_libexecdir (boo#1174075)
* Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.91.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.91.0
  - Changes since 5.90.0:
    * Add Qt6 Linux CI
    * Static libs linked into shared libs need -fPIC
    * Fix KFileMetaData::PropertyMap related Qt6 build issues
    * install in kf<version>
    * now exec line is not usefull
    * Use camel case include
    * Add missing include (qt6)
    * engine/idutils.h - fix compile in filePathToStat
* Mon Jan 03 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.90.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.90.0
  - Changes since 5.89.0:
    * Adapt build system for building against qt6
    * [kioslaves/tags] Set proper display name for root entry (kde#416389)
    * Port away from deprecated QMap::insertMulti & related KFileMetadata API
* Sat Dec 04 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.89.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.89.0
  - Changes since 5.88.0:
    * Port QStringRef (deprecated) to QStringView
* Sun Nov 07 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Strip 'Source' URL for faster submissions
* Sun Nov 07 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.88.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.88.0
  - Changes since 5.87.0:
    * Fix wrong markup for second-level bullets
    * Add FreeBSD CI
* Sun Oct 03 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.87.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.87.0
  - Changes since 5.86.0:
    * Add Native Gitlab CI configuration
* Wed Sep 15 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Drop the unneeded baselibs.conf.
* Mon Sep 06 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.86.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.86.0
  - Changes since 5.85.0:
    * We depend against c++-17 so we can use qOverload directly
    * Use const'ref
* Fri Aug 06 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.85.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.85.0
  - Changes since 5.84.0:
    * Mention the https://community.kde.org/Baloo pages in README file
* Sun Jul 04 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.84.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.84.0
  - Changes since 5.83.0:
    * Update IRC network name in the README
  - Only install the license files once
* Sun Jun 13 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Uninstall baloo5-imports-lang when installing baloo5 5.83.0
* Sat Jun 05 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.83.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.83.0
  - Changes since 5.82.0:
    * Embed JSON metadata in KIOSlaves
    * Remove obsolete .protocol files
    * Convert protocol files to JSON
    * Fix Mesasges.sh by removing path
    * Bump required CMake version to 3.16
    * Remove SUSE Qt5.14 build status
    * [balooctl] Allow clearing a document which has been deleted
    * [DocumentUrlDB] Remove unused function
* Sat May 01 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.82.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.82.0
  - Too many changes since 5.81.0, only listing bugfixes:
    * Do not crash when a dir is move/delete is detected by
      kinotify (kde#435143)
    * When adding a folder to configuration, normalize the path
      semantically (kde#434919)
* Mon Apr 05 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.81.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.81.0
  - Changes since 5.80.0:
    * [SearchStore] Explicitly narrow timestamps for range query
    * Add now mandatory args parameter to QProcess::startDetached()
    * Port away from deprecated QDateTime(QDate) constructor
    * Remove long defunct, xapian based filesearchstoretest
    * Remove unused fileinfo.cpp/.h
    * [MetadataMover] Update filename terms when moving/renaming file (kde#433116)
    * [MetadataMover] Extend renaming test cases
    * [MetadataMover] Use categorized logging for all debug statements
    * [MetadataMover] Make some temporaries const
    * Add trailing commas to enums
* Sun Mar 07 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.80.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.80.0
  - Changes since 5.79.0:
    * [balooshow] Always print parsed document/device/inode id
    * [balooshow] Allow hexadecimal format for deviceid parameter
    * [baloosearch] Allow to print document ID
    * [ResultIterator] Provide document ID
    * [ResultIterator] Rework for future extension
    * Don't try to index ninja files
    * Don't try to index .swp files (kde#433095)
    * Add .gitlab-ci.yml to enable CI
* Mon Feb 08 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.79.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.79.0
  - Too many changes to list here.
* Wed Jan 06 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.78.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.78.0
  - Changes since 5.77.0:
    * [ExtractorProcess] Move DBus signal from helper to main process
    * [timeline] Consolidate code for root folder stat and list
    * Remove unnecesary KIO/Job include
    * Make toplevel ioslave UDS entries readonly
    * avoid errors for application startup if no baloo index was ever created
    * Remove ifdefs, we require Qt 5.14 now
    * [BasicIndexingJob] Strip trailing slash from folders
    * Add Buildstatus badges for SUSE Qt5.14 and FreeBSD
    * Fix internal link to "Searching" user documentation
  - Drop 0001-BasicIndexingJob-Strip-trailing-slash-from-folders.patch

Files

/usr/lib64/libKF5BalooEngine.so.5
/usr/lib64/libKF5BalooEngine.so.5.115.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:52:28 2024