diff --git a/kf6-kpty.spec b/kf6-kpty.spec index 6dd8546..02a6a32 100644 --- a/kf6-kpty.spec +++ b/kf6-kpty.spec @@ -1,7 +1,7 @@ %define framework kpty %define majver %(echo %version | cut -d. -f1-2) Name: kf6-kpty -Version: 6.8.0 +Version: 6.9.0 Release: 1mamba Summary: Interfacing with pseudo terminal devices Group: System/Libraries @@ -13,11 +13,11 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kpty- License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core BuildRequires: libgcc BuildRequires: libkf6-kcoreaddons-devel BuildRequires: libkf6-ki18n-devel BuildRequires: libstdc++6-devel -BuildRequires: qt6-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -76,6 +76,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sun Dec 15 2024 Automatic Build System 6.9.0-1mamba +- automatic version update by autodist + * Sun Nov 10 2024 Automatic Build System 6.8.0-1mamba - automatic version update by autodist