Mon, 03 Jun 2024 23:39:16 UTC | login

Information for build perl-Compress-Raw-Lzma-2.082-4.fc30

ID82368
Package Nameperl-Compress-Raw-Lzma
Version2.082
Release4.fc30
Epoch
SummaryLow-level interface to lzma compression library
DescriptionThis module provides a Perl interface to the lzma compression library. It is used by IO::Compress::Lzma.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 07 Dec 2018 19:21:20 UTC
CompletedFri, 07 Dec 2018 20:23:03 UTC
Taskbuild (f30-candidate, perl-Compress-Raw-Lzma-2.082-4.fc30.src.rpm)
Tags
f30
RPMs
src
perl-Compress-Raw-Lzma-2.082-4.fc30.src.rpm (info) (download)
riscv64
perl-Compress-Raw-Lzma-2.082-4.fc30.riscv64.rpm (info) (download)
perl-Compress-Raw-Lzma-debuginfo-2.082-4.fc30.riscv64.rpm (info) (download)
perl-Compress-Raw-Lzma-debugsource-2.082-4.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.082-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.082-3 - Perl 5.28 rebuild * Sat May 12 2018 Paul Howarth <paul@city-fan.org> - 2.082-2 - Rebuild for xz 5.2.4 in Fedora 28 onwards * Mon Apr 16 2018 Paul Howarth <paul@city-fan.org> - 2.082-1 - Update to 2.082 - README: Document clash with older version of liblzma (CPAN RT#125046) - Lzma.pm: Fix typo in pod (CPAN RT#125093) * Mon Apr 09 2018 Paul Howarth <paul@city-fan.org> - 2.081-1 - Update to 2.081 - Previous release used $^W instead of use warnings - fixed * Wed Apr 04 2018 Paul Howarth <paul@city-fan.org> - 2.080-1 - Update to 2.080 (no changes) * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-2 - Perl 5.26 rebuild * Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 2.074-1 - Update to 2.074 - Lzma.xs: comment out unused variables and remove C++-ism (CPAN RT#120272) - Make failure when LZMA_VERSION != lzma_version_number more explicit - Added interface to LZMA_VERSION and LZMA_VERSION_STRING * Mon Feb 13 2017 Paul Howarth <paul@city-fan.org> - 2.072-1 - Update to 2.072 - Fix for Makefile.PL depending on . in @INC (CPAN RT#120084) - Use of Compress::Raw::Lzma::RawDecoder failed with large amount of data (CPAN RT#105460) - AppendOutput for "encode" methods said default was 1; it is actually 0 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.070-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 02 2017 Paul Howarth <paul@city-fan.org> - 2.070-2 - Rebuild for xz-5.2.3 * Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1 - Update to 2.070 - Fix wrong FLAG_APPEND_OUTPUT logic (CPAN RT#119207) - Simplify find commands using -empty and -delete