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

kconfig-devel-5.90.0-150400.1.4 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: kconfig-devel Distribution: SUSE Linux Enterprise 15
Version: 5.90.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.1.4 Build date: Sun May 8 08:39:19 2022
Group: Development/Libraries/KDE Build host: xinomavro
Size: 552407 Source RPM: kconfig-5.90.0-150400.1.4.src.rpm
Packager: https://www.suse.com/
Url: https://www.kde.org
Summary: KConfig Development files
KConfig provides an advanced configuration system. It is made of two parts:
KConfigCore and KConfigGui.

KConfigCore provides access to the configuration files themselves. It features:

- centralized definition: define your configuration in an XML file and use
`kconfig_compiler` to generate classes to read and write configuration entries.

- lock-down (kiosk) support.

KConfigGui provides a way to hook widgets to the configuration so that they are
automatically initialized from the configuration and automatically propagate
their changes to their respective configuration files. Development files.

Provides

Requires

License

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

Changelog

* Mon Jan 03 2022 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:
    * kconfig_compiler/CMakeLists.txt - use CMAKE_CROSSCOMPILING
    * Complete fixing the Windows CI
    * WIP: Change the build system to enable building with Qt 6
    * Allow kreadconfig/kwriteconfig to access the root group
* Sat Dec 04 2021 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:
    * Fix KDesktopFileTest::testIsAuthorizedDesktopFile running on gitlab CI
    * KDesktopFile: deprecate resource()
    * README.dox: GENERATE_MOC is required for signals
    * Use innerVarStr instead of varStr for choices
    * Add the enum group test to the kconfigcompiler_test
    * Add a proper test for the enumms within groups
    * Add missing changes
    * unbreak kconfig with enums, mutators and properties.
    * Demonstrate build failure with kconfig generated code
    * Copy ConfigPropertyMap from KDeclarative to new KConfig QML module
* Sun Nov 07 2021 christophe@krop.fr
  - Strip 'Source' URL for faster submissions
* Sun Nov 07 2021 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:
    * Exclude new enum-overload from python bindings build
    * Enforce KAuthorized enums being not 0
    * Create enum to to authorize common keys
    * Do not try to generate python bindings for KConfigGroup::moveValuesTo
    * Create utility method for moving entries from one group to another
    * Add FreeBSD CI
    * Add Android CI
  - Rebase kconfig-desktop-translations.patch
* Sun Oct 03 2021 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:
    * Android: Fix writing to config if path is a content:// Uri
    * Add Gitlab CI configuration
    * kconfigini: Only open the file once to write
    * Allow KConfigXT to use KSharedConfig::openStateConfig
* Wed Sep 15 2021 christophe@krop.fr
  - Drop the unneeded baselibs.conf.
