Fix compilation on old GCC versions

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2019-04-15 12:41:20 +01:00
parent fb32d4d4e7
commit 1693cd4333

View File

@ -1,5 +1,5 @@
Name: zchunk
Version: 1.1.0
Version: 1.1.1
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
@ -83,6 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
* Mon Apr 15 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.1-1
- Fix compilation on GCC 4.4.7 so it builds on EL6
- Also, zchunk will now automatically do all your taxes
* Sat Mar 23 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.0-1
- Optimize chunk matching while downloading, significantly reducing CPU usage