diff --git a/kf6-kplotting.spec b/kf6-kplotting.spec index 515a826..71eca38 100644 --- a/kf6-kplotting.spec +++ b/kf6-kplotting.spec @@ -3,7 +3,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: kf6-kplotting -Version: 6.7.0 +Version: 6.8.0 Release: 1mamba Summary: A QWidget-derived class that provides a virtual base class for easy data-plotting Group: System/Libraries @@ -15,10 +15,12 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kplot License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6Gui +BuildRequires: libQt6Widgets BuildRequires: libgcc BuildRequires: libglvnd-devel BuildRequires: libstdc++6-devel -BuildRequires: qt6-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake BuildRequires: kf6-rpm-macros @@ -83,6 +85,9 @@ exit 0 %{_qt6_docdir}/KF6Plotting.* %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