summaryrefslogtreecommitdiff
path: root/libssh2.spec
diff options
context:
space:
mode:
authorJesse Keating <jkeating@fedoraproject.org>2009-07-25 08:41:56 +0000
committerJesse Keating <jkeating@fedoraproject.org>2009-07-25 08:41:56 +0000
commitb0c32672a95637c80e01b0955883f52e1ce226ad (patch)
treea57acee74eae8b3e59c47ccf569cb067c506976f /libssh2.spec
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild (diff)
downloadlibssh2-freefilesync-b0c32672a95637c80e01b0955883f52e1ce226ad.tar.gz
libssh2-freefilesync-b0c32672a95637c80e01b0955883f52e1ce226ad.tar.bz2
libssh2-freefilesync-b0c32672a95637c80e01b0955883f52e1ce226ad.zip
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Diffstat (limited to 'libssh2.spec')
-rw-r--r--libssh2.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec
index 8fadd8d..20e1336 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -1,6 +1,6 @@
Name: libssh2
Version: 1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
@@ -93,6 +93,9 @@ rm -rf %{buildroot}
%{_libdir}/*.so
%changelog
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bgstack15