Switch from optional flags to more robust optional elements
This commit is contained in:
parent
bacf4dabfa
commit
ff3550a048
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/zchunk-0.9.12.tar.gz
|
/zchunk-0.9.12.tar.gz
|
||||||
/zchunk-0.9.13.tar.gz
|
/zchunk-0.9.13.tar.gz
|
||||||
/zchunk-0.9.14.tar.gz
|
/zchunk-0.9.14.tar.gz
|
||||||
|
/zchunk-0.9.15.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.14.tar.gz) = 8c77c0c70364829687965369a84a473b29e9fa7793893b69d43a4e2097700075c6490bd271e7c0da8d044d9fd78ba9452e471698d1a73fa1e05ca777340857a3
|
SHA512 (zchunk-0.9.15.tar.gz) = cb81e9718cafdc2e36ffb9a4409f0e5cdaf49d9cf9416b8e266ac90fd3a4a9f7b64a3d00d85a044008dadbedecbab8e814fd32a328c6c9de21f17f1ab492a043
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.14
|
Version: 0.9.15
|
||||||
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
|
||||||
@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.14-1
|
||||||
- Sanity check hex hashes passed in as an option
|
- Sanity check hex hashes passed in as an option
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user