Merge branch 'rawhide' into epel7

This commit is contained in:
Jonathan Dieter 2021-05-01 18:37:12 +01:00
commit 698cc8ccd9
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View file

@ -26,3 +26,4 @@
/zchunk-1.1.4.tar.gz
/zchunk-1.1.5.tar.gz
/zchunk-1.1.9.tar.gz
/zchunk-1.1.11.tar.gz

View file

@ -1 +1 @@
SHA512 (zchunk-1.1.9.tar.gz) = 54011b3cdc24fcbb3ec0088e9a567b5e251e44791ee431ee0a9328780a54c4d7ef942f74aab4581b391d21cbc5b138d98ad05d327b1e43c614096e7d6beeab4c
SHA512 (zchunk-1.1.11.tar.gz) = b2c1cd1a9199c920bac385d56c1c849a7dd9ddc1a3e7d9cafb5232f602b63d44fba4ba8a5a71ec0f84b3cd982dded509b976ee5f0de6d6b43c15794c318fa983

View file

@ -1,5 +1,5 @@
Name: zchunk
Version: 1.1.9
Version: 1.1.11
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
@ -84,6 +84,12 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
* Sat May 1 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.11-1
- Fix multipart download failures on rare web servers
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Dec 30 2020 Jonathan Dieter <jdieter@gmail.com> - 1.1.9-1
- Fixes for test failures with zstd-1.4.7+
- Add man pages