Fix for tests when building against zstd-1.4.7+ and new man pages
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
d8d91ebc4b
commit
0e0ab101b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zchunk-1.1.5.tar.gz) = 50e955782ad04d71a1011f88670bdd9953bbf182d401f963e47187ff474bdadd9a2b4c368f74a68d841bd510af29dd261c9ddb15ca09ce03bfe966c09417215f
|
||||
SHA512 (zchunk-1.1.9.tar.gz) = 54011b3cdc24fcbb3ec0088e9a567b5e251e44791ee431ee0a9328780a54c4d7ef942f74aab4581b391d21cbc5b138d98ad05d327b1e43c614096e7d6beeab4c
|
||||
|
@ -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 <jdieter@gmail.com> - 1.1.9-1
|
||||
- Fixes for test failures with zstd-1.4.7+
|
||||
- Add man pages
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user