Fix major bug when creating a zchunk file w/ dict

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2021-06-01 20:46:11 +01:00
parent f6ea1e7d5d
commit 1f58bfcd3e
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/zchunk-1.1.11.tar.gz
/zchunk-1.1.13.tar.gz
/zchunk-1.1.14.tar.gz
/zchunk-1.1.15.tar.gz

View File

@ -1 +1 @@
SHA512 (zchunk-1.1.14.tar.gz) = 2419b438837933d6e7ff376c8424d6ca41c05056f6146d3f1eb2eaae76646cf3e8702bfe6d6c9d8c0b02927e47838062f8b37bda4c1515ff4359f9d3319b136e
SHA512 (zchunk-1.1.15.tar.gz) = 0a91be7e1a6242b3e1296c1b94c4302262ba9f223f92e0c5239167a3b6e1407548b30d99fec65ae0bdbe8f89e6f156fa8a5b3709f882c0cac873f6bb294a8f8f

View File

@ -1,5 +1,5 @@
Name: zchunk
Version: 1.1.14
Version: 1.1.15
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
* Tue Jun 01 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.15-1
- Fix major bug when creating a zchunk file that contains a dictionary
* Thu May 20 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.14-1
- Fix tests on all arches when built against zstd-1.5.0