Sat, 18 May 2024 22:57:33 UTC | login

Information for build miniz-3.0.2-2.fc38

ID242186
Package Nameminiz
Version3.0.2
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/miniz.git#463abfd1dc471c8edaefed7a6daaec26b9849d5a
SummaryCompression library implementing the zlib and Deflate
DescriptionMiniz is a lossless, high performance data compression library in a single source file that implements the zlib (RFC 1950) and Deflate (RFC 1951) compressed data format specification standards. It supports the most commonly used functions exported by the zlib library, but is a completely independent implementation so zlib's licensing requirements do not apply. It also contains simple to use functions for writing PNG format image files and reading/writing/appending ZIP format archives. Miniz's compression speed has been tuned to be comparable to zlib's, and it also has a specialized real-time compressor function designed to compare well against fastlz/minilzo.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 24 Mar 2023 15:03:11 UTC
CompletedFri, 24 Mar 2023 17:59:51 UTC
Taskbuild (f38, /rpms/miniz.git:463abfd1dc471c8edaefed7a6daaec26b9849d5a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/miniz.git#463abfd1dc471c8edaefed7a6daaec26b9849d5a'}}
Tags
f38
f39
f40
RPMs
src
miniz-3.0.2-2.fc38.src.rpm (info) (download)
riscv64
miniz-3.0.2-2.fc38.riscv64.rpm (info) (download)
miniz-devel-3.0.2-2.fc38.riscv64.rpm (info) (download)
miniz-debuginfo-3.0.2-2.fc38.riscv64.rpm (info) (download)
miniz-debugsource-3.0.2-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 17 2023 Petr Pisar <ppisar@redhat.com> - 3.0.2-1 - 3.0.2 bump * Mon Nov 07 2022 Petr Pisar <ppisar@redhat.com> - 3.0.1-1 - 3.0.1 bump * Tue Nov 01 2022 Petr Pisar <ppisar@redhat.com> - 3.0.0-1 - 3.0.0 bump (an API and ABI change) * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jan 24 2022 Petr Pisar <ppisar@redhat.com> - 2.2.0-4 - Fix an unitialized memory in tinfl_decompress_mem_to_callback() (GH#197) - Fix an unaligned memory access - Fix setting MZ_ZIP_GENERAL_PURPOSE_BIT_FLAG_UTF8 - Fix an undefined behaviour in tinfl_decompress() (GH#216) - Fix mz_zip_reader_extract_to_heap() to read correct sizes (GH#220) * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Sep 01 2021 Petr Pisar <ppisar@redhat.com> - 2.2.0-2 - Use standard toolchain macros (FPC#1066) * Wed Aug 11 2021 Petr Pisar <ppisar@redhat.com> - 2.2.0-1 - 2.2.0 bump * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 25 2021 Tom Stellard <tstellar@redhat.com> - 2.1.0-6 - Use toolchain macro instead of hard-coding gcc