Rebuild with Meson fix for #1699099

This commit is contained in:
Adam Williamson 2019-04-16 13:18:35 -07:00
parent 2591af0162
commit 1ddba674cc

View File

@ -1,6 +1,6 @@
Name: zchunk Name: zchunk
Version: 1.1.1 Version: 1.1.1
Release: 2%{?dist} Release: 3%{?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
URL: https://github.com/zchunk/zchunk URL: https://github.com/zchunk/zchunk
@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h %{_includedir}/zck.h
%changelog %changelog
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.1-3
- Rebuild with Meson fix for #1699099
* Mon Apr 15 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.1-2 * Mon Apr 15 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.1-2
- Fix compilation on GCC 4.4.7 so it builds on EL6 - Fix compilation on GCC 4.4.7 so it builds on EL6
- Add missing sources - Add missing sources