automatic version update by autodist [release 3.27.1-1mamba;Sat Jul 29 2023]

This commit is contained in:
Automatic Build System 2024-01-05 21:26:38 +01:00
parent 2b295bbd20
commit 52f132559d

View File

@ -1,7 +1,7 @@
%define majorminor %(echo %version | cut -d. -f 1-2)
Name: cmake
Version: 3.26.4
Version: 3.27.1
Release: 1mamba
Summary: A cross-platform, open-source make system
Group: Development/Tools
@ -18,6 +18,7 @@ License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libarchive-devel
BuildRequires: libcppdap-devel
BuildRequires: libcurl-devel
BuildRequires: libexpat-devel
BuildRequires: libgcc
@ -28,13 +29,11 @@ BuildRequires: libstdc++6-devel
BuildRequires: libuv-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libjsoncpp-devel >= 1.9.5
BuildRequires: librhash-devel
BuildRequires: libuv-devel
BuildRequires: gcc-c++
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libICE-devel
BuildRequires: libcppdap-devel
%description
CMake is used to control the software compilation process using simple platform and compiler independent configuration files.
@ -95,6 +94,9 @@ install -D -m 0644 %{S:1} \
%{_datadir}/doc/%{name}-%{version}/
%changelog
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 3.27.1-1mamba
- automatic version update by autodist
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 3.26.4-1mamba
- automatic version update by autodist