Package Release Info

extra-cmake-modules-5.103.0-150500.1.1

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

extra-cmake-modules

Change Logs

* 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:
  * ECMAddQtDesignerPlugin: use correct plugin IID
  * ECMAddQch: support doc linking also against Qt6 docs
  * KDEPackageAppTemplates: add "_kapptemplate" postfix to target names
  * Fix compatibility with newer Gradle provided with Qt 5.15.8
* 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:
  * CMakeLists.txt cmake_minimum_required should be first line of CMakeLists.txt file
  * Remove Jenkins CI leftover
  * Use correct SPDX license identifier for CC0
  * FindXCB: remove Xprint
  * FindXCB: remove XEvIE
  * Mark translation fetching as deprecated
  * Fix compatibility with newer Gradle provided with Qt 5.15.8
* 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:
  * KDEInstallDirsCommon.cmake http://www.x86-64.org/documentation/abi.pdf does not work
  * Add ZSHAUTOCOMPLETEDIR to KDEInstallDirs
  * Fix ECMQmlModule for static plugins
  * Watch for language changes to load the new appropiate qm files
* 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:
  * Fix building "executables" on Android with Qt 6
  * Revert "Restore the Android Threads workaround for Qt
  * Make the expiry of these artifacts more reasonable, 3 months is a bit excessive
  * avoid lib64 directory on NixOS
  * Restore the Android Threads workaround for Qt 6
  * Add quotes, otherwise if is malformed when envvar not defined
  * Allow KF_IGNORE_PLATFORM_CHECK to be set through an environment variable
* 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:
  * Correctly separate multiple interface compile definitions
  * Also resurrect std::auto_ptr on MSVC when using Exiv2
  * .gitlab-ci.yml: enable static builds
  * Add Qt 6 Windows CI
  * API dox: document KAPPTEMPLATESDIR & KFILETEMPLATESDIR
  * Make tar'ing the examples code non-verbose
* 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:
  * ECMGenerateExportHeader: fix & document CUSTOM_CONTENT_FROM_VARIABLE
  * Work around exiv2 still using std::auto_ptr
  * Add FreeBSD Qt 6 CI
  * Add OpenBSD support
  * Sync QT_MIN_VERSION with KF's REQUIRED_QT_VERSION
  * [FindXCB] Remove special treatment for XINPUT
* 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:
  * kde-modules/KDEGitCommitHooks.cmake - handle non-toplevel project
* 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
- Changes since 5.95.0:
  * ECMDeprecationSettings: enable warnings by default
  * ECMAddQch: let doxygen update the config file instead of "outdated" warnings
  * Fix SHOW_DEPRECATIONS option not getting respected when function is called
  * Document addition of -Werror=undef
  * Change -Wundef warning to an error
* 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:
  * FindXCB: fix typo in warning
  * fix linking on OpenBSD
  * ECMQtDeclareLoggingCategory: drop support for Qt < 5.4
  * ECMAddQtDesignerPlugin: drop support for Qt < 5.9
  * ECMAddQtDesignerPlugin: fix support for Qt6
  * ECMAddQtDesignerPlugin: fix missing FeatureSummary include
  * KDEGitCommitHooks: Check if KDEClangFormat was included
  * KDEGitCommitHooks: Fix quoting of variables
* 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:
  * typo--
  * [KDEMetaInfoPlatformCheck] Add missing doc link
  * Drop lib prefix when building for Windows (MinGW)
  * Allow ecm_add_qtwayland_{client,server}_protocol take targets
  * Allow ecm_add_wayland_{client,server}_protocol take targets
  * ECMQueryQt: always use CMake target to find the qmake/qtpaths binary
  * KDEGitCommitHooks: don't overwrite git pre-commit hook script
  * KDEGitCommitHooks: only configure pre-commit hook if needed
  * Add Windows CI