Thu, 25 Apr 2024 00:45:55 UTC | login

Information for build lz4-java-1.7.1-14.module_el8.4.0+708+63f8a724

ID16660
Package Namelz4-java
Version1.7.1
Release14.module_el8.4.0+708+63f8a724
Epoch
Sourcegit+https://git.centos.org/rpms/lz4-java#bc45b0043af657bbd6c88ad2566a5f1abc9d6077
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 bymbox-mbs-backend
State complete
Volume DEFAULT
StartedMon, 22 Feb 2021 23:09:46 UTC
CompletedMon, 22 Feb 2021 23:11:42 UTC
Taskbuild (module-jmc-rhel8-8040020210222160832-deb7c738, /rpms/lz4-java:bc45b0043af657bbd6c88ad2566a5f1abc9d6077)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/lz4-java?#bc45b0043af657bbd6c88ad2566a5f1abc9d6077'}}
Tags
module-jmc-rhel8-8040020210222160832-deb7c738
module-jmc-rhel8-8040020210222160832-deb7c738-build
module-jmc-rhel8-8040020210310165855-deb7c738
module-jmc-rhel8-8040020210310165855-deb7c738-build
module-jmc-rhel8-8040020210520211437-deb7c738
module-jmc-rhel8-8040020210520211437-deb7c738-build
module-jmc-rhel8-8050020211110222101-6392b1f8
module-jmc-rhel8-8050020211110222101-6392b1f8-build
RPMs
src
lz4-java-1.7.1-14.module_el8.4.0+708+63f8a724.src.rpm (info) (download)
noarch
lz4-java-javadoc-1.7.1-14.module_el8.4.0+708+63f8a724.noarch.rpm (info) (download)
x86_64
lz4-java-1.7.1-14.module_el8.4.0+708+63f8a724.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * Fri Feb 19 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-14 - Add ExclusiveArch: x86_64 * Wed Feb 17 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-13 - Bundle missing xxhash and lz4 components & adjust local Makefile * Wed Jan 13 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-12 - remove hardcoded lib directory in the Makefile * Fri Jan 08 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-11 - remove hardcoded "amd64" directory path in the Makefile * Wed Dec 09 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-10 - remove BuildArch: noarch * Tue Dec 01 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-9 - run unit tests on classes that do not require randomizedtesting - add liblz4-java.so generation step to Makefile - remove mvn_file macro for lz4 * Thu Nov 19 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-8 - remove dependency on cpptasks * Mon Nov 16 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-7 - cleanup whitespace in the local patch to remove comments from templates - use system lz4 and xxhash instead of bundling the dependencies * Tue Oct 06 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-6 - include patch to strip comments from mvel templates * Tue Sep 15 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-5 - add "BuildArch: noarch" to fix rpmlint error: no-binary * Wed Sep 09 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-4 - fixed sources to have both lz4-java and lz4 * Wed Aug 05 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-3 - used commit from Jie Kang's fork of lz4-java to update to upstream 1.7.1 - this prevents tests from running; eliminates the need for randomizedtesting for f33 onward - remove dependency on bea-stax - remove all usage of sun.misc.Unsafe * Tue Aug 04 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-2 - Included the lz4 submodule inside the lz4-java source tarball * Thu Jul 30 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-1 - Update to version 1.7.1 * 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 * 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 * 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