diff --git a/kf6-kjobwidgets.spec b/kf6-kjobwidgets.spec index 8010258..3bb6916 100644 --- a/kf6-kjobwidgets.spec +++ b/kf6-kjobwidgets.spec @@ -1,7 +1,7 @@ %define framework kjobwidgets %define majver %(echo %version | cut -d. -f1-2) Name: kf6-kjobwidgets -Version: 6.7.0 +Version: 6.8.0 Release: 1mamba Summary: Widgets for showing progress of asynchronous jobs Group: System/Libraries @@ -13,6 +13,10 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kjobw License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Widgets BuildRequires: libgcc BuildRequires: libglvnd-devel BuildRequires: libkf6-kcoreaddons-devel @@ -20,7 +24,6 @@ BuildRequires: libkf6-knotifications-devel BuildRequires: libkf6-kwidgetsaddons-devel BuildRequires: libstdc++6-devel BuildRequires: libxkbcommon-devel -BuildRequires: qt6-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -80,6 +83,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sat Nov 09 2024 Automatic Build System 6.8.0-1mamba +- automatic version update by autodist + * Sat Oct 12 2024 Automatic Build System 6.7.0-1mamba - automatic version update by autodist