rebuilt with libjsoncpp 1.9.5 [release 3.22.1-2mamba;Tue Dec 21 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 21:26:27 +01:00
parent 5eed6a8092
commit d51fbceb0e

View File

@ -1,13 +1,13 @@
%define majorminor %(echo %version | cut -d. -f 1-2)
Name: cmake
Version: 3.21.3
Release: 1mamba
Version: 3.22.1
Release: 2mamba
Summary: A cross-platform, open-source make system
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://cmake.org/
Source0: http://www.cmake.org/files/v%{majorminor}/cmake-%{version}.tar.gz
Source1: cmake-rpmmacro
@ -16,7 +16,6 @@ Patch1: cmake-2.8.11.2-ImageMagick-6.8.patch
Patch2: cmake-2.8.12.1-freetype-2.5.1.patch
License: BSD
## AUTOBUILDREQ-BEGIN
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
BuildRequires: glibc-devel
BuildRequires: libarchive-devel
BuildRequires: libcurl-devel
@ -29,7 +28,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: libuv-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libjsoncpp-devel >= 1.9.1-1mamba
BuildRequires: libjsoncpp-devel >= 1.9.5
BuildRequires: librhash-devel
BuildRequires: libuv-devel
BuildRequires: gcc-c++
@ -96,6 +95,15 @@ install -D -m 0644 %{S:1} \
%{_datadir}/doc/%{name}-%{version}/
%changelog
* Tue Dec 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.22.1-2mamba
- rebuilt with libjsoncpp 1.9.5
* Wed Dec 08 2021 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
- automatic version update by autodist
* Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 3.22.0-1mamba
- automatic version update by autodist
* Tue Sep 21 2021 Automatic Build System <autodist@mambasoft.it> 3.21.3-1mamba
- automatic version update by autodist