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

kconfig-devel-5.116.0-2.4 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: kconfig-devel Distribution: openSUSE Tumbleweed
Version: 5.116.0 Vendor: openSUSE
Release: 2.4 Build date: Mon Nov 4 11:05:07 2024
Group: Unspecified Build host: reproducible
Size: 386741 Source RPM: kconfig-5.116.0-2.4.src.rpm
Packager: https://bugs.opensuse.org
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

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

Changelog

* Mon Nov 04 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Do not use the %requires_{ge,eq} macros on packages that are
    built by this source package: It does not work, as the package in
    question is not installed and thus not identifable as part of the
    rpm database.
* Mon May 06 2024 Christophe Marin <christophe@krop.fr>
  - Update to 5.116.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.116.0
  - No code change since 5.115.0
* 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
  - No code change since 5.113.0
* 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 KConfigWatcher noop for in-memory configs
* 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:
    * kconfigwatcher: do not assert absolute paths
    * dbussanitizer: do not allow trailing slashes
    * dbussanitizer: qassertx to print the path
    * notify: don't try to send or receive dbus notifications on absolute paths
    * more aggressively sanitize dbus paths
* 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
  - No code change since 5.110.0
* 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:
    * Fix deadlock when KConfigIni fails to acquire a file lock
* 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:
    * 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
  - No code change since 5.106.0
* 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:
    * Add workaround to support config name with minus sign
* 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
  - No code change since 5.104.0
* 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:
    * Don't include screen connector names in screen position/size data
    * Fix multimonitor window size restoration (kde#460260)
    * Sort connector names for multi-screen size/position keys
* 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:
    * kconf_update: use standard exit status code
    * kconf_update: use CMAKE_INSTALL_FULL_LIBDIR
    * KCoreConfigSkeleton::ItemEnum::Choice2: add deprecation warning markup
    * KCoreConfigSkeleton::ItemEnum::choices2(): add deprecation markup
    * Android: Fix a bug where new file wouldn't be created
* 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:
    * fix safety issue of multiple threads use KConfig in the same process

Files

/usr/include/KF5
/usr/include/KF5/KConfig
/usr/include/KF5/KConfig/kconfig_version.h
/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/KStandardShortcutWatcher
/usr/include/KF5/KConfigGui/KWindowConfig
/usr/include/KF5/KConfigGui/KWindowStateSaver
/usr/include/KF5/KConfigGui/kconfiggui.h
/usr/include/KF5/KConfigGui/kconfiggui_export.h
/usr/include/KF5/KConfigGui/kconfigguistaticinitializer.cpp
/usr/include/KF5/KConfigGui/kconfigloader.h
/usr/include/KF5/KConfigGui/kconfigskeleton.h
/usr/include/KF5/KConfigGui/kstandardshortcut.h
/usr/include/KF5/KConfigGui/kstandardshortcutwatcher.h
/usr/include/KF5/KConfigGui/kwindowconfig.h
/usr/include/KF5/KConfigGui/kwindowstatesaver.h
/usr/include/KF5/KConfigQml
/usr/include/KF5/KConfigQml/KConfigPropertyMap
/usr/include/KF5/KConfigQml/kconfigpropertymap.h
/usr/include/KF5/KConfigQml/kconfigqml_export.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/libKF5ConfigQml.so
/usr/lib64/qt5/mkspecs/modules/qt_KConfigCore.pri
/usr/lib64/qt5/mkspecs/modules/qt_KConfigGui.pri
/usr/libexec/kf5/kconfig_compiler_kf5


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:54:38 2026