Update to 0.9.2
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
9e54e198b2
commit
f305617f9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/zchunk-0.7.6.tar.gz
|
/zchunk-0.7.6.tar.gz
|
||||||
/zchunk-0.9.0.tar.gz
|
/zchunk-0.9.0.tar.gz
|
||||||
/zchunk-0.9.1.tar.gz
|
/zchunk-0.9.1.tar.gz
|
||||||
|
/zchunk-0.9.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.1.tar.gz) = 9ba8552ce38ec2a2a87e270b77d58861718f4a09a5788a5ee1f7619915bb416e52030704bd9a52350a7c34479cc0c9114bbf902f6e47c0ea1816437a8eb36e69
|
SHA512 (zchunk-0.9.2.tar.gz) = b7271961b94983ab0032fd642a3bae94a534b13d8ee5c4387868e695d52fa13abfdd368471bb491805a3605fcebae0ba85714ec6dce59029a94e33872dda85d1
|
||||||
|
12
zchunk.spec
12
zchunk.spec
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.1
|
Version: 0.9.2
|
||||||
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
|
||||||
@ -52,7 +52,7 @@ library, libzck.
|
|||||||
rm -rf src/lib/hash/sha*
|
rm -rf src/lib/hash/sha*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dwith-openssl=yes -Dwith-zstd=yes
|
%meson -Dwith-openssl=enabled -Dwith-zstd=enabled
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -80,6 +80,14 @@ rm -rf src/lib/hash/sha*
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 30 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.2-1
|
||||||
|
- Update to 0.9.2
|
||||||
|
- Set minimum and maximum chunk sizes for both automatic and
|
||||||
|
manual chunking
|
||||||
|
- New tests
|
||||||
|
- ABI (but not API change) - Use bool from stdbool.h
|
||||||
|
- Allow specification of output file in zck
|
||||||
|
|
||||||
* Wed Jul 25 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.1-1
|
* Wed Jul 25 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.1-1
|
||||||
- Update to 0.9.1
|
- Update to 0.9.1
|
||||||
- New error handling functions
|
- New error handling functions
|
||||||
|
Loading…
Reference in New Issue
Block a user