summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2015-06-17 17:21:55 +0000
committerDennis Gilmore <dennis@ausil.us>2015-06-17 17:21:55 +0000
commit576be02309735ac72eade3ce78376d7ada165082 (patch)
tree543b96687eff049bfc33fa5e68913457b93155eb
parentUpdate to 1.6.0 (diff)
downloadlibssh2-freefilesync-576be02309735ac72eade3ce78376d7ada165082.tar.gz
libssh2-freefilesync-576be02309735ac72eade3ce78376d7ada165082.tar.bz2
libssh2-freefilesync-576be02309735ac72eade3ce78376d7ada165082.zip
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-rw-r--r--libssh2.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec
index e9b6d61..17a4bc4 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -12,7 +12,7 @@
Name: libssh2
Version: 1.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
License: BSD
@@ -149,6 +149,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/libssh2.pc
%changelog
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
* Sun Jun 14 2015 Paul Howarth <paul@city-fan.org> - 1.6.0-1
- Update to 1.6.0
- Added CMake build system
bgstack15