diff --git a/zchunk-0.9.13.tar.gz b/zchunk-0.9.13.tar.gz deleted file mode 100644 index b329513..0000000 --- a/zchunk-0.9.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f95e26864e2e0c15b7ee7d15b2601bcad0401b3a748233ae663de34cda4d67cd -size 1420446 diff --git a/zchunk-1.0.2.tar.gz b/zchunk-1.0.2.tar.gz new file mode 100644 index 0000000..d310bcb --- /dev/null +++ b/zchunk-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701e5f8b7ba655d3676f876a7b697ca8ce4d9e34f041f8b1d6d18e47c3dad966 +size 1449678 diff --git a/zchunk.changes b/zchunk.changes index c51c1a7..670fab6 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jan 23 10:38:19 UTC 2019 - Neal Gompa + +- Update to version 1.0.2 + + Use hash table for finding identical chunks, speeding up process + considerably + + Add test case to verify that identical chunk checking is working + +------------------------------------------------------------------- +Mon Dec 17 23:07:49 UTC 2018 - Neal Gompa + +- Update to version 0.9.17 + + Turn off some tests for big-endian architectures since zstd + isn't deterministic on them + + Add zck_gen_zdict binary to generate optimal zdict for a zchunk file + + Add functions to API to simplify extracting a single chunk + + Change default zstd compression to 9 for a 6x speed increase in + compression speed for a 5% increase in compression size + + Switch from optional flags to more robust optional elements + + Sanity check hex hashes passed in as an option + ------------------------------------------------------------------- Mon Oct 29 19:52:30 UTC 2018 - Luigi Baldoni diff --git a/zchunk.spec b/zchunk.spec index d95af88..17ca1df 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -2,7 +2,7 @@ # spec file for package zchunk # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2018 Neal Gompa . +# Copyright (c) 2019 Neal Gompa . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %global devname libzck-devel Name: zchunk -Version: 0.9.13 +Version: 1.0.2 Release: 0 Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT