summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2014-06-07 00:34:36 -0500
committerDennis Gilmore <dennis@ausil.us>2014-06-07 00:34:36 -0500
commitd7ba3102d392da8b0465498ac140df598adb1749 (patch)
tree6ff38cb2edb514baee82c90e9574c15da5bcf819
parentFix curl's excessive memory consumption during scp download (diff)
downloadlibssh2-freefilesync-d7ba3102d392da8b0465498ac140df598adb1749.tar.gz
libssh2-freefilesync-d7ba3102d392da8b0465498ac140df598adb1749.tar.bz2
libssh2-freefilesync-d7ba3102d392da8b0465498ac140df598adb1749.zip
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-rw-r--r--libssh2.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec
index e32833d..e65e61a 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -12,7 +12,7 @@
Name: libssh2
Version: 1.4.3
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
License: BSD
@@ -174,6 +174,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/libssh2.pc
%changelog
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
* Wed Apr 30 2014 Kamil Dudka <kdudka@redhat.com> 1.4.3-12
- Fix curl's excessive memory consumption during scp download
bgstack15