Sat, 27 Apr 2024 00:08:12 UTC | login

Information for build sclo-cassandra3-lz4-java-1.3.0-7.el7

ID18866
Package Namesclo-cassandra3-lz4-java
Version1.3.0
Release7.el7
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 byacaringi
State complete
Volume DEFAULT
StartedThu, 10 Aug 2017 15:28:00 UTC
CompletedThu, 10 Aug 2017 15:32:27 UTC
Taskbuild (sclo7-sclo-cassandra3-sclo-el7, sclo-cassandra3-lz4-java-1.3.0-7.el7.src.rpm)
Tags
sclo7-sclo-cassandra3-sclo-candidate
sclo7-sclo-cassandra3-sclo-release
sclo7-sclo-cassandra3-sclo-testing
RPMs
src
sclo-cassandra3-lz4-java-1.3.0-7.el7.src.rpm (info) (download)
noarch
sclo-cassandra3-lz4-java-javadoc-1.3.0-7.el7.noarch.rpm (info) (download)
x86_64
sclo-cassandra3-lz4-java-1.3.0-7.el7.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
state.log
Changelog * Thu Feb 23 2017 Tomas Repik <trepik@redhat.com> - 1.3.0-7 - scl conversion * 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