Christophe Marin 2024-11-08 14:02:22 +00:00 committed by Git OBS Bridge
parent 95364618b9
commit 8c4b6bbab4
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:1b4c6e84f1dd96b2ee62be755f60da60d61ba80d6709eeb3186d8882e72e2130
size 45928

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAEUgAKCRAsjfWHptSq
wZSmAQCQ5p2b5C8IiEy/SXUI3x8Cd/XPg/T9Y7bUwwm0bLdAdwD6AuQ/3NBW6WeQ
OVRm28OCttm7Is49G77D0t4b8GOjpAc=
=QF54
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHQEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJIQAKCRAsjfWHptSq
wWmrAP94T+KO1FgMV1xNe68gvQvQiHIpmrhMz0yIOfne4gVWOwD4pJkFiyrdRZOg
CywggDISz4JN1Q5nAE2j6V+ubVsACQ==
=QxOm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 4 11:18:00 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:
* Reset palette to default-constructed one when scheme is unset
* Don't call activateSchemeInternal in init unless really needed
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
-------------------------------------------------------------------
Mon Oct 7 09:59:51 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -19,13 +19,13 @@
%define qt6_version 6.7.0
%define rname kcolorscheme
# Full KF6 version (e.g. 6.7.0)
# Full KF6 version (e.g. 6.8.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.7.0
Version: 6.8.0
Release: 0
Summary: Classes to read and interact with KColorScheme
License: LGPL-2.0-or-later