summaryrefslogtreecommitdiff
path: root/libssh2.spec
diff options
context:
space:
mode:
authorChris Weyl <cweyl@fedoraproject.org>2009-02-17 04:43:59 +0000
committerChris Weyl <cweyl@fedoraproject.org>2009-02-17 04:43:59 +0000
commit5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0 (patch)
treee6d73d85517f60033135207945524356b8fc19a0 /libssh2.spec
parent- rebuild with new openssl (diff)
downloadlibssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.tar.gz
libssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.tar.bz2
libssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.zip
- update to 1.0
Diffstat (limited to 'libssh2.spec')
-rw-r--r--libssh2.spec7
1 files changed, 5 insertions, 2 deletions
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
bgstack15