From 9e54e198b247ade9c001a0080bc3b702d06a9dad Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Wed, 25 Jul 2018 17:21:37 +0100 Subject: [PATCH] Update to 0.9.1 to fix Rawhide build Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6f1a01e..467638f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /zchunk-0.7.5.tar.gz /zchunk-0.7.6.tar.gz /zchunk-0.9.0.tar.gz +/zchunk-0.9.1.tar.gz diff --git a/sources b/sources index 4c340e2..cd537ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-0.9.0.tar.gz) = 93ca4e97577e0b576974474cc327db16b9cdacd0aabecbcd2d103b66ed693c3bfcccdc9413018bb440558eb33fb532878e5bf5a937b99ff39357000291f3268d +SHA512 (zchunk-0.9.1.tar.gz) = 9ba8552ce38ec2a2a87e270b77d58861718f4a09a5788a5ee1f7619915bb416e52030704bd9a52350a7c34479cc0c9114bbf902f6e47c0ea1816437a8eb36e69 diff --git a/zchunk.spec b/zchunk.spec index b159145..2237e03 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -80,12 +80,13 @@ rm -rf src/lib/hash/sha* %{_includedir}/zck.h %changelog -* Wed Jul 25 2018 Jonathan Dieter - 0.9.0-1 -- Update to 0.9.0 +* Wed Jul 25 2018 Jonathan Dieter - 0.9.1-1 +- Update to 0.9.1 - New error handling functions - File format changes - API changes - Proposed permanent stable ABI +- Fix Rawhide build error * Thu Jul 12 2018 Jonathan Dieter - 0.7.6-1 - Update to 0.7.6