Accepting request 1207185 from KDE:Frameworks
KDE Frameworks 6.7.0 (forwarded request 1206249 from krop) OBS-URL: https://build.opensuse.org/request/show/1207185 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kcolorscheme?expand=0&rev=8
This commit is contained in:
commit
5cb56361eb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:657839e1ff8141ff09705be912e276a2dc98df122f5bcc2fdc3ed11d10100cd1
|
|
||||||
size 45700
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrpNAAKCRAsjfWHptSq
|
|
||||||
wScrAQCzO2DsSn1reLx4zY+1DZGLpNR1Squ6Niit6UkuQaT3PAD/bAZnRDR8IPhd
|
|
||||||
ZcGWURFQROy0nZDCX+uwL6gxMzU6QQE=
|
|
||||||
=7wW8
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcolorscheme-6.7.0.tar.xz
Normal file
3
kcolorscheme-6.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b4c6e84f1dd96b2ee62be755f60da60d61ba80d6709eeb3186d8882e72e2130
|
||||||
|
size 45928
|
7
kcolorscheme-6.7.0.tar.xz.sig
Normal file
7
kcolorscheme-6.7.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAEUgAKCRAsjfWHptSq
|
||||||
|
wZSmAQCQ5p2b5C8IiEy/SXUI3x8Cd/XPg/T9Y7bUwwm0bLdAdwD6AuQ/3NBW6WeQ
|
||||||
|
OVRm28OCttm7Is49G77D0t4b8GOjpAc=
|
||||||
|
=QF54
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 09:59:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.7.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.7.0
|
||||||
|
- Changes since 6.6.0:
|
||||||
|
* Update dependency version to 6.7.0
|
||||||
|
* Follow system color scheme on Linux
|
||||||
|
* Fix build against a static Qt
|
||||||
|
* Update version to 6.7.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 7 09:03:08 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Sat Sep 7 09:03:08 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define qt6_version 6.6.0
|
%define qt6_version 6.7.0
|
||||||
|
|
||||||
%define rname kcolorscheme
|
%define rname kcolorscheme
|
||||||
# Full KF6 version (e.g. 6.6.0)
|
# Full KF6 version (e.g. 6.7.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 released
|
%bcond_without released
|
||||||
Name: kf6-kcolorscheme
|
Name: kf6-kcolorscheme
|
||||||
Version: 6.6.0
|
Version: 6.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Classes to read and interact with KColorScheme
|
Summary: Classes to read and interact with KColorScheme
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -38,6 +38,7 @@ Source2: frameworks.keyring
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
||||||
|
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
|
||||||
BuildRequires: cmake(KF6Codecs) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6Codecs) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(KF6GuiAddons) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6GuiAddons) >= %{_kf6_bugfix_version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user