diff --git a/kf6-kparts.spec b/kf6-kparts.spec index 33b2bf7..2b3dcf6 100644 --- a/kf6-kparts.spec +++ b/kf6-kparts.spec @@ -1,7 +1,7 @@ %define framework kparts %define majver %(echo %version | cut -d. -f1-2) Name: kf6-kparts -Version: 6.6.0 +Version: 6.7.0 Release: 1mamba Summary: Plugin framework for user interface components Group: System/Libraries @@ -13,6 +13,12 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kpart License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Network +BuildRequires: libQt6Widgets +BuildRequires: libQt6Xml BuildRequires: libgcc BuildRequires: libglvnd-devel BuildRequires: libkf6-kcolorscheme-devel @@ -28,7 +34,6 @@ BuildRequires: libkf6-kwidgetsaddons-devel BuildRequires: libkf6-kxmlgui-devel BuildRequires: libkf6-solid-devel BuildRequires: libstdc++6-devel -BuildRequires: qt6-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -93,6 +98,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Mon Oct 14 2024 Automatic Build System 6.7.0-1mamba +- automatic version update by autodist + * Sun Sep 15 2024 Automatic Build System 6.6.0-1mamba - automatic version update by autodist