Accepting request 1200991 from KDE:Frameworks

KDE Frameworks 6.6.0 (forwarded request 1199844 from krop)

OBS-URL: https://build.opensuse.org/request/show/1200991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-extra-cmake-modules?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-09-15 10:33:31 +00:00 committed by Git OBS Bridge
commit bfd23c23f2
6 changed files with 32 additions and 12 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrpEwAKCRAsjfWHptSq
wQh8AQCE6b0ix5rx7KDNlEGrNZRCfQb6e/anSzu69m6HmcCTbwEApiWAZIPiscyc
hbVyLQUjm7RZsnFrzIGKfBev8EvQYwc=
=yxBF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
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>

View File

@ -23,14 +23,14 @@
%define rname extra-cmake-modules
# Full KF6 version (e.g. 6.5.0)
# Full KF6 version (e.g. 6.6.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.5.0
Version: 6.6.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause