Tue, 18 Jun 2024 12:33:53 UTC | login

Information for build libslz-1.1.0-8.fc30

ID81968
Package Namelibslz
Version1.1.0
Release8.fc30
Epoch
SummaryStateLess Zip
DescriptionSLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip. It does not implement decompression at all, zlib is perfectly fine for this. The purpose is to use SLZ in situations where a zlib-compatible stream is needed and zlib's resource usage would be too high while the compression ratio is not critical. The typical use case is in HTTP servers and gateways which have to compress many streams in parallel with little CPU resources to assign to this task, and without having to limit the compression ratio due to the memory usage. In such an environment, the server's memory usage can easily be divided by 10 and the CPU usage by 3.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 07 Dec 2018 09:07:53 UTC
CompletedFri, 07 Dec 2018 10:15:25 UTC
Taskbuild (f30-candidate, libslz-1.1.0-8.fc30.src.rpm)
Tags
f30
f31
RPMs
src
libslz-1.1.0-8.fc30.src.rpm (info) (download)
riscv64
libslz-1.1.0-8.fc30.riscv64.rpm (info) (download)
libslz-devel-1.1.0-8.fc30.riscv64.rpm (info) (download)
libslz-debuginfo-1.1.0-8.fc30.riscv64.rpm (info) (download)
libslz-debugsource-1.1.0-8.fc30.riscv64.rpm (info) (download)
libslz-devel-debuginfo-1.1.0-8.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 17 2018 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.1.0-8 - Drop ldconfig invocations: https://fedoraproject.org/wiki/Packaging:Scriptlets#Shared_Libraries - Update upstream URL * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Mar 14 2018 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.1.0-6 - BR: gcc after https://fedoraproject.org/wiki/Packaging:C_and_C++ update * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Feb 13 2017 - Dridi Boukelmoune <dridi@fedoraproject.org> - 1.1.0-2 - Fix %__global_ldflags usage for el6 * Sat Feb 11 2017 - Dridi Boukelmoune <dridi@fedoraproject.org> - 1.1.0-1 - Initial spec.