Changelog for
extra-cmake-modules-5.102.0-1.1.noarch.rpm :
* Thu Jan 12 2023 Christophe Marin
- 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 Marin - 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 Giboudeaux - 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 Giboudeaux - 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 Giboudeaux - 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 Giboudeaux - 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 Giboudeaux - 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 Giboudeaux - 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 Giboudeaux - 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
* Sun Apr 03 2022 Christophe Giboudeaux - Update to 5.93.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.93.0- Changes since 5.92.0:
* Fix finding qmake
* ECMQueryQt: don\'t fail when TRY is used
* ECMQueryQt: Add fallbacks
* Require tests to pass for the CI to pass
* Fix unit tests for ECMAddTests for Qt6 after db2adb479
* ECMAddQch: Make it work with Qt6::qhelpgenerator too
* Deprecate ECMQueryQmake, superseded by ECMQueryQt
* KDEInstallDirs6: port from custom logic to ecm_query_qt
* Port from ECMQueryQmake to ECMQueryQt
* Android: use the current cmake executable
* Fix clang-format git hook script
* autotests: link to QtCore for WinMain on Windows
* autotests: tentative Windows fix
* Add ECMQueryQt module, which encompases both Qt5 Qmake and Qt6 qtpaths
* KDEClangFormat: se the same source file extensions in clang-format script and target
* generate-fastlane-metadata: Don\'t fail if source URL can not be found
* Fix checking the repository name for detached remotes
* Android: Set CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
* Check that you\'re building the framework in a supported platform
* Android: autodetect the use of llvm
* Mon Mar 07 2022 Christophe Giboudeaux - Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0- Changes since 5.91.0:
* specifydependencies: fix syntax in debug output
* Add Qt6 Android CI
* [ECMQmlModule] Fix doc syntax
* Add missing doc links
* ECMGeneratePriFile: support multiple include install dirs
* KDEInstallDirs6: replace ECMQueryQMake usage with qtpaths
* Adapt Android toolchain file and FindGradle to Qt6
* Fix typos
* Sat Feb 26 2022 Dirk Müller - split off -doc subpackage into a _multibuild so that dependent builds can start while Sphinx is not yet built.
* Sun Feb 06 2022 Christophe Giboudeaux - Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0- Changes since 5.90.0:
* Don\'t run KDEInstallDirsTest.vars_in_sync_oldstyle_arg for KF6
* Make clang-format Git hook work in worktrees
* kde_package_app_templates: drop atime,ctime, consistently set mtime
* kde_package_app_templates: use numeric owner/group with tar
* kde_package_app_templates: reorder and spli tar args
* Fix ECMFindQmlModule unit test with Qt6
* Adapt KDEInstallDirs unit test to consider the new version-less variables
* Disable building tests for the docs build
* Fix ECMPoQmTools when using Qt6
* Forward the Qt6 build option to the CMake test runs
* Adjust test build system to also support Qt6
* Fix ExecuteCoreModules test
* ECMQmlModule: Add -Muri automoc option to make static builds work correctly
* ECMQmlModule: Correct the prefix of the generated qrc to be what Qt expects
* Set the right AATTsince version for ECMQmlModule
* Only enable -bsymbolic-functions when Qt is built in a compatible way
* we temporarily need docs artifacts on master for testing
* Rename ECMQMLModules.cmake to ECMFindQmlModule.cmake
* Introduce ECMQmlModule.cmake
* build docs as normal artifact instead of pages
* Rename KDEDeprecationSettings to ECMDeprecationSettings
* Add Linux Qt6 CI
* Add ecm_set_deprecation_versions cmake function
* create docs only for tags
* add docs build to CI
* Add compile-command.json to .gitignore
* Mon Jan 03 2022 Christophe Giboudeaux - 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:
* Add support for finding Poppler\'s Qt6 library
* Add support for finding Qt6 QML modules
* Add missing prefix to version-less install directory aliases
* FindInotify.cmake: add target support
* FindInotify.cmake: add support for SunOS
* Add CI for FreeBSD and Android
* Define version-less install targets in KDEInstallDirs5.cmake
* Sat Dec 04 2021 Christophe Giboudeaux - 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:
* Include QtVersionOption before all Qt5 find_package calls
* ECMGeneratePkgConfigFile: Add an URL parameter
* KDEInstallDirs5: set up KSERVICESDIR alias for KSERVICES5DIR
* KDEInstallDirs6: remove deprecated variables from the documentation
* KDEInstallDirs6: comment out call to query_qmake, not defined
* KDEInstallDirs6: don\'t set deprecated variable names anymore
* PLUGINDIR is based upon QTPLUGINDIR, so only define it after QTPLUGINDIR
* Split KDEInstallDirs into a 5 and a 6 variant
* AddAppIcon: clarify ksvg2icns role for AATT2x icons
* Add support for specifying private dependencies for pkg-config files
* FindEGL add \'lib\' prefix for windows.
* Sun Nov 07 2021 Christophe Giboudeaux - Strip \'Source\' URL for faster submissions
* Sun Nov 07 2021 Christophe Giboudeaux - 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:
* Fix Wayland_DATADIR when cross-compiling
* [android] Extend NDK workaround to version 22
* msvc: Fix __cplusplus value
* Fix ECM on systems without PyQt5 on Python 2
* ECMFindQMLModule: Use QT_HOST_BINS to find qmlplugindump
* FindQtWaylandScanner: Use QT_HOST_BINS to find qtwaylandscanner
* ecm_add_test: add -DQT_FORCE_ASSERTS to compile flags by default
* Sun Oct 03 2021 Christophe Giboudeaux - 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:
* Add Gitlab CI configuration
* Add -Werror=init-self to the default CMAKE_CXX_FLAGS
* Handle git remotes that aren\'t called origin in _repository_name()
* Fix UDev URL
* python: Bump maximum version for Python 3 module generator check.
* clang-format: extend ForeachMacros
* Avoid raising an error for submodule git trees.
* Make sphinx happier about syntax
* KDEClangFormat: Check for autogeneration notice instead of copyright text
* Mon Sep 06 2021 Christophe Giboudeaux - 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:
* ECMSetupQtPluginMacroNames: avoid adding duplicates to vars in config code
* Enable KDEGitCommitHooks on Windows
* Add LicenseRef-KDE-Accepted-LGPL to license compatibility matrix
* Fri Aug 06 2021 Christophe Giboudeaux - Update to 5.85.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.85.0- Too many changes to list here.
* Sun Jul 04 2021 Christophe Giboudeaux - 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:
* Number screenshots in the same way the fastlane tool does this
* Make pre-commit hook executable
* KDECompilerSettings: revert setting CMAKE_C(XX)_EXTENSIONS
* [fastlane] Add mapping for serbian
* cmake: Explicetely disable c/c++ compiler extensions
* Set the C++17 standard starting from 5.84
* Bump the C++ standard we compile with to 17
* Update IRC network name in the README
* Override atime and ctime in tar PaxHeaders
* Add prefix.sh.fish file for fish shell
* modules/ECMGenerateHeaders.cmake - init originalprefix
* Sat Jun 05 2021 Christophe Giboudeaux - Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0- Too many changes to list here.
* Sat May 01 2021 Christophe Giboudeaux - 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:
* ECMGenerateExportHeader: add macros for enumerator deprecation warning
* clang-format: Add links to clang-format docs and coding style wiki
* Add link to clang-format options documentation
* clang-format: Disable formatting for JS files
* Fix static Windows builds by not setting /NODEFAULTLIB:libcmt /DEFAULTLIB:msvcrt
* Fix installation of qm files from po files in the build directory
* Document the advanced APK packaging options
* Add a way to pass additional arguments to androiddeployqt
* Clean ECM\'s attic
* Mon Apr 05 2021 Christophe Giboudeaux - 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:
* ECMGenerateExportHeader: do sanity check for version argument values
* Fix warning about wayland-scanner code arg
* Sun Mar 07 2021 Christophe Giboudeaux - 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:
* Fix ECMCheckOutboundLicenseTest to find the FindReuseTool.cmake file
* ecm_qt_declare_logging_category: support target arg to append source file to
* Add FindIsoCodes module
* clang-format: set AlwaysBreakTemplateDeclarations to true
* Add clang-format target by default in KDEFrameworkCompilerSettings
* Add FindLibcap.cmake
* Fix relative path edge case in ECMGeneratePriFile
* Define relative paths when KDE_INSTALL_USE_QT_SYS_PATHS is enabled
* Mon Feb 08 2021 Christophe Giboudeaux - Update to 5.79.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.79.0- Too many changes since 5.78.0, only listing bugfixes:
* Fix permissions for scripts (kde#431768)
* Wed Jan 06 2021 Christophe Giboudeaux - Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0- Too many changes since 5.77.0, only listing bugfixes:
* bump required cmake version for Android.cmake (kde#424392)
* Sat Dec 05 2020 Christophe Giboudeaux - 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:
* clang-format: No space before initializer list
* Fix category extraction from desktop files
* Define install dir variable for file templates
* Add fastlane metadata generation for Android builds
* (Qt)WaylandScanner: Properly mark files as SKIP_AUTOMOC
* Fix updating of apptemplate tars
* Sat Nov 07 2020 Christophe Giboudeaux - 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:
* Make androiddeployqt find libraries and QML plugins without installation
* find-modules/FindReuseTool.cmake - Fix finding reuse tool
* improve default formatting options
* Include option to use LLVM for users with Qt < 5.14
* add missing minimum version for RENAME parameter
* Enable documentation generation for FindGradle
* Document when FindGradle has been added
* Add FindGradle from KNotification
* Mon Oct 05 2020 Christophe Giboudeaux - Update to 5.75.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.75.0- Too many changes to list here.
* Sun Sep 06 2020 Christophe Giboudeaux - Update to 5.74.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.74.0- Changes since 5.73.0:
* Strip leading zeros from numerical version numbers in C++ code
* Add timeout for qmlplugindump calls
* Add WaylandProtocols find module
* invoke update-mime-database with -n
* Sun Aug 02 2020 Christophe Giboudeaux - 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:
* Fix inline literal formatting
* Fix reST list from not being a list
* fix license headers
* Add ecm_generate_dbus_service_file
* Introduce function ecm_install_configured_file
* Export Wayland_DATADIR
* Sun Jul 05 2020 Christophe Giboudeaux - 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:
* Fix Sphinx warning about cmake code block
* Remove support for png2ico
* Fix the ECM doc generation
* Fix markdown list from not being a list
* Deal with Qt\'s CMake code modifying CMAKE_SHARED_LIBRARY_SUFFIX
* Add FindTaglib find module
* extra-cmake-modules: Convert to SPDX license statements
* Sun Jun 07 2020 Christophe Giboudeaux - 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:
* [android] Use newer Qt version in example
* ECMGenerateExportHeader: add generation of
*_DEPRECATED_VERSION_BELATED()
* [android] Allow specifying APK install location
* ECMGeneratePriFile: fix for ECM_MKSPECS_INSTALL_DIR being absolute
* ECMGeneratePriFile: make the pri files relocatable
* Suppress find_package_handle_standard_args package name mismatch warning.
* Sun May 03 2020 Christophe Giboudeaux - 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:
* android: include the architecture on the apk name
* ECMAddQch: fix use of quotation marks with PREDEFINED in doxygen config
* Adapt FindKF5 to stricter checks in newer find_package_handle_standard_args
* ECMAddQch: help doxygen to handle Q_DECLARE_FLAGS, so such types get docs
* Fix wayland scanner warnings
* ECM: attempt to fix KDEInstallDirsTest.relative_or_absolute on Windows
* Sun Apr 05 2020 Christophe Giboudeaux - 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:
* ECMPoQmToolsTest: have separate moc files for tr_thread_test 1 & 2
* Sun Mar 08 2020 Christophe Giboudeaux - Update to 5.68.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php- Changes since 5.67.0:
* Support NDK r20 and Qt 5.14
* Load QM files from assets: URLs on Android
* Add ecm_qt_install_logging_categories & ecm_qt_export_logging_category
* ECMGeneratePriFile: unbreak for usages with LIB_NAME not a target name
* ECMGeneratePriFile: Fix static configurations
* Sun Feb 02 2020 Christophe Giboudeaux - Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 Christophe Giboudeaux - Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php- Changes since 5.66.0:
* Add missing Import Env Variable
* ECMAddAppIcon: Add sc in regex to extract extension from valid names
* ECMAddQch: support & document K_DOXYGEN macro usage
* Sun Jan 05 2020 Christophe Giboudeaux - 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:
* [android] Fix apk install target
* API dox: fix rst syntax for KDEClangFormat text
* API dox: add missing entry for KDEClangFormat
* Support PyQt5 compiled with SIP 5