Updating link to change in openSUSE:Factory/libssh revision 41.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh?expand=0&rev=766daeaae49819d16b6bd5320b6ae1b9
This commit is contained in:
OBS User buildservice-autocommit 2016-12-11 12:24:59 +00:00 committed by Git OBS Bridge
parent 693f9ed142
commit 9203bb20a0
2 changed files with 18 additions and 19 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 7 12:22:00 UTC 2016 - jengelh@inai.de
- Update descriptions. Drop redundant pkgconfig require
(it's autodetected).
-------------------------------------------------------------------
Wed Oct 7 08:25:18 UTC 2015 - asn@cryptomilk.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libssh
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@ Version: 0.7.2
Release: 0
Summary: The SSH library
License: LGPL-2.1+
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: https://www.libssh.org
# Dynamic number: https://red.libssh.org/projects/libssh/files
Source0: %{name}-%{version}.tar.xz
@ -38,13 +38,10 @@ BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The ssh library was designed to be used by programmers needing a
working SSH implementation by the mean of a library. The complete
control of the client is made by the programmer. With libssh, you can
remotely execute programs, transfer files, use a secure and transparent
tunnel for your remote programs. With its Secure FTP implementation,
you can play with remote files easily, without third-party programs
others than libcrypto (from openssl).
An SSH implementation in the form of a library. With libssh, you can
remotely execute programs, transfer files, use a secure and
transparent tunnel for your remote programs. It supports SFTP as
well.
This package provides libssh from http://www.libssh.org that should not
be confused with libssh2 available from http://www.libssh2.org (libssh2
@ -55,13 +52,10 @@ Summary: SSH library
Group: System/Libraries
%description -n libssh4
The ssh library was designed to be used by programmers needing a
working SSH implementation by the mean of a library. The complete
control of the client is made by the programmer. With libssh, you can
remotely execute programs, transfer files, use a secure and transparent
tunnel for your remote programs. With its Secure FTP implementation,
you can play with remote files easily, without third-party programs
others than libcrypto (from openssl).
An SSH implementation in the form of a library. With libssh, you can
remotely execute programs, transfer files, use a secure and
transparent tunnel for your remote programs. It supports SFTP as
well.
This package provides libssh from http://www.libssh.org that should not
be confused with libssh2 available from http://www.libssh2.org (libssh2
@ -72,14 +66,13 @@ Summary: SSH library development headers
Group: Development/Libraries/C and C++
Requires: cmake
Requires: libssh4 = %{version}
Requires: pkgconfig
%description devel
Development headers for the SSH library.
%package devel-doc
Summary: SSH library api documentation
Group: Development/Languages/C and C++
Summary: SSH library API documentation
Group: Documentation/HTML
%description devel-doc
Documentation for libssh development.