Accepting request 1201000 from KDE:Frameworks

KDE Frameworks 6.6.0 (forwarded request 1199844 from krop)

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

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/DAAKCRAsjfWHptSq
wYI1AQDA6uZJ+JDBiICe0HdO/fkLqIixBTLc9tt3aKwH95uR4AEAge2xmKJ0o53E
qqh+lKCBTCIk8si5J97gBM7hETAScwg=
=gx6X
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrpNAAKCRAsjfWHptSq
wScrAQCzO2DsSn1reLx4zY+1DZGLpNR1Squ6Niit6UkuQaT3PAD/bAZnRDR8IPhd
ZcGWURFQROy0nZDCX+uwL6gxMzU6QQE=
=7wW8
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Sep 7 09:03:08 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:
* Update version to 6.6.0
* use passkey to avoid issues with private constructor
* Additional public API
* [kcolorschememanager] Fix crash (kde#492408)
* add KColorSchemeManager::instance in favor of public constructor
-------------------------------------------------------------------
Mon Aug 5 10:47:33 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kcolorscheme
# 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 released
Name: kf6-kcolorscheme
Version: 6.5.0
Version: 6.6.0
Release: 0
Summary: Classes to read and interact with KColorScheme
License: LGPL-2.0-or-later