Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

10 changed files with 32 additions and 112 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:506989a0d400913403e669c1912238db053cd6b38dff74b17e2e6f879c79cca0
size 324580

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBNwAKCRAsjfWHptSq
wVhfAQC1rwN4PapsS4UGZSRIZNOaQ8U+WRXFXsq/W//D15DvLAD/VfJ012wGIlaT
knxzxQjxfsfXPPv36IzZLnHj5fJ5sQ4=
=yLDL
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1368f8fba95c475a409eff05f78baf49ccd2655889d1e94902bfc886785af818
size 340764

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPZAAKCRAsjfWHptSq
wcWdAP9pfQbYVgBLhdZ57yRK7sN1L4MsB/06DYpuQaMZtMAbvwEA3H7rHSmZSuBy
czabf6rkVT5rGH2FP3gLLYbCNP2wjA4=
=b4T6
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ced3f20741ddad24185dc1280a0c0d9171ba2508f84762417d74808561295add
size 340804

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohR+gAKCRAsjfWHptSq
wZDoAQDLnxU2GvJpnl0kQZX2FGdBLI98I5G7QZjcDPnpgsqIFAEA2KL/T8mDr80K
yyNbaTwLyA2JLSjOK7RD9+esO0zkfgQ=
=qDxP
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f3c2ca1e502990629f3b68507189fc0f912f3cab279b500dac91ee7031a49cf
size 340948

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy+4AAKCRAsjfWHptSq
wVzAAP0WUWZdq8SyGbntzW6tF8ZAHuUH5NyLApmCRwojPX0PewEAgSj6P53y79Af
6IQpmDCW0S0V4XgkLGF3K6KQyIfj2ww=
=8910
-----END PGP SIGNATURE-----

View File

@ -1,103 +1,3 @@
-------------------------------------------------------------------
Tue Jan 7 18:17:19 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.10.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.10.0
- Changes since 6.9.0:
* Make building docs optional
* Add since documentation
* ECMAddAndroidApk: add "PACKAGE_NAME" argument
* ECMGenerateHeaders: set IWYU export pragma also for helper prefixed headers
* Also allow to disable the nasty Android threads workaround via env vars
* ECMGenerateHeaders: Set include-what-you-use pragma
* Simplify moving QM catalog loading to the main thread
* Update version to 6.10.0
-------------------------------------------------------------------
Sun Dec 8 10:09:05 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.9.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.9.0
- Changes since 6.8.0:
* Align multi-language catalog loading with KI18n
* EGPF: Handle case where INTERFACE_INCLUDE_DIRECTORIES is empty (kde#496781)
* KDEClangFormat: Avoid spammy warnings with cmake >= 3.31.0 (kde#496537)
* Consider all QLocale::uiLanguages for QM catalog loading
* ECMGeneratePythonBindings: Build without system isolation
* ECMGeneratePythonBindings: Remove broken RPATH settings
* Include Qt's translations in what we bundle on Android
* Fix FindLibMount without pkgconfig
* Don't use KDEInstallDirs6 for the new ECMGeneratePkgConfigFile test
* Fix reproducible build issue with ECMGeneratedHeaders
* Update version to 6.9.0
-------------------------------------------------------------------
Mon Nov 4 11:17:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* FindKF6: Print custom message when required components are not found
* Add a directory check when appending a module dir to qmlimportscanner
* Add Python bindings
* Break enums onto multiple lines
* Set import paths for QML modules to all CMake search paths
* Remove the old/unused SIP-based Python binding generation infrastructure
* Update version to 6.8.0
* ECMGeneratePkgConfigFile: try to deduce additional include dirs
* Fix custom definitions for generated pkgconfig files
* Fix QM loader unit tests with a static Qt
* Don't fall back to qmlplugin dump on static Qt builds
* Retire Qt5 Android CI
* Automatically install dependent targets of QML modules in static builds
* Allow to specify an export set for targets installed by finalize_qml_module
* Don't check websites in Appstream tests
-------------------------------------------------------------------
Mon Oct 7 09:59:45 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.7.0
- Changes since 6.6.0:
* Merge output targets from multiple qt6_target_qml_sources() calls
* Don't install QML files on Android
* Propagate OUTPUT_TARGETS of qt6_target_qml_sources to the caller
* Port Qt doc generation to qhelpgenerator
* Correctly forward the OUTPUT_TARGETS argument of qt6_add_qml_module()
* Set install destination for object files
* Upstream FindGLIB2.cmake changes from Qt
* KDEClangFormat: Ignore source files being in _install folder
* reenable individual targets for clang-format to enable better status reporting an parallelization
* Update version to 6.7.0
-------------------------------------------------------------------
Sat Sep 7 09:03:04 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.6.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.6.0
- Changes since 6.5.0:
* ECMQueryQt: don't cache QUERY_EXECUTABLE
* Add fallback value for SASL_PATH
* Add SASL_PATH to prefix.sh so that libkdexoauth2.so is found
* Allow qml target to be actually optional
* Fix FindLibExiv2 version detection from header
* ci: add Alpine/musl job
* ECMEnableSanitizers: fix greedy linker parameter replacment
* Add private code option to ecm_add_qtwayland_(client/server)_protocol
* Update version to 6.6.0
* Add a PRIVATE_CODE option to ecm_add_wayland_server_protocol
* Add [PRIVATE_CODE] also to the second signature of ecm_add_wayland_server_protocol
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 5 10:47:28 UTC 2024 - Christophe Marin <christophe@krop.fr> Mon Aug 5 10:47:28 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -23,14 +23,14 @@
%define rname extra-cmake-modules %define rname extra-cmake-modules
# Full KF6 version (e.g. 6.10.0) # Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}} %{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0) # Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without doc %bcond_without doc
%bcond_without released %bcond_without released
Name: kf6-extra-cmake-modules%{?pkg_suffix} Name: kf6-extra-cmake-modules%{?pkg_suffix}
Version: 6.10.0 Version: 6.5.0
Release: 0 Release: 0
Summary: CMake modules Summary: CMake modules
License: BSD-3-Clause License: BSD-3-Clause