From e0b145c652429858c7de37674f83bd8c6c414ef4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 22:32:02 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/zchunk.git#6c4b5e26b86842a6975d173bc777150c7a454cff --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 31c85d6..802030d 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 30 2020 Jonathan Dieter - 1.1.9-1 - Fixes for test failures with zstd-1.4.7+ - Add man pages