Package Release Info

kconfig-5.55.0-bp151.3.5.1

Update Info: openSUSE-2019-1851
Available in Package Hub : 15 SP1 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kconf_update5
kconfig-devel
kconfig-devel-64bit
libKF5ConfigCore5
libKF5ConfigCore5-64bit
libKF5ConfigCore5-lang
libKF5ConfigGui5
libKF5ConfigGui5-64bit

Change Logs

Version: 5.103.0-150500.1.4
* Wed Feb 08 2023 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@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
* Tue Dec 06 2022 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:
  * Apply existing  QScreen::name() workaround for Windows to new code (kde#429943)
  * Fix parser treating empty IntList default as a list of single zero element: [0]
  * Add test for empty default IntList config entry
* Tue Nov 08 2022 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:
  * kconfig_compiler: switch away from bit mask for signal enum values
  * kconfig_compiler: fix generation of bit masks enum items for signals
  * kconfig_compiler: perform signals count check earlier
  * .gitlab-ci.yml: enable static builds
  * Fix KConfigGui initialization in case of static builds (kde#459337)
  * Fix the translation folder name
* Sat Oct 01 2022 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:
  * Only warn about a file being inaccessible if we know which file it is
  * Add Qt6 windows CI support
  * Fix size and position restoration on multimonitor setups (kde#427875)
  * Warn when accessing an inaccessible config file
  * Fix minValue/maxValue for KConfigCompilerSignallingItem
* Tue Sep 06 2022 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
  * Add KServiceAction as a friend of KConfigGroup
  * KConfigWatcher: initialize d->m_config in constructor
* Sun Aug 07 2022 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:
  * Add explicit option to disable QML support
  * Don't inherit from containers
* Sun Jul 03 2022 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@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:
  * Change "Actual Size" shortcut's text to "Zoom to Actual Size"
  * remove unused includes
  * Fix enum doc: close tags
* Tue May 10 2022 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:
  * KConfigGroup: fix writePathEntry/readPathEntry roundtrip for symlinks
  * autotests: skip KStandardShortcutWatcherTest on Windows
  * Support storing QUuid
  * Add windows CI
Version: 5.55.0-bp151.1.7
* 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 Jan Engelhardt <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 Luca Beltrame <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
Version: 5.45.0-bp150.3.5.1
* Wed Aug 07 2019 Fabian Vogt <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
* 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>"
Version: 5.45.0-bp150.2.3
* 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
* Tue Mar 13 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
* Tue Feb 13 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
* 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
* Mon Jan 09 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
Version: 5.32.0-2.1
* Wed Apr 26 2017 wbauer@tmo.at
- Add fix-locateLocal.patch to fix saving changes to submenus in
  kmenuedit (kde#345100)
* 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
Version: 5.26.0-3.2
* 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
Version: 5.20.0-8.1
* 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
Version: 5.20.0-2.1
* 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