summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Weyl <cweyl@fedoraproject.org>2007-11-28 01:25:14 +0000
committerChris Weyl <cweyl@fedoraproject.org>2007-11-28 01:25:14 +0000
commitca69061c5b1e57d3781366733f118c9c9cb1274e (patch)
tree06c8ee57773f6748ed8e26e34c8391973c99b869
parentinitial commit (diff)
downloadlibssh2-freefilesync-ca69061c5b1e57d3781366733f118c9c9cb1274e.tar.gz
libssh2-freefilesync-ca69061c5b1e57d3781366733f118c9c9cb1274e.tar.bz2
libssh2-freefilesync-ca69061c5b1e57d3781366733f118c9c9cb1274e.zip
release bump
-rw-r--r--libssh2.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec
index 18dc39d..ecaa73e 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -1,6 +1,6 @@
Name: libssh2
Version: 0.18
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
@@ -93,6 +93,9 @@ rm -rf %{buildroot}
%{_libdir}/*.so
%changelog
+* Tue Nov 27 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.18-5
+- bump
+
* Tue Nov 27 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.18-4
- add INSTALL arg to make install vs env. var
bgstack15