automatic version update by autodist [release 2.26.0-1mamba;Sat May 08 2021]

This commit is contained in:
Automatic Build System 2024-01-06 06:59:32 +01:00
parent de091bda43
commit 2e2e09879d

View File

@ -1,5 +1,5 @@
Name: mbedtls
Version: 2.25.0
Version: 2.26.0
Release: 1mamba
Summary: A C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols
Group: System/Libraries
@ -56,7 +56,10 @@ export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
%cmake -d build \
-DUSE_SHARED_MBEDTLS_LIBRARY=ON
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \
%ifnarch x86_64 aarch64
-DENABLE_TESTING=OFF
%endif
%make
@ -151,5 +154,8 @@ chmod +x %{buildroot}%{_libdir}/lib*.so*
%doc ChangeLog README.md
%changelog
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 2.26.0-1mamba
- automatic version update by autodist
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.25.0-1mamba
- package created using the webbuild interface