summaryrefslogtreecommitdiff
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
parent- rebuild with new openssl (diff)
downloadlibssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.tar.gz
libssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.tar.bz2
libssh2-freefilesync-5f58f793d1bc07196dc91e27b2e92e62a9a6b8d0.zip
- update to 1.0
-rw-r--r--.cvsignore8
-rw-r--r--libssh2.spec7
-rw-r--r--sources2
3 files changed, 13 insertions, 4 deletions
diff --git a/.cvsignore b/.cvsignore
index 082a13e..07a28be 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -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
diff --git a/sources b/sources
index d331369..1cedd91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b9c83660aa4d1821ff2c05838e77e9d libssh2-0.18.tar.gz
+c3602adae912702ba9cbefbe813b7b5b libssh2-1.0.tar.gz
bgstack15