Disable some tests in big-endian architectures
This commit is contained in:
parent
c1bb1e7c35
commit
3def856f98
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/zchunk-0.9.14.tar.gz
|
/zchunk-0.9.14.tar.gz
|
||||||
/zchunk-0.9.15.tar.gz
|
/zchunk-0.9.15.tar.gz
|
||||||
/zchunk-0.9.16.tar.gz
|
/zchunk-0.9.16.tar.gz
|
||||||
|
/zchunk-0.9.17.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.16.tar.gz) = f2acf4db10db65cc12af2d870b53ff21c691e09d25baf4baeba773edf9483d08ec5193e2bdfa5ef35df29fc513a4ff228def2a9c716174244f5866a400ae9eb9
|
SHA512 (zchunk-0.9.17.tar.gz) = 77100045dd084b56ca4a84ef03b51f3933d987173960b46f2bea44bd7940b0a00e601bc758c9a3835020ec5061ab0707e8a7e1fa1a0fbd310127169b3262b528
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.16
|
Version: 0.9.17
|
||||||
Release: 1%{?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
|
||||||
@ -83,6 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 09 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.17-1
|
||||||
|
- Turn off some tests for big-endian architectures since zstd isn't
|
||||||
|
deterministic on them
|
||||||
|
|
||||||
* Sat Dec 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.16-1
|
* Sat Dec 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.16-1
|
||||||
- Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
|
- Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
|
||||||
- Add functions to API to simplify extracting a single chunk
|
- Add functions to API to simplify extracting a single chunk
|
||||||
|
Loading…
Reference in New Issue
Block a user