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

kcoreaddons-devel-5.113.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: kcoreaddons-devel Distribution: openSUSE:Factory:zSystems
Version: 5.113.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Dec 17 21:45:48 2023
Group: Unspecified Build host: s390zl22
Size: 495227 Source RPM: kcoreaddons-5.113.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.kde.org
Summary: Utilities for core application functionality and accessing the OS
KCoreAddons provides classes built on top of QtCore to perform various tasks
such as manipulating mime types, autosaving files, creating backup files,
generating random sequences, performing text manipulations such as macro
replacement, accessing user information and many more. Development files.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* 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:
    * Make testLoadHints pass with the PatchCollection
    * KAboutLicense::byKeyword: handle SPDX ids with -or-later
    * kdirwatch: find fam as part of the tests now that we include _p.h
    * kdirwatch: don't crash after moving threads
    * kdirwatch: don't leave relative entries dangling
    * kdirwatch: expand ref counting system to keep account of public instances
    * kdirwatch: always unref d, and unset d from inside d
* 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:
    * Fix API docs generation for KPluginMetaDataOption enum values
    * Deprecate unused KStringHandler::isUtf8 & KStringHandler::from8Bit
* 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:
    * Unset bug address for implicitly created KAboutData (kde#473517)
* 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
  - Changes since 5.109.0:
    * KFileSystemType: recognize ntfs3
* 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:
    * kurlmimedata: limit amount of in-flight FDs for portal submission (kde#472716)
    * Remove code variants for building with Qt 6
    * kurlmimedata: don't portal symlinks (kde#464225)
    * KSignalHandler: possibility to register signal handler as early as possible
    * 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:
    * Remove qt6 CI builds
* 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 fcntl to fix macOS compile
* 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:
    * exportUrlsToPortal: let it work in a non-KDE session (kde#458643)
    * exportUrlsToPortal: don't export when there are non-sendable non-local files
    * KDirWatch: Don't append fileName to fileName in Delete event (kde#467095)
* 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:
    * Prevent KSignalHandler leaking signalfd file descriptors
* 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:
    * Deprecate KPluginMetaData::initialPreference
    * Convert BugReportUrl in desktoptojson
    * exportUrlsToPortal: stop fusing remote urls
    * Show deprecation warning about desktoptojson tool
* 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:
    * don't needlessly copy urls while iterating
    * KSandbox: Warn when running without flatpak-spawn privileges
* 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
  - Changes since 5.101.0:
    * Config.cmake.in: workaround Inotify static issue
    * Better Pluralize 'n minutes ago' (kde#462261)
    * Fix portal urls cache on X11 (kde#460314)
* 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:
    * [KJobTrackerInterface] qRegisterMetatype KJob::Unit
    * Remove unused variable
    * Perform initialization in initialization list
* 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:
    * Add missing . in error string
    * KPluginMetaData: Check applicationDirPath first when resolving plugin
      paths (kde#459830)
    * Fix static build of downstream consumers
    * Fix the translation folder name
    * KFileSystem: add Fuse Type; use libudev to probe underlying fuseblk type
* 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
  - Changes since 5.98.0:
    * Remove unused includes
    * Show all headers in qtc6
    * Cache portal urls
    * Add new bugReportUrl standard metadata property
    * KSignalHandler: Fix documentation
    * Add Qt 6 Windows CI
    * .gitlab-ci.yml: enable static builds
    * Add support for static builds
    * Fix moc configuration of K_PLUGIN_CLASS macro
    * Use a non-deprecated notify signal for the KJob::percent property
* 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:
    * kcoreaddons_add_plugin: Add cmake option to skip plugin installation in autotests
    * Remove extra semi colon
    * Add FreeBSD Qt 6 CI
    * kfuzzymatchertest replace "QStringLiteral("")" with "QString("")"
    * Fix KUrlMimeData::exportUrlsToPortal for mixed files-and-directories URIs
* 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
  - Changes since 5.96.0:
    * Deprecate KMessage system
    * KUserGroup: fix data race by porting from getgrgid to getgrgid_r
    * KUserGroup: centralize calls to getgrgid(), at least for constructors
    * KUser: fix data race by porting to getpwuid_r and getpwnam_r
    * KUser: use member initialization, call getpwuid in a single place
    * fix up the kpluingmetadata::value doc
    * Add KRuntimePlatform as alternative for KDeclarative::runtimePlatform
    * Fix klibexectest when build dir path contains symlink
    * Fix unit tests in kpluginfactorytest
    * Bump shared-mime-info to 1.8
    * make kprocess a more proper qprocess
    * new ksandbox function to start processes
    * refresh git-blame-ignore-revs for latest clang-format run
    * automatic clang-format run (clang 14)
    * Adapt libexec paths for KF6
* 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
  - Changes since 5.95.0:
    * Remove duplicate header between cpp/h files
    * Add missing errno header
    * xdg drag and drop portal support
    * Install KMemoryInfo headers
* 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:
    * KPluginFactory: Create un-deprecated overload to register CreateInstanceWithMetaDataFunction
    * KSignalHandler: add error warnings when reading or writing signal
    * Use the versionless KDE_INSTALL_FULL_KSERVICETYPESDIR variant
    * port to standard C++ smart pointers where possible
    * kmemoryinfo class
    * KPluginFactory: Provide better context in error message if instance could not be created
    * KJob: add method to check if job was started with exec()
    * Add autotest for KStringHandler::lsqueeze/csqueeze/rsqueeze
    * new util ksandbox
    * KDirWatch: handle IN_Q_OVERFLOW events
    * KProcess: wrap Qt5-only QProcess API also with Qt version check
    * KListOpenFilesJob: check lsof executable exist in PATH before starting it with QProcess
    * KProcess: replace an assert with a check for empty
    * KAboutData: improve the API docs for LicenseKey enum
    * Install KMemoryInfo headers
* 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:
    * Fix kprocesstest for Qt6
    * autotests: fix kdelibs4configmigratortest for Windows
    * autotests: skip KNetworkMountsTestCanonical::testCanonicalSymlinkPath on Windows
    * autotests: skip KFileUtilsTest::testfindAllUniqueFiles on Windows
    * KNetworkMounts: fix some warnings
    * KPluginMetaData: Fix setting of MetaDataOption when building without deprecations
    * KPluginMetaData: Delegate to other constructors where possible
    * KPluginMetaData: Always initialize d-ptr
    * API dox: typofix, name of header to include
    * API dox: typofix, match @p with the actual params of expandMacro()
    * autotests: check for ZFS and expect failure then
    * autotests: make the FreeBSD test pass
    * processlist: don't call procstat_getpathname() at all
    * ListOpenFilesJob: avoid creating the processlist on FreeBSD multiple times
* 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
  - Changes since 5.92.0:
    * Add default argument for KPluginFactory::create where no keyword
      and args have to be specified
    * CI: require tests to pass on Linux
    * Also wrap Kdelibs4ConfigMigrator in a QT_VERSION check for Qt6
    * Optimize KPluginMetaData::findPluginById by using QPluginLoader directly
    * Remove *.doc pattern for text/plain
    * KPluginMetaData: find plugins in the directory of the executable, too
* 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:
    * Add Qt6 Android CI
    * Deprecate KPluginMetaData::fromDesktopFile
    * KPluginMetaDataTest: Explicitly call dedicated constructors
    * KPluginMetaData: Emit runtime deprecation warnings for deprecated code path
    * KPluginMetaData: Add note for deprecated code paths to constructor
    * KPluginMetaData: Use QFileInfo::completeBaseName for deriving plugin id
    * Remove broken Python bindings generation
    * Downgrade mismatched host tool version to WARNING
    * Add a way to indicate to not show a notification on finished
    * Allow to create valid KPluginMetaData for plugins without embedded JSON metadata
    * Add an OUTPUT_FILE argument to kcoreaddons_desktop_to_json()
    * KSignalHandler: attempt to fix Windows build
    * Add KSignalHandler
    * Build benchmarks of kdirwatch test as separate lib
    * Build benchmarks of ktexttohtml as separate executable
* 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:
    * Search in kf<version> plugin
    * kcoreaddons_target_static_plugins: Use private linking for plugin registration file
    * Fix kprocesslist in Windows
    * Fix kformattest on Windows
    * Fix krandomtest on Windows
    * klibexec helper to resolve libexec path relative
    * Set timezone to what the test expects
    * KPluginMetaDataTest: Fix check for service type querying error essage
    * Fix KPluginMetaDataTest::testPathIsAbsolute
    * desktopfileparser: Avoid a run-time string concatenation
    * KF5CoreAddonsConfig: check desktoptojson version when cross-compiling
    * KPluginMetaData: Fix a typo in a comment
    * desktoptojson: Further improvements to cross-compilation mode
    * Fix kcoreaddons_desktop_to_json when cross-compiling
    * Fix compiler warnings in posix_fallocate_mac.h
    * Add KPluginMetaData::fromJsonFile()
    * KPluginMetadata: store all paths as absolute ones
    * KPluginMetaData::metaDataFileName: Fix broken check if we have the metaDataFileName value set
    * Use directly kf${QT_MAJOR_VERSION} (Volker idea)
    * Use QT_STRINGIFY(QT_VERSION_MAJOR) Instead of the if stuff
    * Use kf6 for installing licenses
    * Utilize ECMDeprecationSettings to manage deprecate Qt API
    * kcoreaddons_add_plugin: Throw error when we have unparsed args
    * Add CI qt6 support
    * Port deprecated enum in qt6
    * Need to build static lib
    * Improve formatRelativeDateTime
    * KProcessList: Remove dead Q_OS_FREEBSD branches
    * Improve error message for KPluginFactory::loadFactory
    * Add missing copying of error text in KPluginFactory::instantiatePlugin
* 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:
    * Introduce K_PLUGIN_CLASS macro for creating plugin factory without metadata
    * Don't hardcode kservicestypes5 as search path
    * Put QT_VERSION check around Kdelibs4Migration class
    * FindProcstat: Fix CMake warning and use an imported target
    * Don't put the plugins in a "/plugins" sub-dir in the builddir
    * KPluginFactory: report errors from QPluginLoader
    * Use directly stream operators
    * Now it returns qsizetype in qt6
    * KF5CoreAddonsMacros: Replace "." with "_" for
      KPLUGINFACTORY_PLUGIN_CLASS_INTERNAL_NAME compile definition
    * Clarify deprecation docs of KPluginLoader::factory
    * Write value of QT_MAJOR_VERSION in cmake config file
    * Build system changes to compile against Qt6
* 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:
    * KF5CoreAddonsMacros: Replace "-" with "_" for KPLUGINFACTORY_PLUGIN_CLASS_INTERNAL_NAME
      compile definition
    * Compile against Qt6
    * Allow reading enabled state from KPluginMetaData using templated method
    * KF5CoreAddonsMacros: Build static plugins as static libs
    * Store KDE specific static plugin in seperate map
    * KF5CoreAddonsMacros: Clean up cached plugin names after each CMake run
    * Make KPluginMetaData::isStaticPlugin public
    * kcoreaddons_add_plugin: Set property for file name
    * Add assertion to make sure we have a d-ptr in KPluginMetaData::getStaticPlugin
    * Create kcoreaddons_target_static_plugins cmake function
    * Allow KPluginMetaData::findPlugins to return static plugins
    * kcoreaddons_add_plugin: Allow creation of static plugins
    * Allow KPluginMetaData to represent static plugins
    * Create KPluginFactory::create method for loading KPart without keyword
    * Deprecate KPluginFactory::create overload taking plugin keyword
    * Deprecate KPluginFactory::registerPlugin(QString, CreateInstance*) methods
    * Deprecate KPluginFactory::registerPlugin overloads taking keyword
    * KPluginFactory: Use overload instead of default arg for registerPlugin keyword parameter
    * Add missing include guard for kjsonutils.h
    * Deprecate KPluginMetaData::serviceTypes
* 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
  - Too many changes to list here.
* 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 Gitlab CI configuration
    * KStringHandler: add a new perlSplit() overload that takes a QStringView
    * ktexttohtml: port QStringRef (deprecated) to QStringView and minor refactor
    * Port QStringRef (deprected) to QStringView
    * Deprecate KPluginMetaData::extraInformation
    * Don't forward-declare QVector
    * Fix python bindings generation
* 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
  - Too many changes since 5.85.0, only listing bugfixes:
    * Fix issue when building KCrash static (kde#440416)
* 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
  - Too many changes to list here.
* 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:
    * kdirwatch_stat_unittest: Increase timeout for slow systems
    * Add new KAboutComponent for third party libs, data, etc.
    * Fix incorrect HAVE_SYS_INOTIFY_H check
    * kfuzzymatcher: Add matchedRanges to get ranges where matches occurred
    * KPluginMetaData: Remove ServiceTypes from JSON code sample
    * KPluginMetaData: Create findPluginById method which prefers file name
  - Only install the license files once
* 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:
    * Build KDirWatch tests without threads on windows
    * Clean up Threads CMake code
    * kcoreaddons_add_plugin: make SOURCES argument optional
    * Bump required CMake version to 3.16
    * KJob: if a delegate is already attached to a job, warn when setJob() is called
    * Make KAboutData::productName accessible for KCrash
    * Do not return duplicate plugins in KPluginLoader::findPlugins
* 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
  - Changes since 5.81.0:
    * KPluginMetaData::instanciate to print the error when it fails
    * Call ecm_install_po_files_as_qm() unconditionally
    * Add SMB2 and CIFS magic numbers
    * KFuzzyMatcher update
* 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:
    * Enable Unicode support in QRegularExpression where needed
* 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
  - Too many changes since 5.79.0, only listing bugfixes:
    * autotests: Fix autotests to pass under gcc ubsan and leak sanitizer. (kde#433402)
    * kpluginfactory: Use the user-provided base factory in our factory macro. (kde#410851)
    * [KProcessList] Check size of data before accessing it (kde#431334)
* 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:
    * Port KJobTrackerInterface to Qt5 connect syntax
    * Fix clazy warnings and silence deprecations
    * KTextToHtml: fix assert due to out of bounds at() call
    * Use flat hierarchy for plugin paths on Android
    * KTextToHtml: minor code optimisation
    * Remove ifdefs, we require Qt 5.14 now
    * Use a separate logging category for desktoptojson's use of desktopfileparser
    * desktop to JSON conversion: ignore "Actions=" entry
    * Deprecate KProcess::pid()
    * ktexttohtml: fix KTextToHTMLHelper usage
* Sat Dec 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.77.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.77.0
  - Changes since 5.76.0:
    * [ktexttohtml] Add test case for empty text
    * Make int to QChar conversion explicit
    * Remove unused include
    * Guard QRegExp include behind deprecation flag
    * Fix include for NAME_MAX
    * Fix test KFormatTest::formatRelativeDate
    * Avoid to crash when factory is empty (when we return an error)
    * KFormat: Add more relative date time cases
    * Enable KPluginFactory to optionally pass KPluginMetaData to plugins
* Sat Nov 07 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.76.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.76.0
  - Changes since 5.75.0:
    * KJob: add setProgressUnit(), to choose how percent is calculated
    * Fix potential memory leak in KAboutData::registerPluginData
    * If include is define in .h remove it if it's defined in .cpp too (scripted)
    * Split suggestName(); the split method doesn't check if file exists
    * KAboutData: deprecate pluginData() & registerPluginData()
    * Avoid copying objects
    * Fix compiler warning when some KDirWatch backends aren't available
    * Don't quit the event loop in KJobTest::slotResult()
    * Use functor-based singleShot() overload in TestJob::start()
* Mon Oct 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.75.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.75.0
  - Too many changes since 5.74.0, only listing bugfixes:
    * harden message-based tests against environment (kde#387006)
    * refcount and delete KDirWatchPrivate instances (kde#423928)
* Sun Sep 06 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.74.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.74.0
  - Changes since 5.73.0:
    * Add *.kcrash glob pattern to KCrash Report MIME type
    * Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition
    * do not wait for fam events indefinitely (kde#423818)
    * Remove obsolete COPYING files
    * [KFormat] Allow formatting values to arbitrary binary units
    * Make it possible to KPluginMetadata from QML
    * [KFormat] Fix binary example
* Sun Aug 02 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.73.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.73.0
  - Changes since 5.72.0:
    * Use "standard" name for pot files for mimetypes
    * Introduce KRandom::shuffle(container)
    * Use KF-standardized Qt logging categories
    * Apply FreeBSD test hacks only for "fast" (inotify) backends.
    * Add a band-aid in kdirwatch unit test for FreeBSD OS. This makes all tests pass.
    * Use camelcase include. (scripted)
* Sun Jul 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.72.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.72.0
  - Changes since 5.71.0:
    * autotests: try harder making kdirwatch_unittest more robust
    * Tweak KRandom::random deprecation notice
    * KRandom::random -> QRandomGenerator::global()
    * Deprecate KRandom::random
* Sun Jun 07 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.71.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.71.0
  - Changes since 5.70.0:
    * autotests: make kdirwatch_stat_unittest more robust.
    * Port deprecated method
    * Fix Bug 422291 - Preview of XMPP URI's in KMail (kde#422291)
* Sun May 03 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.70.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.70.0
  - Changes since 5.69.0:
    * API dox: use ulong typedef with Q_PROPERTY(percent) to avoid doxygen bug
    * API dox: document Q_DECLARE_FLAGS-based flags
    * Mark ancient KLibFactory typedef as deprecated
    * [KJobUiDelegate] Add AutoHandlingEnabled flag
* Sun Apr 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.69.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.69.0
  - Changes since 5.68.0:
    * kdirwatch: fix a recently introduced crash (kde#419428)
    * QAtomicInteger::loadRelaxed/storeRelaxed() are available since Qt 5.14
    * Fix Warnings
    * KCoreAddons: Convert license statements to SPDX expressions
    * KPluginMetaData: handle invalid mimetype in supportsMimeType
* Sun Mar 08 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.68.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
  - Changes since 5.67.0:
    * Use ecm_qt_install_logging_categories over manual categories file
    * add hint that QIcon can be used as a program logo
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.67.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
  - Changes since 5.66.0:
    * demote plugin load errors from warning to debug level + reword
    * Document how to filter by servicetype the right way
    * Add perlSplit() overload taking a QRegularExpression
      and deprecate the QRegExp one
    * Add mime type for backtraces saved from DrKonqi
    * Add utility text function KShell::tildeCollapse
    * Port to QMultiHash as QHash::insertMulti is deprecated
    * KPluginMetaData: add initialPreference() getter
    * desktoptojson: also convert InitialPreference key
    * KCoreAddons: fix compilation with qtbase git dev branch
* Sun Jan 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.66.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
  - Too many changes since 5.65.0, only listing bugfixes:
    * [KProcessList] Optimize KProcessList::processInfo (kde#410945)
    * Fix KAutoSaveFile when having a long path (kde#412519)

Files

/usr/bin/desktoptojson
/usr/include/KF5
/usr/include/KF5/KCoreAddons
/usr/include/KF5/KCoreAddons/KAboutData
/usr/include/KF5/KCoreAddons/KAutoSaveFile
/usr/include/KF5/KCoreAddons/KBackup
/usr/include/KF5/KCoreAddons/KCompositeJob
/usr/include/KF5/KCoreAddons/KCoreAddons
/usr/include/KF5/KCoreAddons/KDirWatch
/usr/include/KF5/KCoreAddons/KExportPlugin
/usr/include/KF5/KCoreAddons/KFileSystemType
/usr/include/KF5/KCoreAddons/KFileUtils
/usr/include/KF5/KCoreAddons/KFormat
/usr/include/KF5/KCoreAddons/KFuzzyMatcher
/usr/include/KF5/KCoreAddons/KJob
/usr/include/KF5/KCoreAddons/KJobTrackerInterface
/usr/include/KF5/KCoreAddons/KJobUiDelegate
/usr/include/KF5/KCoreAddons/KJsonUtils
/usr/include/KF5/KCoreAddons/KLibexec
/usr/include/KF5/KCoreAddons/KListOpenFilesJob
/usr/include/KF5/KCoreAddons/KMacroExpander
/usr/include/KF5/KCoreAddons/KMemoryInfo
/usr/include/KF5/KCoreAddons/KMessage
/usr/include/KF5/KCoreAddons/KNetworkMounts
/usr/include/KF5/KCoreAddons/KOSRelease
/usr/include/KF5/KCoreAddons/KPluginFactory
/usr/include/KF5/KCoreAddons/KPluginLoader
/usr/include/KF5/KCoreAddons/KPluginMetaData
/usr/include/KF5/KCoreAddons/KProcess
/usr/include/KF5/KCoreAddons/KProcessList
/usr/include/KF5/KCoreAddons/KRandom
/usr/include/KF5/KCoreAddons/KRandomSequence
/usr/include/KF5/KCoreAddons/KRuntimePlatform
/usr/include/KF5/KCoreAddons/KSandbox
/usr/include/KF5/KCoreAddons/KSharedDataCache
/usr/include/KF5/KCoreAddons/KShell
/usr/include/KF5/KCoreAddons/KSignalHandler
/usr/include/KF5/KCoreAddons/KStaticPluginHelpers
/usr/include/KF5/KCoreAddons/KStringHandler
/usr/include/KF5/KCoreAddons/KTextToHTML
/usr/include/KF5/KCoreAddons/KTextToHTMLEmoticonsInterface
/usr/include/KF5/KCoreAddons/KUrlMimeData
/usr/include/KF5/KCoreAddons/KUser
/usr/include/KF5/KCoreAddons/Kdelibs4ConfigMigrator
/usr/include/KF5/KCoreAddons/Kdelibs4Migration
/usr/include/KF5/KCoreAddons/kaboutdata.h
/usr/include/KF5/KCoreAddons/kautosavefile.h
/usr/include/KF5/KCoreAddons/kbackup.h
/usr/include/KF5/KCoreAddons/kcompositejob.h
/usr/include/KF5/KCoreAddons/kcoreaddons.h
/usr/include/KF5/KCoreAddons/kcoreaddons_export.h
/usr/include/KF5/KCoreAddons/kcoreaddons_version.h
/usr/include/KF5/KCoreAddons/kdelibs4configmigrator.h
/usr/include/KF5/KCoreAddons/kdelibs4migration.h
/usr/include/KF5/KCoreAddons/kdirwatch.h
/usr/include/KF5/KCoreAddons/kexportplugin.h
/usr/include/KF5/KCoreAddons/kfilesystemtype.h
/usr/include/KF5/KCoreAddons/kfileutils.h
/usr/include/KF5/KCoreAddons/kformat.h
/usr/include/KF5/KCoreAddons/kfuzzymatcher.h
/usr/include/KF5/KCoreAddons/kjob.h
/usr/include/KF5/KCoreAddons/kjobtrackerinterface.h
/usr/include/KF5/KCoreAddons/kjobuidelegate.h
/usr/include/KF5/KCoreAddons/kjsonutils.h
/usr/include/KF5/KCoreAddons/klibexec.h
/usr/include/KF5/KCoreAddons/klistopenfilesjob.h
/usr/include/KF5/KCoreAddons/kmacroexpander.h
/usr/include/KF5/KCoreAddons/kmemoryinfo.h
/usr/include/KF5/KCoreAddons/kmessage.h
/usr/include/KF5/KCoreAddons/knetworkmounts.h
/usr/include/KF5/KCoreAddons/kosrelease.h
/usr/include/KF5/KCoreAddons/kpluginfactory.h
/usr/include/KF5/KCoreAddons/kpluginloader.h
/usr/include/KF5/KCoreAddons/kpluginmetadata.h
/usr/include/KF5/KCoreAddons/kprocess.h
/usr/include/KF5/KCoreAddons/kprocesslist.h
/usr/include/KF5/KCoreAddons/krandom.h
/usr/include/KF5/KCoreAddons/krandomsequence.h
/usr/include/KF5/KCoreAddons/kruntimeplatform.h
/usr/include/KF5/KCoreAddons/ksandbox.h
/usr/include/KF5/KCoreAddons/kshareddatacache.h
/usr/include/KF5/KCoreAddons/kshell.h
/usr/include/KF5/KCoreAddons/ksignalhandler.h
/usr/include/KF5/KCoreAddons/kstaticpluginhelpers.h
/usr/include/KF5/KCoreAddons/kstringhandler.h
/usr/include/KF5/KCoreAddons/ktexttohtml.h
/usr/include/KF5/KCoreAddons/ktexttohtmlemoticonsinterface.h
/usr/include/KF5/KCoreAddons/kurlmimedata.h
/usr/include/KF5/KCoreAddons/kuser.h
/usr/lib64/cmake/KF5CoreAddons
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsTargets-none.cmake
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-none.cmake
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
/usr/lib64/libKF5CoreAddons.so
/usr/lib64/qt5/mkspecs/modules/qt_KCoreAddons.pri


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024