Changelog for
mingw64-extra-cmake-modules-doc-5.103.0-1.1.noarch.rpm :
* Tue Jul 02 2024 Ralf Habacker
- Update to 5.103.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.103.0.php- Create qml plugins as module (without generating import library)- Add lib prefix to generated shared qml plugins- Removed patches:
* 0001-Add-support-for-using-share-as-data-root-on-windows-by.patch
* bundle-lang.patch
* sphinx4.patch- Added patches:
* kf5-add-lib-prefix-to-qml-plugins.patch
* Fri Jul 15 2022 Ralf Habacker - Update to 5.76.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.76.0.php
* Sun Dec 08 2019 Christophe Giboudeaux - 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:
* EBN extra-cmake-modules transport cleanup
* EBN extra-cmake-modules comments spelling cleanup
* ECMGenerateExportHeader: add NO_BUILD_SET_DEPRECATED_WARNINGS_SINCE flag
* Fix EcmGenerateExportHeader tests on Windows
* Fix typo
* Explicitly use lib for systemd directories
* Documentation typo correction
* Fix ECMSetupVersion tests for old policy with project() wo/ VERSION
* Add install dir for systemd units
* KDEFrameworkCompilerSettings: enable all Qt % KF deprecation warnings
* Sun Nov 03 2019 Christophe Giboudeaux - 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:
* Don\'t set C/C++ standards if already set
* Use modern way to set the C/CXX standad
* Raise CMake requirements to 3.5
* ECMAddQch: support PREDEFINED_MACROS/BLANK_MACROS with blanks & quotes
* Provide clang-format target with a KDE Frameworks style file
* Add ECMGenerateExportHeader, for improved handling of deprecated API
* Sun Oct 06 2019 Christophe Giboudeaux - 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:
* new module ECMSourceVersionControl
* Fix FindEGL when using Emscripten
* ECMAddQch: add INCLUDE_DIRS argument
* Sat Sep 07 2019 Christophe Giboudeaux - 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:
* ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg
* Keep \'lib\' as default LIBDIR on Arch Linux based systems
* disable autouic again - it breaks builds
* set autorcc and autouic by default
* Define install location for JAR/AAR files for Android
* Add ECMAddQtDesignerPlugin
* Wed Aug 07 2019 Christophe Giboudeaux - 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:
* android: Allow overriding ANDROID_ARCH and ANDROID_ARCH_ABI as envvars
* Notify users when not using KDE_INSTALL_USE_QT_SYS_PATHS about prefix.sh
* Provide a more sensible CMAKE_INSTALL_PREFIX default
* Make the default build type \"Debug\" when compiling a git checkout.
* Fix type names casing
* Sun Jul 14 2019 lbeltrameAATTkde.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- Changes since 5.59.0:
* Small API docs fixes
* Sun Jun 09 2019 lbeltrameAATTkde.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:
* Create specific directory for Qt logging categories file
* Don\'t enable QT_STRICT_ITERATORS on Windows.
* Wed May 15 2019 lbeltrameAATTkde.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:
* Bug fix: find c++ stl using regex
* Detect duplicate ANDROID_EXTRA_LIBS and minor bug fix
* Unconditionally enable -DQT_STRICT_ITERATORS, not just in debug mode