Fix download failure when content-type isn't included in each range
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
52f591323b
commit
aaa3141be5
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/zchunk-1.1.0.tar.gz
|
/zchunk-1.1.0.tar.gz
|
||||||
/zchunk-1.1.1.tar.gz
|
/zchunk-1.1.1.tar.gz
|
||||||
/zchunk-1.1.2.tar.gz
|
/zchunk-1.1.2.tar.gz
|
||||||
|
/zchunk-1.1.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-1.1.2.tar.gz) = 2a03dd0690b6ab73dbc13f9203d5535e0f159e758d34e95937000537892cb193426b2f25f771b1fac35dc9bc36f4c2cde213cba0af27634c6f2c81ccffc1fae7
|
SHA512 (zchunk-1.1.4.tar.gz) = e8603de2a743c78d80d378b0464fd2433fe69be4671847227959c776a33c34704888f065dc652adff5ce9fc62d67afb3f419214badc9e1447c404c56ae6904e1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 1.1.2
|
Version: 1.1.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Compressed file format that allows easy deltas
|
Summary: Compressed file format that allows easy deltas
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
URL: https://github.com/zchunk/zchunk
|
URL: https://github.com/zchunk/zchunk
|
||||||
@ -83,6 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 13 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.4-1
|
||||||
|
- Fix download failure when web server doesn't include content-type with each
|
||||||
|
range
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user