diff --git a/libssh2.spec b/libssh2.spec index e0a0432..f5ddb09 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 -Version: 1.10.0 -Release: 2mamba +Version: 1.11.0 +Release: 1mamba Summary: A library implementing the SSH2 protocol Group: System/Libraries Vendor: openmamba @@ -12,6 +12,7 @@ License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libopenssl-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: libopenssl-devel >= 3.0.0 BuildRequires: libz-devel @@ -56,15 +57,19 @@ This package contains static libraries and header files needed for development. %files devel %defattr(-,root,root) %{_includedir}/*.h +%{_libdir}/libssh2.a %{_libdir}/libssh2.so %{_libdir}/pkgconfig/libssh2.pc %dir %{_libdir}/cmake/libssh2 %{_libdir}/cmake/libssh2/* %dir %{_docdir}/libssh2 %{_docdir}/libssh2/* -%{_mandir}/man3/*.3.gz +%{_mandir}/man3/*.3* %changelog +* Thu Jun 01 2023 Automatic Build System 1.11.0-1mamba +- automatic version update by autodist + * Fri Oct 22 2021 Silvan Calarco 1.10.0-2mamba - rebuilt with libopenssl 3.0.0