diff --git a/libssh2.spec b/libssh2.spec index 5621619..e9b6d61 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -11,7 +11,7 @@ %{!?__isa_bits: %global __isa_bits %((echo '#include '; echo __WORDSIZE) | cpp - | grep -Ex '32|64')} Name: libssh2 -Version: 1.5.0 +Version: 1.6.0 Release: 1%{?dist} Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries @@ -149,6 +149,12 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/libssh2.pc %changelog +* Sun Jun 14 2015 Paul Howarth - 1.6.0-1 +- Update to 1.6.0 + - Added CMake build system + - Added libssh2_userauth_publickey_frommemory() + - See RELEASE-NOTES for details of bug fixes + * Wed Mar 11 2015 Paul Howarth - 1.5.0-1 - Update to 1.5.0 - See RELEASE-NOTES for details of bug fixes and enhancements diff --git a/sources b/sources index 039b601..63539e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7fa3f5c6bd2d67a9b360ff726bbc6ba libssh2-1.5.0.tar.gz +00aabd6e714a5f42a4fb82ace20db1dd libssh2-1.6.0.tar.gz