diff options
author | Dennis Gilmore <dennis@ausil.us> | 2016-02-04 03:58:15 +0000 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2016-02-04 03:58:15 +0000 |
commit | 1ce9bf4210bb57e430aa474af8d4fa4d903bfc2b (patch) | |
tree | bdd2a601a2324fd25b8fa3f3d42934c30a82c6f2 | |
parent | Fix pkg-config --libs output (#1279966) (diff) | |
download | libssh2-freefilesync-1ce9bf4210bb57e430aa474af8d4fa4d903bfc2b.tar.gz libssh2-freefilesync-1ce9bf4210bb57e430aa474af8d4fa4d903bfc2b.tar.bz2 libssh2-freefilesync-1ce9bf4210bb57e430aa474af8d4fa4d903bfc2b.zip |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-rw-r--r-- | libssh2.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec index 437f3ec..e86ae93 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -12,7 +12,7 @@ Name: libssh2 Version: 1.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries License: BSD @@ -153,6 +153,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/libssh2.pc %changelog +* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Nov 10 2015 Paul Howarth <paul@city-fan.org> - 1.6.0-3 - Fix pkg-config --libs output (#1279966) |