summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedora Release Engineering <releng@fedoraproject.org>2017-02-10 19:30:17 +0000
committerFedora Release Engineering <releng@fedoraproject.org>2017-02-10 19:30:17 +0000
commite44a6af4ac5f823db5654f18f7db7cf9f1b176d9 (patch)
tree2d4de9b211d5f4ac673612ed2b3d3600f0158994
parentlibssh2 1.8.0 (diff)
downloadlibssh2-freefilesync-e44a6af4ac5f823db5654f18f7db7cf9f1b176d9.tar.gz
libssh2-freefilesync-e44a6af4ac5f823db5654f18f7db7cf9f1b176d9.tar.bz2
libssh2-freefilesync-e44a6af4ac5f823db5654f18f7db7cf9f1b176d9.zip
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-rw-r--r--libssh2.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec
index dcb51ae..a708cab 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -12,7 +12,7 @@
Name: libssh2
Version: 1.8.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
License: BSD
@@ -145,6 +145,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/libssh2.pc
%changelog
+* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
* Tue Oct 25 2016 Paul Howarth <paul@city-fan.org> - 1.8.0-1
- Update to 1.8.0
- Added a basic dockerised test suite
bgstack15