From 1ddba674ccd4efa28f1fe40d1465876509394496 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Apr 2019 13:18:35 -0700 Subject: [PATCH] Rebuild with Meson fix for #1699099 --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index af69539..a1dd614 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Tue Apr 16 2019 Adam Williamson - 1.1.1-3 +- Rebuild with Meson fix for #1699099 + * Mon Apr 15 2019 Jonathan Dieter - 1.1.1-2 - Fix compilation on GCC 4.4.7 so it builds on EL6 - Add missing sources