Sat, 20 Apr 2024 13:47:41 UTC | login

Information for build lz4-java-1.3.0-13.fc33

ID149656
Package Namelz4-java
Version1.3.0
Release13.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/lz4-java.git#e7485b5a3d786e3f52c2ba248dc05d939c0545ec
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 failed
Volume DEFAULT
StartedWed, 08 Apr 2020 16:41:26 UTC
CompletedThu, 09 Apr 2020 22:14:56 UTC
Taskbuild (f33, /rpms/lz4-java.git:e7485b5a3d786e3f52c2ba248dc05d939c0545ec)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/lz4-java.git#e7485b5a3d786e3f52c2ba248dc05d939c0545ec'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-12 - Add BuildRequires: gcc to fix FTBFS issue. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild