Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: lz4-java | Distribution: AlmaLinux |
Version: 1.7.1 | Vendor: AlmaLinux |
Release: 14.module_el8.5.0+2589+0ec1386d | Build date: Tue Nov 9 13:24:53 2021 |
Group: Unspecified | Build host: 192-168-246-187.atm.cloudlinux.com |
Size: 116632 | Source RPM: lz4-java-1.7.1-14.module_el8.5.0+2589+0ec1386d.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: https://github.com/lz4/lz4-java | |
Summary: LZ4 compression for Java |
LZ4 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.
ASL 2.0 and (BSD and GPLv2+)
* 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
/usr/lib/java/lz4-java /usr/lib/java/lz4-java/lz4-java.jar /usr/share/doc/lz4-java /usr/share/doc/lz4-java/CHANGES.md /usr/share/doc/lz4-java/README.md /usr/share/maven-metadata/lz4-java.xml /usr/share/maven-poms/lz4-java /usr/share/maven-poms/lz4-java/lz4-java.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 08:07:56 2024