From 6a7cac0bec8309f3e00c3348e54bcf59ac109338 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Fri, 16 Sep 2022 21:40:51 +0100 Subject: [PATCH] Fix small formatting issues Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 579882e..a8d2d5f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /zchunk-1.2.0.tar.gz /zchunk-1.2.1.tar.gz /zchunk-1.2.2.tar.gz +/zchunk-1.2.3.tar.gz diff --git a/sources b/sources index ba31d35..5e92f8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.2.2.tar.gz) = 3c7f0a9236a23eb10fe9145f4b2b72ceab274f0baff2791a7d2fbe002ffd90b30bba0e2b532f9a0563a2a29d2dfe7a11932b069ffa9c9a9ada2fd39444b74ec3 +SHA512 (zchunk-1.2.3.tar.gz) = 5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73 diff --git a/zchunk.spec b/zchunk.spec index ed4845a..b80b65d 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.2.2 -Release: 2%{?dist} +Version: 1.2.3 +Release: 1%{?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 +* Fri Sep 16 2022 Jonathan Dieter - 1.2.3-1 +- Fixed some small formatting issues + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild