diff --git a/breeze.changes b/breeze.changes index 7f444a0..a56a66b 100644 --- a/breeze.changes +++ b/breeze.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 28 11:34:55 UTC 2024 - Fabian Vogt + +- Make sure to pick kdecoration < 6 + ------------------------------------------------------------------- Wed Dec 6 11:45:56 UTC 2023 - Fabian Vogt diff --git a/breeze.spec b/breeze.spec index b5f40ab..1ae8b87 100644 --- a/breeze.spec +++ b/breeze.spec @@ -1,7 +1,7 @@ # # spec file for package breeze # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,7 +45,7 @@ BuildRequires: kf5-filesystem BuildRequires: pkgconfig # Needed for Plasma/LookAndFeel service type declaration (kde#367923) BuildRequires: plasma-framework -BuildRequires: cmake(KDecoration2) >= %{_plasma5_version} +BuildRequires: (cmake(KDecoration2) >= %{_plasma5_version} with cmake(KDecoration2) < 6) BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5FrameworkIntegration)