Accepting request 1245919 from KDE:Frameworks

KDE Frameworks 6.11 (forwarded request 1244923 from krop)

OBS-URL: https://build.opensuse.org/request/show/1245919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-extra-cmake-modules?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2025-02-16 21:37:33 +00:00 committed by Git OBS Bridge
commit e3c13e6e1d
6 changed files with 30 additions and 12 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:69fdab5f0fedfb73d1accff5012d510b486e1dd75c711e925a6912a3e71814b0
size 325944

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ6YRvgAKCRAsjfWHptSq
wSi4AQDc7/Cn+xij+vJoo4nUYoQbq97JRxMarDzIJmgKuqIaugEA9n2LQH+FFZOD
xDDFnBaII7P3XvBd4eEwda8fxjBkIwU=
=LHj0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Feb 8 12:16:40 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.11.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.11.0
- Changes since 6.10.0:
* Fix FindEGL compile check when using Emscripten
* Add xml/yaml linting
* ECMAddAndroidApk.cmake: use APK_NAME for APK_OUTPUT_DIR
* Add ECMGenerateQDoc
* CI: Add linux-qt6-next build
* ECMQmLoader.cpp.in: Use qAsConst instead of std::as_const in Qt5 codepath
* Lower Python requirement to 3.9
* ECMQmLoader.cpp.in: Add std::as_const for enhanced for loop
* Update version to 6.11.0
-------------------------------------------------------------------
Tue Jan 7 18:17:19 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@ -23,14 +23,14 @@
%define rname extra-cmake-modules
# Full KF6 version (e.g. 6.10.0)
# Full KF6 version (e.g. 6.11.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# 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}')}
%bcond_without doc
%bcond_without released
Name: kf6-extra-cmake-modules%{?pkg_suffix}
Version: 6.10.0
Version: 6.11.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause