diff --git a/okteta.spec b/okteta.spec index 9c7429b..6170848 100644 --- a/okteta.spec +++ b/okteta.spec @@ -1,6 +1,6 @@ Name: okteta Epoch: 1 -Version: 0.26.18 +Version: 0.26.19 Release: 1mamba Summary: A simple editor for the raw data of files Group: Graphical Desktop/Applications/Development @@ -12,6 +12,14 @@ Source: https://download.kde.org/stable/okteta/%{version}/src/okteta-%{ve License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt5Concurrent +BuildRequires: libQt5Core +BuildRequires: libQt5DBus +BuildRequires: libQt5Gui +BuildRequires: libQt5Network +BuildRequires: libQt5PrintSupport +BuildRequires: libQt5Widgets +BuildRequires: libQt5Xml BuildRequires: libX11-devel BuildRequires: libattica5-devel BuildRequires: libgcc @@ -62,7 +70,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. -%debug_package %prep %setup -q @@ -201,6 +208,9 @@ exit 0 %{_libdir}/cmake/OktetaKastenGui/OktetaKastenGui*.cmake %changelog +* Mon Feb 03 2025 Automatic Build System 0.26.19-1mamba +- automatic version update by autodist + * Fri Oct 11 2024 Automatic Build System 0.26.18-1mamba - automatic version update by autodist