From 9203bb20a0417c561d037e223bcdc134620748727fa9c40866588ed80c246a34 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 11 Dec 2016 12:24:59 +0000 Subject: [PATCH] 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 --- libssh.changes | 6 ++++++ libssh.spec | 31 ++++++++++++------------------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/libssh.changes b/libssh.changes index d220671..06dc71e 100644 --- a/libssh.changes +++ b/libssh.changes @@ -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 diff --git a/libssh.spec b/libssh.spec index 9363247..c681c32 100644 --- a/libssh.spec +++ b/libssh.spec @@ -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.