diff --git a/zchunk.spec b/zchunk.spec index a1dd614..8a09142 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.1.1 -Release: 3%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -83,6 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sun May 19 2019 Jonathan Dieter - 1.1.2-1 +- Fix multipart range handling to work with quotes, fixes #1706627 +- Fix file creation permissions so they respect umask + * Tue Apr 16 2019 Adam Williamson - 1.1.1-3 - Rebuild with Meson fix for #1699099