diff --git a/cmake.spec b/cmake.spec index 473bc73..84f48ee 100644 --- a/cmake.spec +++ b/cmake.spec @@ -2,7 +2,7 @@ %define major_version %(echo %version | cut -d. -f 1) Name: cmake -Version: 3.29.2 +Version: 3.29.3 Release: 1mamba Summary: A cross-platform, open-source make system Group: Development/Tools @@ -35,10 +35,11 @@ BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: librhash-devel >= 1.4.4-1mamba BuildRequires: gcc-c++ +BuildRequires: libICE-devel BuildRequires: libX11-devel BuildRequires: libXext-devel -BuildRequires: libICE-devel BuildRequires: libcppdap-devel +BuildRequires: libnlohmann-json-devel %description CMake is used to control the software compilation process using simple platform and compiler independent configuration files. @@ -112,6 +113,9 @@ install -p -m0755 -D %{SOURCE4} %{buildroot}%{_prefix}/lib/rpm/%{name}.req %{_datadir}/doc/%{name}-%{version}/ %changelog +* Thu May 09 2024 Automatic Build System 3.29.3-1mamba +- automatic version update by autodist + * Sat Apr 13 2024 Automatic Build System 3.29.2-1mamba - automatic version update by autodist