* Mon Sep 06 2021 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:
    * Add Ctrl+Alt+Comma shortcut for "Configure Keyboard Shortcuts" (kde#441537)
    * Make enum value visible to QML when using GlobalEnum mode
    * KDesktopFile::isAuthorizedDesktopFile: reduce warning to info a log
* Fri Aug 06 2021 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:
    * KConfig: sort keys in keyListImpl() so unittests can rely on it
    * KConfig: fix deletion of an entry that is also in kdeglobals
    * Update kconfig_compiler documentation with translation options
    * Do not create a vector and a QByteArray just to discard it immediately
    * Only query for existing config file when it's necessary
    * Use specific API to compare QByteArrays
    * Cache global config files
* Sun Jul 04 2021 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:
    * kconfigtest: save/restore XDG_CONFIG_DIRS
  - Only install the license files once
* Sat Jun 05 2021 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:
    * kconfig_add_kcfg_files: catch alias targets before failing internally
    * fix deleted group is in listGroups
    * Bump required CMake version to 3.16
    * Don't write position data for maximized windows
    * Fix cmake warning
* Sat May 01 2021 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:
    * Make the docs state that KConfig::reparseConfiguration() calls
      sync() if needed
    * Use new version-controlled enumerator deprecation warning macros
    * Deprecate KDesktopFile::readDevice()
    * Remove stray tick from readme
    * KConfig: rename kconfigdata.h to kconfigdata_p.h
    * Relicense to LGPL-2.0-or-later
    * kconfig_compiler: add override to generated destructors
    * autotests: look for cmd, not bash, on Windows
  - Rebase kconfig-desktop-translations.patch
* Mon Apr 05 2021 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:
    * Relicense file to LGPL-2.0-or-later
    * [kconfig_compiler] Explicitly open input file for reading
    * Remove old contact data from src/kconfig_compiler_README.dox
    * kconfig_compiler: change how paramString() creates strings
* Sun Mar 07 2021 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:
    * Add missing QTextStream::setCodec ifdef
    * Make QByteArray -> char* conversion explicit
    * Add KEntryMap::constFindEntry() method
    * Fix window positioning regression due to incorrect fallback in fallback (kde#432661)
* Mon Feb 08 2021 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
  - Changes since 5.78.0:
    * Fix kconfig_compiler doxygen formatting
    * Refactor window geometry save/restore code to be less fragile
    * Fix restoring window size when closed while maximized (kde#430521)
    * Remove dead cmake code
    * KConfig: preserve the milliseconds component of QDateTime
    * Adapt to Qt6 text codec changes
    * Port to QRecursiveMutex
    * Fix window positioning regression due to incorrect fallback in fallback
* Wed Jan 06 2021 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:
    * Remove ifdefs, we require Qt 5.14 now
    * Make sure to use en language
    * Don't include QtTest as it includes all QtCore includes
    * Properly include QStringList
    * Remove unused include
    * Use | instead of + for combining keys
    * Fix windows being inappropriately maximized on launch (kde#426813)
    * Correct format of window maximized string
    * Fix window sizing and positioning on Windows (kde#429943)
* Sat Dec 05 2020 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:
    * Add KF6 TODO to use the just-approved (*) XDG_STATE_HOME env var.
    * Fix KConfigGroup::copyTo with KConfigBase::Notify
* Sat Nov 07 2020 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:
    * Find missing Qt5DBus dependency
    * If include is define in .h remove it if it's defined in .cpp too (scripted)
    * kconf_update: Allow repeated tests in --testmode by ignoring kconf_updaterc
    * Port QRegExp to QRegularExpression
* Mon Oct 05 2020 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
  - Changes since 5.74.0:
    * CMake: Also set SKIP_AUTOUIC on generated files
    * Use reverse order in KDesktopFile::locateLocal to iterate over generic config paths.
* Sun Sep 06 2020 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
  - Too many changes since 5.73.0, only listing bugfixes:
    * Make KWindowConfig::allConnectedScreens() static and internal (kde#425953)
* Sun Aug 02 2020 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:
    * Update sGlobalFileName when QStandardPaths TestMode is toggled
    * API dox: state explicitly expected encoding for KConfig key & group names
    * Fix test when build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT
    * Use KF-standardized Qt logging categories
    * Use camelcase include. (scripted)
* Sun Jul 05 2020 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:
    * Also pass locationType to KConfigSkeleton when construction from group
    * Make "Switch Application Language..." text more consistent
* Sun Jun 07 2020 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:
    * Don't try to initalize deprecated SaveOptions enum value
    * Add KStandardShortcut::findByName(const QString&) and deprecate find(const char*)
    * Fix KStandardShortcut::find(const char*)
    * Adjust name of internally-exported method as suggested in D29347
    * KAuthorized: export method to reload restrictions
* Sun May 03 2020 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:
    * kconfig_compiler : generate kconfig settings with subgroup
    * Fix some compiler warnings
    * Add force save behavior to KEntryMap
    * Add standard shortcut for "Show/Hide Hidden Files"
* Sun Apr 05 2020 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:
    * QAtomicInteger::loadRelaxed/storeRelaxed() are available since Qt 5.14
    * [KConfigGui] Check font weight when clearing styleName property
    * KConfig: Convert to SPDX license statements
    * Autotest file showing wrong File path
    * KconfigXT: Add a value attribute to Enum field choices
* Sun Mar 08 2020 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
  - Too many changes since 5.67.0, only listing bugfixes:
    * [KConfigGui] Clear styleName font property for Regular font styles (kde#378523)
    * Fix code generation for entries with min/max (kde#418146)
* Sun Feb 02 2020 christophe@krop.fr
  - Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 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
  - Too many changes to list here.
* Sun Jan 05 2020 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
  - Changes since 5.65.0:
    * Remove endl at the end of qdebug
    * Port deprecated methods
    * kconfig EBN transport protocol cleanup
    * update @since
    * Expose getter to KConfigWatcher's config
    * Fix writeFlags with KConfigCompilerSignallingItem
    * Update the obsolete projects.kde.org URL
    * Fix URL: use the stable redirect commits.kde.org
    * Add a comment pointing to the history of Cut and Delete sharing a shortcut
    * Fix Python bindings compilation
* Sun Dec 08 2019 christophe@krop.fr
  - Update to 5.65.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
  - Changes since 5.64.0:
    * Don't use nullptr as flag. Make it compile against qt5.15
    * Make sure to execute test with english lang
    * Document Notifiers setting
    * Only create a session config when actually restoring a session
    * kwriteconfig: add delete option
    * Add KPropertySkeletonItem
    * Prepare KConfigSkeletonItem to allow inheriting its private class
* Sun Nov 03 2019 christophe@krop.fr
  - Update to 5.64.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
  - Changes since 5.63.0:
    * These methods were adding in qt5.15
    * kconfig_compiler: Move the KSharedConfig::Ptr when using them
    * Make it compile against qt5.15 without deprecated method
    * Use ECMGenerateExportHeader to manage deprecated API better
    * Expose isImmutable to introspection (e.g. QML)
    * Add convenience for defaults/dirty states to KCoreConfigSkeleton
    * Make kconfig_compiler generate ctors with the optional parent arg
    * Make preferences() a public function
* Sun Oct 06 2019 christophe@krop.fr
  - Update to 5.63.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
  - Changes since 5.62.0:
    * Fix generating properties that start with an uppercase letter
    * Rewrite ugly for with pointer arithmetic into range for
    * Small performance enhacements
    * [KConfig] port away from deprecated methods in Qt 5.14
* Sat Sep 07 2019 christophe@krop.fr
  - Update to 5.62.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
  - Changes since 5.61.0:
    * Fix memory leak in KConfigWatcher
    * Add a logging category for logs warnings
    * Disable KCONFIG_USE_DBUS on Android
* Wed Aug 07 2019 christophe@krop.fr
  - Update to 5.61.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
  - Changes since 5.60.0:
    * Include definition for class used in header
    * Security: remove support for $(...) in config keys with [$e] marker. (CVE-2019-14744)
  - Drop 0001-Security-remove-support-for-.-in-config-keys-with-e-.patch
* Wed Aug 07 2019 fabian@ritter-vogt.de
  - Add patch to drop involuntary command execution (boo#1144600, CVE-2019-14744):
    * 0001-Security-remove-support-for-.-in-config-keys-with-e-.patch
* Fri Jul 19 2019 wbauer@tmo.at
  - Don't lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrame@kde.org
  - Update to 5.60.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
  - No code changes since 5.59.0
* Sun Jun 09 2019 lbeltrame@kde.org
  - Update to 5.59.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
  - Changes since 5.58.0:
    * Replace qVariantFromValue with QVariant::fromValue
* Wed May 15 2019 lbeltrame@kde.org
  - Update to 5.58.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
  - Changes since 5.57.0:
    * Add Notify capability to KConfigXT
    * Fix typo in KConfig documentation.
* Sun Apr 14 2019 lbeltrame@kde.org
  - Update to 5.57.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
  - Changes since 5.56.0:
    * Add Notify capability to revertToDefault
    * point readme to the wiki page
    * kconfig_compiler: new kcfgc args HeaderExtension & SourceExtension
    * [kconf_update] move from custom logging tech to qCDebug
    * Remove reference from const KConfigIniBackend::BufferFragment &
    * KCONFIG_ADD_KCFG_FILES macro: ensure a change of File= in kcfg is picked up
    * [Kconfig] Compile without foreach
* Sun Mar 10 2019 lbeltrame@kde.org
  - Update to 5.56.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
  - Changes since 5.55.0:
    * improve documentation on global config cascading (kde#306923)
    * KConfig: Assign documentation to correct enum value
    * Write valid UTF8 characters without escaping. (kde#403557)
    * KConfig: handle directory symlinks correctly.
* Fri Feb 15 2019 alarrosa@suse.com
  - Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrame@kde.org
  - Update to 5.55.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
  - Changes since 5.54.0:
    * [API dox] Include kconfig_compiler/README.dox for QCH generation
    * kconfig_compiler: delete the assignment operator and copy constructor
    * KEmailSettings: Delete copy constructor and assignment operator
    * KonfUpdate: delete copy constructor and assignment operator
* Mon Jan 14 2019 lbeltrame@kde.org
  - Update to 5.54.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
  - Changes since 5.53.0:
    * Fix doxygen markup in KConfigWatcher
    * Fix a regression introduced in 6a1852
    * Fix build without D-Bus
    * Deduplicate reference value
    * Remove unneeded qWarning
    * Escape bytes that are larger than or equal to 127 in config files
    * Fix documentation, QValueList isn't a thing anymore
* Sat Dec 15 2018 jengelh@inai.de
  - Use noun phrase in summaries.
* Sun Dec 09 2018 lbeltrame@kde.org
  - Update to 5.53.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
  - Changes since 5.52.0:
    * Use isEmpty()
    * normalize signal/slot
* Sun Nov 11 2018 lbeltrame@kde.org
  - Update to 5.52.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
  - Changes since 5.51.0:
    * Remove unused variable
    * Fix logic error in NotifyFlag testing
    * Set explicit arg type in QCOMPARE
    * Fix compilation without D-Bus
    * Add mechanism to notify other clients of config changes over DBus
    * Expose getter method for KConfig::addConfigSources
* Tue Oct 16 2018 lbeltrame@kde.org
  - Run spec-cleaner
* Mon Oct 15 2018 lbeltrame@kde.org
  - Update to 5.51.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
  - Changes since 5.50.0:
    * Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
    * Fix issue when reading path lists
    * API dox: 0 -> nullptr
    * kcfg_compiler now documents valid inputs for its 'Color' type
    * whitespace cleanup
    * Port deprecated method + use strict compile flags
* Thu Sep 13 2018 lbeltrame@kde.org
  - Update to 5.50.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
  - Changes since 5.49.0:
    * Remove warning about old kiosk feature that no longer applies.
    * Set system default shortcut Ctrl+0 for "Actual Size" action
    * Fix cleanup of kconfigtest kdeglobals
* Sun Aug 19 2018 christophe@krop.fr
  - Update to 5.49.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
  - Changes since 5.48.0:
    * Honor BUILD_TESTING
* Mon Jul 16 2018 lbeltrame@kde.org
  - Update to 5.48.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
  - Changes since 5.47.0:
    * Remove unused include
* Tue Jun 12 2018 lbeltrame@kde.org
  - Update to 5.47.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
  - Changes since 5.46.0:
    * KConfigCompiler_Test: Update test_signal.h.ref to follow the generated file
    * kcfg.xsd - do not require a kcfgfile element
* Sun May 13 2018 lbeltrame@kde.org
  - Update to 5.46.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
  - Changes since 5.45.0:
    * Use override
    * Warning--
  - Refreshed patches:
    * kconfig-desktop-translations.patch
* Sat Apr 14 2018 lbeltrame@kde.org
  - Update to 5.45.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
  - Changes since 5.44.0:
    * Fix autotest
    * Remove useless QT_VERSION_CHECK
    * Remove not necessary QtCore and co
  - Refreshed patches:
    * kconfig-desktop-translations.patch
* Mon Mar 12 2018 lbeltrame@kde.org
  - Update to 5.44.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
  - Changes since 5.43.0:
    * Save some memory allocations by using the right API
    * Export kconf_update with tooling
* Mon Feb 12 2018 lbeltrame@kde.org
  - Update to 5.43.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
  - Changes since 5.42.0:
    * Use Ctrl+Shift+, as the standard shortcut for "Configure <Program>"
* Tue Jan 16 2018 lbeltrame@kde.org
  - Update to 5.42.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
  - Changes since 5.41.0:
    * Remove obsolete reviewboardrc file
    * Remove cmake warning about generating moc file
    * API docs: Sergio suggested create(), more readable than winId()
    * API docs: full working code, including workaround for Qt issue...
    * API docs: explain how to use KWindowConfig from a dialog constructor.
    * Deprecate KDesktopFile::sortOrder()
    * Fix the result of KDesktopFile::sortOrder()
* Sun Dec 17 2017 lbeltrame@kde.org
  - Update to 5.41.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
  - Changes since 5.40.0:
    * KConfig: fix autotest on CI with trailing slash in HOME.
    * Repair broken test after commit ee2b394599.
    * Fix some clazy warning
    * Use Q_FALLTHROUGH
    * Don't look for /etc/kderc every single time
* Mon Nov 13 2017 lbeltrame@kde.org
  - Update to 5.40.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
  - Changes since 5.39.0:
    * Don't build the kconfig_compiler tests when crosscompiling
* Mon Oct 23 2017 lbeltrame@kde.org
  - Update to 5.39.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
  - Changes since 5.38.0:
    * [KConfigGroup] reserve() more and add some C++11
    * Deprecate KStandardShortcut::SaveOptions
    * Add apidox to KStandardShorcut::StandardShortcut
* Tue Sep 12 2017 lbeltrame@kde.org
  - Update to 5.38.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
  - Changes since 5.37.0:
    * Fix labels of DeleteFile/RenameFile actions
    * kconfigini: Strip leading whitespace when reading entry values.
    * KAuthorized: Fix API documentation for authorizeAction()
* Sat Aug 12 2017 christophe@krop.fr
  - Update to 5.37.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
  - Changes since 5.36.0 :
    * Allow to build KConfig without Qt5Gui
    * autotests: fix the failures I got here.
    * Standard shortcuts: use Ctrl+PageUp/PageDown for prev/next tab.
    * API dox: fix QT_*_HOME notes (typo, wrong enum type, markup)
    * API dox: update url from kdelibs to kconfig
    * API dox: use @param for normal parameter listing, not @arg
* Wed Jul 12 2017 lbeltrame@kde.org
  - Update to 5.36.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
  - Changes since 5.35.0:
    * Fix for CMake 3.9.
    * [FEATURE] Option to build & install QCH file with the public API dox
* Sun Jun 11 2017 lbeltrame@kde.org
  - Update to 5.35.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
  - Changes since 5.34.0:
    * tests: use QIODevice::Text in kconfigcompiler_test
    * tests: use right QProcess API in kconfigcompiler_test
    * API dox: note CamelCase includes by @class tag with more classes
* Tue May 30 2017 lbeltrame@kde.org
  - Adjust license as pointed out during legal review
* Mon May 15 2017 fabian@ritter-vogt.de
  - Update to 5.34.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
  - Changes since 5.33.0:
    * Fix relativePath calculation in KDesktopFile::locateLocal() (kde#345100)
  - Remove patches, now upstream:
    * fix-locateLocal.patch
* Wed Apr 26 2017 wbauer@tmo.at
  - Add fix-locateLocal.patch to fix saving changes to submenus in
    kmenuedit (kde#345100)
* Sat Apr 15 2017 lbeltrame@kde.org
  - Update to 5.33.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
  - Changes since 5.32.0:
    * Upgrade ECM and KF5 version requirements for 5.33.0 release.
    * explicitly set NO_CMAKE_FIND_ROOT_PATH
    * Remove unused QDateTime in KConfigBackend.
    * Now that kconfigbackend.h isn't installed anymore, rename it to _p.h for clarity.
    * Upgrade KF5 version to 5.33.0.
    * Sanitize shortcut list on read/write from kdeglobals
    * avoid useless reallocs by removing squeeze call on temporary buffer
* Sun Mar 19 2017 lbeltrame@kde.org
  - Update to 5.32.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
  - Changes since 5.31.0:
    * Commit translations from l10n-kf5
    * Upgrade ECM and KF5 version requirements for 5.32.0 release.
    * KConfig: stop exporting and installing KConfigBackend.
    * Upgrade KF5 version to 5.32.0.
* Thu Feb 09 2017 hrvoje.senjan@gmail.com
  - Update to 5.31.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.31.0.php
* Sun Jan 08 2017 hrvoje.senjan@gmail.com
  - Update to 5.30.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* Sun Dec 04 2016 hrvoje.senjan@gmail.com
  - Update to 5.29.0
    * kconfig_compiler - generate code with overrides
    * Properly parse function keywords (kde#371562)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
  - Update to 5.28.0
    * Make sure we don't break compilation with past broken units
    * Don't be fatal on File field not being properly parsed
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.28.0.php
* Sun Oct 02 2016 hrvoje.senjan@gmail.com
  - Update to 5.27.0
    * Fix memory leak in SignalsTestNoSingletonDpointer, found by ASAN
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.27.0.php
* Tue Sep 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.26.0
    * Add Donate entry to KStandardShortcut
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
  - Update to 5.25.0
    * Qt >= 5.5 is now required
    * Add DeleteFile and RenameFile standard shortcut
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.24.0
    * Deprecate authorizeKAction() in favor of authorizeAction()
    * Fix reproducibility in builds by ensuring utf-8 encoding
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.23.0
    * Avoid skipping KAuthorized check
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
  - Update to 5.22.0 (boo#980066)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
  - Update to 5.21.0 (boo#974793)
    * Add support for get QStandardPaths locations inside desktop files
    * Upgrade Qt version requirement to 5.4.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.21.0.php
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.20.0 (boo#970856)
    * KConfigIniBackend: Fix expensive detach in lookup
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.19.0 (boo#967668)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
  - Update to 5.18.0
    * Ensure group is unescaped properly in kconf_update
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
  - Update to 5.17.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.16.0 (boo#955067)
    * Fix usage of ecm_create_qm_loader.
    * Fix include variable
    * Use KDE_INSTALL_FULL_ variant, so there is no ambiguity
    * Allow KConfig to use resources as fallback config files
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
  - Update to 5.15.0
    * Mark kconfig-compiler as non-gui tool
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.14.0
    * Optimize readEntryGui
    * Avoid QString::fromLatin1() in generated code
    * Minimize calls to expensive QStandardPaths::locateAll()
    * Finish the port to QCommandLineParser
      (it has addPositionalArgument now)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Sat Aug 15 2015 wbauer@tmo.at
  - Add kconfig-desktop-translations.patch: read translations for
    .desktop files from desktop-translations if they are not in the
    file itself (boo#904524, boo#932158)
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
  - Update to 5.13.0
    * The Qt version requirement has been bumped from 5.2 to 5.3
    * Debug output has been ported to categorized output, for less
      noise by default
    * Docbook documentation has been reviewed and updated
    * Don't recommend to use deprecated API
    * Don't generate deprecated code
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
  - Update to 5.12.0
    * Install kconfig_compiler into libexec
    * New code generation option TranslationDomain=, for use with
      TranslationSystem=kde; normally needed in libraries.
    * Make it possible to use kconfig_compiler from different sources
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
  - Update to 5.11.0
    * Prevent crash if QWindow::screen() is null
    * Add KConfigGui::setSessionConfig() (kde#346768)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.11.0.php
  - Drop 0001-ensure-platform-window-resize-processing.patch and
    0001-Add-KConfigGui-setSessionConfig.patch, merged upstream
  - Delete 0001-ensure-platform-window-resize-processing.patch
* Sun May 17 2015 hrvoje.senjan@gmail.com
  - Comment out 0001-ensure-platform-window-resize-processing.patch,
    causes bad side-effects (kde#344183,boo#931167)
* Tue May 12 2015 hrvoje.senjan@gmail.com
  - Added 0001-Add-KConfigGui-setSessionConfig.patch (kde#346768)
* Sun May 03 2015 hrvoje.senjan@gmail.com
  - Update to 5.10.0
    * Generate QML-proof classes using the kconfigcompiler
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
  - Update to 5.9.0
    * Fix assert when using KSharedConfig in a global object destructor.
    * kconfig_compiler: add support for CategoryLoggingName in *.kcfgc
      files, to generate qCDebug(category) calls.
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.9.0.php
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
  - Update to 5.8.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.7.0
    * kconf_update no longer processes *.upd file from KDE SC 4.
      Add "Version=5" to top of the upd file for updates that should
      be applied to Qt5/KF5 applications
    * Fixed KCoreConfigSkeleton when toggling a value with
      saves in between
    * Fixed using KSharedConfig in global object destructor
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
  - Update to 5.6.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Sat Dec 06 2014 hrvoje.senjan@gmail.com
  - Update to 5.5.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjan@gmail.com
  - Update to 5.4.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.4.0.php

Files

/usr/include/KF5
/usr/include/KF5/KConfigCore
/usr/include/KF5/KConfigCore/ConversionCheck
/usr/include/KF5/KConfigCore/KAuthorized
/usr/include/KF5/KConfigCore/KConfig
/usr/include/KF5/KConfigCore/KConfigBase
/usr/include/KF5/KConfigCore/KConfigGroup
/usr/include/KF5/KConfigCore/KConfigWatcher
/usr/include/KF5/KConfigCore/KCoreConfigSkeleton
/usr/include/KF5/KConfigCore/KDesktopFile
/usr/include/KF5/KConfigCore/KEMailSettings
/usr/include/KF5/KConfigCore/KSharedConfig
/usr/include/KF5/KConfigCore/conversioncheck.h
/usr/include/KF5/KConfigCore/kauthorized.h
/usr/include/KF5/KConfigCore/kconfig.h
/usr/include/KF5/KConfigCore/kconfigbase.h
/usr/include/KF5/KConfigCore/kconfigcore_export.h
/usr/include/KF5/KConfigCore/kconfiggroup.h
/usr/include/KF5/KConfigCore/kconfigwatcher.h
/usr/include/KF5/KConfigCore/kcoreconfigskeleton.h
/usr/include/KF5/KConfigCore/kdesktopfile.h
/usr/include/KF5/KConfigCore/kemailsettings.h
/usr/include/KF5/KConfigCore/ksharedconfig.h
/usr/include/KF5/KConfigGui
/usr/include/KF5/KConfigGui/KConfigGui
/usr/include/KF5/KConfigGui/KConfigLoader
/usr/include/KF5/KConfigGui/KConfigSkeleton
/usr/include/KF5/KConfigGui/KStandardShortcut
/usr/include/KF5/KConfigGui/KWindowConfig
/usr/include/KF5/KConfigGui/kconfiggui.h
/usr/include/KF5/KConfigGui/kconfiggui_export.h
/usr/include/KF5/KConfigGui/kconfigloader.h
/usr/include/KF5/KConfigGui/kconfigskeleton.h
/usr/include/KF5/KConfigGui/kstandardshortcut.h
/usr/include/KF5/KConfigGui/kwindowconfig.h
/usr/include/KF5/kconfig_version.h
/usr/lib64/cmake/KF5Config
/usr/lib64/cmake/KF5Config/KF5ConfigCompilerTargets-none.cmake
/usr/lib64/cmake/KF5Config/KF5ConfigCompilerTargets.cmake
/usr/lib64/cmake/KF5Config/KF5ConfigConfig.cmake
/usr/lib64/cmake/KF5Config/KF5ConfigConfigVersion.cmake
/usr/lib64/cmake/KF5Config/KF5ConfigMacros.cmake
/usr/lib64/cmake/KF5Config/KF5ConfigTargets-none.cmake
/usr/lib64/cmake/KF5Config/KF5ConfigTargets.cmake
/usr/lib64/libKF5ConfigCore.so
/usr/lib64/libKF5ConfigGui.so
/usr/lib64/libexec/kf5/kconfig_compiler_kf5
/usr/lib64/qt5/mkspecs/modules/qt_KConfigCore.pri
/usr/lib64/qt5/mkspecs/modules/qt_KConfigGui.pri


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:49:08 2024