diff options
author | Chris Weyl <cweyl@fedoraproject.org> | 2009-02-17 04:43:59 +0000 |
---|---|---|
committer | Chris Weyl <cweyl@fedoraproject.org> | 2009-02-17 04:43:59 +0000 |
commit | 5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0 (patch) | |
tree | e6d73d85517f60033135207945524356b8fc19a0 | |
parent | - rebuild with new openssl (diff) | |
download | libssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.tar.gz libssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.tar.bz2 libssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.zip |
- update to 1.0
-rw-r--r-- | .cvsignore | 8 | ||||
-rw-r--r-- | libssh2.spec | 7 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 4 deletions
@@ -1 +1,7 @@ -libssh2-0.18.tar.gz +libssh2-1.0.tar.gz +libssh2* +*.gz +*.tar +*.rpm +x86_64 +.build* diff --git a/libssh2.spec b/libssh2.spec index 69fdfa8..dadd746 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 -Version: 0.18 -Release: 8%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries @@ -93,6 +93,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Mon Feb 16 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.0-1 +- update to 1.0 + * Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.18-8 - rebuild with new openssl @@ -1 +1 @@ -5b9c83660aa4d1821ff2c05838e77e9d libssh2-0.18.tar.gz +c3602adae912702ba9cbefbe813b7b5b libssh2-1.0.tar.gz |