Sat, 27 Apr 2024 08:49:15 UTC | login

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

ID28150
Package Namelz4-java
Version1.3.0
Release8.fc29
Epoch
Sourcegit://pkgs.fedoraproject.org/rpms/lz4-java#c821a58806d184ac9beac63858f0de49a08a524f
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
StartedTue, 22 May 2018 13:36:45 UTC
CompletedTue, 22 May 2018 13:55:17 UTC
Taskbuild (f29-candidate, /rpms/lz4-java:c821a58806d184ac9beac63858f0de49a08a524f)
Extra{'source': {'original_url': 'git://pkgs.fedoraproject.org/rpms/lz4-java?#c821a58806d184ac9beac63858f0de49a08a524f'}}
Tags No tags
RPMs No RPMs
Changelog * 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 * Mon Sep 12 2016 gil cattaneo <puntogil@libero.it> 1.3.0-4 - exclude aarch64 * Tue May 03 2016 gil cattaneo <puntogil@libero.it> 1.3.0-3 - fix test suite * Tue May 03 2016 gil cattaneo <puntogil@libero.it> 1.3.0-2 - unbundle lz4 code (lz4-java issues#74) * Mon Jul 20 2015 gil cattaneo <puntogil@libero.it> 1.3.0-1 - initial rpm