- 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 + 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 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=15
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# spec file for package zchunk
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
|
||||
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
|
||||
#
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user