Switch from optional flags to more robust optional elements

This commit is contained in:
Jonathan Dieter 2018-11-13 14:18:07 +00:00
parent bacf4dabfa
commit ff3550a048
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/zchunk-0.9.12.tar.gz
/zchunk-0.9.13.tar.gz
/zchunk-0.9.14.tar.gz
/zchunk-0.9.15.tar.gz

View File

@ -1 +1 @@
SHA512 (zchunk-0.9.14.tar.gz) = 8c77c0c70364829687965369a84a473b29e9fa7793893b69d43a4e2097700075c6490bd271e7c0da8d044d9fd78ba9452e471698d1a73fa1e05ca777340857a3
SHA512 (zchunk-0.9.15.tar.gz) = cb81e9718cafdc2e36ffb9a4409f0e5cdaf49d9cf9416b8e266ac90fd3a4a9f7b64a3d00d85a044008dadbedecbab8e814fd32a328c6c9de21f17f1ab492a043

View File

@ -1,5 +1,5 @@
Name: zchunk
Version: 0.9.14
Version: 0.9.15
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
* Tue Nov 13 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.15-1
- Switch from optional flags to more robust optional elements
* Thu Nov 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.14-1
- Sanity check hex hashes passed in as an option