Christophe Marin 2024-11-08 14:02:20 +00:00 committed by Git OBS Bridge
parent 9efe1c1c6e
commit ef3f7fe2b1
6 changed files with 36 additions and 12 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAEJQAKCRAsjfWHptSq
wT7UAP9goE4Tuzt/cf7apzkNfjVsDeo7niv41V4jJIHHu/FwyQEAi7mqTziWC9bs
34RfxeWXGC/jibF/y0qxPSBalx1UyAY=
=u+OK
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZI9AAKCRAsjfWHptSq
wZSrAQDb49IbzNX+85sZ8JPdz2CoPLxol3VuFxj+TmkqE0JoXgD5AW1gsW3r/zjN
DBm0g2C41HZjAe++RNqEfp4C4VGC/AQ=
=I63d
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
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> Mon Oct 7 09:59:45 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.7.0) # Full KF6 version (e.g. 6.8.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.7.0 Version: 6.8.0
Release: 0 Release: 0
Summary: CMake modules Summary: CMake modules
License: BSD-3-Clause License: BSD-3-Clause