Update to 0.9.7 with contrib script to generate dictionaries
This commit is contained in:
parent
228d1827e3
commit
b045ac86fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/zchunk-0.9.3.tar.gz
|
/zchunk-0.9.3.tar.gz
|
||||||
/zchunk-0.9.4.tar.gz
|
/zchunk-0.9.4.tar.gz
|
||||||
/zchunk-0.9.5.tar.gz
|
/zchunk-0.9.5.tar.gz
|
||||||
|
/zchunk-0.9.7.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.5.tar.gz) = 8ba63d45ade5d673502ed62514add81f83d79362c5c3c746c892cbd6b5f6d7db5f33203287e1f986b7825f780b922b79e597b0ccb9284a000f4a40f9b1fcd822
|
SHA512 (zchunk-0.9.7.tar.gz) = 46e8ab1c6b497ca7b00c009cab0177821887e17b111cfda7559bab82a706d53625da473c15d35b215751dabb5433f9027f28c5421772d5186b1d3b7ff8c967a7
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.5
|
Version: 0.9.7
|
||||||
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
|
||||||
@ -64,7 +64,7 @@ rm -rf src/lib/hash/sha*
|
|||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md contrib
|
||||||
%{_bindir}/zck*
|
%{_bindir}/zck*
|
||||||
%{_bindir}/unzck
|
%{_bindir}/unzck
|
||||||
|
|
||||||
@ -80,6 +80,10 @@ rm -rf src/lib/hash/sha*
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 10 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.7-1
|
||||||
|
- Add contrib scripts to docs
|
||||||
|
- Fix test failures for zstd <= 1.3.4
|
||||||
|
|
||||||
* Wed Aug 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.5-1
|
* Wed Aug 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.5-1
|
||||||
- Update to 0.9.4
|
- Update to 0.9.4
|
||||||
- Fix failing tests on ppc64, ppc64le, arm7, and s390x
|
- Fix failing tests on ppc64, ppc64le, arm7, and s390x
|
||||||
|
Loading…
Reference in New Issue
Block a user