From 1740c5d9fa0a7c05b39a07298484ee4cc63cbc05 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 30 Dec 2020 23:20:07 +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#0e0ab101b48444d4689ef38bdecdba5011144931 --- .gitignore | 1 + sources | 2 +- zchunk.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2eb9921..118ded1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /zchunk-1.1.2.tar.gz /zchunk-1.1.4.tar.gz /zchunk-1.1.5.tar.gz +/zchunk-1.1.9.tar.gz diff --git a/sources b/sources index 65b3f40..9d1cf01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.1.5.tar.gz) = 50e955782ad04d71a1011f88670bdd9953bbf182d401f963e47187ff474bdadd9a2b4c368f74a68d841bd510af29dd261c9ddb15ca09ce03bfe966c09417215f +SHA512 (zchunk-1.1.9.tar.gz) = 54011b3cdc24fcbb3ec0088e9a567b5e251e44791ee431ee0a9328780a54c4d7ef942f74aab4581b391d21cbc5b138d98ad05d327b1e43c614096e7d6beeab4c diff --git a/zchunk.spec b/zchunk.spec index c52ea0b..31c85d6 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.1.5 -Release: 3%{?dist} +Version: 1.1.9 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -70,6 +70,7 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_bindir}/zck* %{_bindir}/unzck %{_libexecdir}/zck_gen_xml_dictionary +%{_mandir}/man1/*.gz %files libs %license LICENSE @@ -83,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Wed Dec 30 2020 Jonathan Dieter - 1.1.9-1 +- Fixes for test failures with zstd-1.4.7+ +- Add man pages + * Wed Jul 29 2020 Fedora Release Engineering - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild