Fix multipart download failures on rare web servers
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
6c4b5e26b8
commit
a2b24f432c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zchunk-1.1.9.tar.gz) = 54011b3cdc24fcbb3ec0088e9a567b5e251e44791ee431ee0a9328780a54c4d7ef942f74aab4581b391d21cbc5b138d98ad05d327b1e43c614096e7d6beeab4c
|
||||
SHA512 (zchunk-1.1.11.tar.gz) = b2c1cd1a9199c920bac385d56c1c849a7dd9ddc1a3e7d9cafb5232f602b63d44fba4ba8a5a71ec0f84b3cd982dded509b976ee5f0de6d6b43c15794c318fa983
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: zchunk
|
||||
Version: 1.1.9
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Compressed file format that allows easy deltas
|
||||
License: BSD and MIT
|
||||
URL: https://github.com/zchunk/zchunk
|
||||
@ -84,6 +84,9 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user