Update to 0.9.1 to fix Rawhide build
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
b4ab608ceb
commit
9e54e198b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/zchunk-0.7.5.tar.gz
|
/zchunk-0.7.5.tar.gz
|
||||||
/zchunk-0.7.6.tar.gz
|
/zchunk-0.7.6.tar.gz
|
||||||
/zchunk-0.9.0.tar.gz
|
/zchunk-0.9.0.tar.gz
|
||||||
|
/zchunk-0.9.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.0.tar.gz) = 93ca4e97577e0b576974474cc327db16b9cdacd0aabecbcd2d103b66ed693c3bfcccdc9413018bb440558eb33fb532878e5bf5a937b99ff39357000291f3268d
|
SHA512 (zchunk-0.9.1.tar.gz) = 9ba8552ce38ec2a2a87e270b77d58861718f4a09a5788a5ee1f7619915bb416e52030704bd9a52350a7c34479cc0c9114bbf902f6e47c0ea1816437a8eb36e69
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Compressed file format that allows easy deltas
|
Summary: Compressed file format that allows easy deltas
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
@ -80,12 +80,13 @@ rm -rf src/lib/hash/sha*
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 25 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.0-1
|
* Wed Jul 25 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.1-1
|
||||||
- Update to 0.9.0
|
- Update to 0.9.1
|
||||||
- New error handling functions
|
- New error handling functions
|
||||||
- File format changes
|
- File format changes
|
||||||
- API changes
|
- API changes
|
||||||
- Proposed permanent stable ABI
|
- Proposed permanent stable ABI
|
||||||
|
- Fix Rawhide build error
|
||||||
|
|
||||||
* Thu Jul 12 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.6-1
|
* Thu Jul 12 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.6-1
|
||||||
- Update to 0.7.6
|
- Update to 0.7.6
|
||||||
|
Loading…
Reference in New Issue
Block a user