Compare commits
35 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a641a4f1b3 | ||
|
|
7e803b9748 | ||
|
|
b8c7456b9a | ||
|
|
91204e6772 | ||
|
|
f61dc7d080 | ||
|
|
c1ec0575ef | ||
|
|
88fa8d8a43 | ||
|
|
12e40a67e8 | ||
|
|
9236eef3c6 | ||
|
|
a9340a7afd | ||
|
|
8261bac9a6 | ||
|
|
698cc8ccd9 | ||
|
|
1840affe8b | ||
|
|
7dd4f91df0 | ||
|
|
605148955f | ||
|
|
d200cfedd7 | ||
|
|
0c9bb56600 | ||
|
|
67a367e1db | ||
|
|
d09459a8a1 | ||
|
|
488775546d | ||
|
|
214aaeb897 | ||
|
|
c2eb8a12c9 | ||
|
|
e5ae709737 | ||
|
|
96bb69a5ad | ||
|
|
08a0318032 | ||
|
|
01403a6f0f | ||
|
|
fb0c13e398 | ||
|
|
9973199c88 | ||
|
|
b6f6390d78 | ||
|
|
5e2a94e9e3 | ||
|
|
740835cac6 | ||
|
|
5deb242f03 | ||
|
|
c19fe03f05 | ||
|
|
417484e675 | ||
|
|
5bf6ffc86a |
3 changed files with 5 additions and 40 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -39,7 +39,3 @@
|
|||
/zchunk-1.3.1.tar.gz
|
||||
/zchunk-1.3.2.tar.gz
|
||||
/zchunk-1.4.0.tar.gz
|
||||
/zchunk-1.5.0.tar.gz
|
||||
/zchunk-1.5.1.tar.gz
|
||||
/zchunk-1.5.3.tar.gz
|
||||
/zchunk-1.5.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (zchunk-1.5.4.tar.gz) = 132a20719fc1d83cf2bda1d0edd49e602f12ecd8081c71f22c1d6f294d52cad2d94e5fde18ad9f4149fd2e0f8c87e587fc92ac1f9278bd348776bae0f58c62e1
|
||||
SHA512 (zchunk-1.4.0.tar.gz) = 7fbe50182d46e4e8ce8730959cd97ea39b48dd77d034303435ce15caec194409984d435167d3b55769577d6be6c539573eddd9351f178377a756babc508d6281
|
||||
|
|
|
|||
39
zchunk.spec
39
zchunk.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: zchunk
|
||||
Version: 1.5.4
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Compressed file format that allows easy deltas
|
||||
License: BSD-2-Clause AND MIT
|
||||
|
|
@ -47,7 +47,7 @@ This package contains the headers necessary for building against the zchunk
|
|||
library, libzck.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
# Remove bundled sha libraries
|
||||
rm -rf src/lib/hash/sha*
|
||||
|
||||
|
|
@ -84,38 +84,6 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||
%{_includedir}/zck.h
|
||||
|
||||
%changelog
|
||||
* Sun Aug 02 2026 Jonathan Dieter <jonathan@dieter.ie> - 1.5.4-1
|
||||
- Update to 1.5.4
|
||||
- Fix a few memory bugs
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.5.3-2
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Thu Jun 11 2026 Jonathan Wright <jonathan@almalinux.org> - 1.5.3-1
|
||||
- update to 1.5.3
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 19 2024 Jonathan Dieter <jonathan@dieter.ie> - 1.5.1-1
|
||||
- Fix memory leak
|
||||
- Ensure version is set properly inside zchunk
|
||||
|
||||
* Wed Jul 17 2024 Jonathan Dieter <jonathan@dieter.ie> - 1.5.0-1
|
||||
- Fix bug when managing different contexts in different threads
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Dec 19 2023 Jonathan Dieter <jdieter@gmail.com> - 1.4.0-1
|
||||
- Add native OpenSSL 3 compatibility
|
||||
- Add new function for getting zchunk context from chunk
|
||||
|
|
@ -268,10 +236,11 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||
- Fix test failures for zstd <= 1.3.4
|
||||
- Add gen_xml_dictionary to libexecdir with zck_ prefix
|
||||
|
||||
* Wed Aug 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.5-1
|
||||
* Wed Aug 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.5-1.1
|
||||
- Update to 0.9.4
|
||||
- Fix failing tests on ppc64, ppc64le, arm7, and s390x
|
||||
- Fix intermittent parallel test failures
|
||||
- Add upstream patch to fix tests against zstd-1.3.4
|
||||
|
||||
* Tue Jul 31 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.3-1
|
||||
- Update to 0.9.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue