Sat, 27 Apr 2024 12:32:10 UTC | login

Information for build lz4-java-1.3.0-9.fc29

ID31057
Package Namelz4-java
Version1.3.0
Release9.fc29
Epoch
SummaryLZ4 compression for Java
DescriptionLZ4 compression for Java, based on Yann Collet's work. This library provides access to two compression methods that both generate a valid LZ4 stream: * fast scan (LZ4): ° low memory footprint (~ 16 KB), ° very fast (fast scan with skipping heuristics in case the input looks incompressible), ° reasonable compression ratio (depending on the redundancy of the input). * high compression (LZ4 HC): ° medium memory footprint (~ 256 KB), ° rather slow (~ 10 times slower than LZ4), ° good compression ratio (depending on the size and the redundancy of the input). The streams produced by those 2 compression algorithms use the same compression format, are very fast to decompress and can be decompressed by the same decompressor instance.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Sep 2018 03:04:03 UTC
CompletedFri, 14 Sep 2018 03:23:17 UTC
Taskbuild (f29-candidate, lz4-java-1.3.0-9.fc29.src.rpm)
Tags
f29
f30
f31
f32
f33
f37
f38
RPMs
src
lz4-java-1.3.0-9.fc29.src.rpm (info) (download)
noarch
lz4-java-javadoc-1.3.0-9.fc29.noarch.rpm (info) (download)
riscv64
lz4-java-1.3.0-9.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Feb 19 2017 gil cattaneo <puntogil@libero.it> 1.3.0-6 - disable test suite on ppc64 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild