From 798d879b71054bcf19271c3308e82c957477f0a3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:51:32 +0100 Subject: [PATCH] automatic version update by autodist [release 0.10.0-1mamba;Sun Aug 28 2022] --- libssh.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libssh.spec b/libssh.spec index b11ad14..0c79cab 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libssh -Version: 0.9.6 +Version: 0.10.0 Release: 1mamba Summary: A library implementing the SSH protocol Group: System/Libraries @@ -12,7 +12,6 @@ Source: https://git.libssh.org/projects/libssh.git/libssh-%{version}/libs License: LGPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN -#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package BuildRequires: glibc-devel BuildRequires: libe2fs-devel BuildRequires: libkrb5-devel @@ -58,7 +57,6 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a %files %defattr(-,root,root) %{_libdir}/libssh.so.* -#%{_libdir}/libssh_threads.so.* %doc AUTHORS COPYING %files devel @@ -68,14 +66,15 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a %{_includedir}/libssh/*.hpp %{_libdir}/libssh.a %{_libdir}/libssh.so -#%{_libdir}/libssh_threads.so %{_libdir}/pkgconfig/libssh.pc -#%{_libdir}/pkgconfig/libssh_threads.pc %dir %{_libdir}/cmake/libssh %{_libdir}/cmake/libssh/libssh-config*.cmake -%doc ChangeLog README +%doc README %changelog +* Sun Aug 28 2022 Automatic Build System 0.10.0-1mamba +- automatic version update by autodist + * Fri Aug 27 2021 Automatic Build System 0.9.6-1mamba - automatic version update by autodist