diff --git a/ksystemstats.spec b/ksystemstats.spec index b32f2ab..074dbea 100644 --- a/ksystemstats.spec +++ b/ksystemstats.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: ksystemstats -Version: 6.2.0 +Version: 6.2.1 Release: 1mamba Summary: KDE Plasma daemon that collects statistics about the running system Group: Graphical Desktop/Applications/Utilities @@ -13,6 +13,10 @@ Source: https://download.kde.org/%{stable_kf6}/plasma/%{version}/ksystems License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Network BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libglvnd-devel @@ -28,7 +32,6 @@ BuildRequires: libnm-devel BuildRequires: libsensors-devel BuildRequires: libstdc++6-devel BuildRequires: libudev-devel -BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtdeclarative-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -68,6 +71,9 @@ KSystemStats is a daemon that collects statistics about the running system. %doc LICENSES %changelog +* Thu Oct 17 2024 Automatic Build System 6.2.1-1mamba +- automatic version update by autodist + * Tue Oct 08 2024 Automatic Build System 6.2.0-1mamba - automatic version update by autodist