Sat, 18 May 2024 00:42:50 UTC | login

Information for build perl-Sereal-Encoder-5.004-5.fc40

ID285533
Package Nameperl-Sereal-Encoder
Version5.004
Release5.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Sereal-Encoder.git#509478eab2210e0a6d46b5c4df481ca1470052f6
SummaryPerl serialization into Sereal format
DescriptionThis library implements an efficient, compact-output, and feature-rich serializer using a binary protocol called Sereal.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Feb 2024 15:36:46 UTC
CompletedThu, 22 Feb 2024 16:32:11 UTC
Taskbuild (f40, /rpms/perl-Sereal-Encoder.git:509478eab2210e0a6d46b5c4df481ca1470052f6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Sereal-Encoder.git#509478eab2210e0a6d46b5c4df481ca1470052f6'}}
Tags
f40
f41
RPMs
src
perl-Sereal-Encoder-5.004-5.fc40.src.rpm (info) (download)
riscv64
perl-Sereal-Encoder-5.004-5.fc40.riscv64.rpm (info) (download)
perl-Sereal-Encoder-debuginfo-5.004-5.fc40.riscv64.rpm (info) (download)
perl-Sereal-Encoder-debugsource-5.004-5.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.004-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.004-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.004-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 5.004-2 - Perl 5.38 rebuild * Wed Apr 19 2023 Paul Howarth <paul@city-fan.org> - 5.004-1 - Update to 5.004 (rhbz#2188043) - Decoder fixes: fix thaw ordering for frozen objects - nested THAW operations now happen in the documented LIFO order (GH#283, GH#285) * Wed Feb 08 2023 Paul Howarth <paul@city-fan.org> - 5.003-1 - Update to 5.003 (rhbz#2168016) - Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16 (note: this package uses the system versions of these) - Assorted build fixes related to these updates - OpenBSD build fixes * Wed Feb 01 2023 Paul Howarth <paul@city-fan.org> - 5.002-1 - Update to 5.002 (rhbz#2166281) - Fix up Decoder tests to run on perl 5.8, which has no defined-or - Ensure that Encoder depends on the correct version of the Decoder - Test compatibility fixes when no perl is already installed - Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions - Test compatibility fixes with version 3 and earlier * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.001-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 01 2022 Petr Pisar <ppisar@redhat.com> - 5.001-2 - Rebuild against miniz-3.0.0 (bug #2137798) * Sun Sep 04 2022 Paul Howarth <paul@city-fan.org> - 5.001-1 - Update to 5.001 - First official release of protocol 5 - Better support for non-standard NV types - Support for the new Perl 5.36 bools - Use SPDX-format license tag * Thu Jul 28 2022 Paul Howarth <paul@city-fan.org> - 4.025-1 - Update to 4.025 - Changes to the FREEZE/THAW mechanism - Remove the part that says that FREEZE cannot return a list; it can, and we have supported it for a very long time, although I have not checked how far back this support goes - If you use the FREEZE/THAW API's you should upgrade to this version - Test fixes for t/020_sort_keys.t hanging on some perls that do not come bundled with Hash::Util * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.023-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.023-2 - Perl 5.36 rebuild * Sun Feb 20 2022 Paul Howarth <paul@city-fan.org> - 4.023-1 - Update to 4.023 - Make it possible to upgrade with passing tests when using Sereal::Decoder 4.015-4.019 on threaded debugging perls * Sat Feb 19 2022 Paul Howarth <paul@city-fan.org> - 4.022-1 - Update to 4.022 - Better logic to make it possible to upgrade with passing tests when using Sereal::Decoder 4.019 on threaded debugging perls * Fri Feb 18 2022 Paul Howarth <paul@city-fan.org> - 4.021-1 - Update to 4.021 - Make it possible to upgrade with passing tests when using Sereal::Decoder 4.019 on threaded debugging perls * Thu Feb 17 2022 Paul Howarth <paul@city-fan.org> - 4.020-1 - Update to 4.020 - Fix "panic: free from wrong pool" errors on threaded builds * Mon Feb 07 2022 Paul Howarth <paul@city-fan.org> - 4.019-1 - Update to 4.019 - Fix build issue with latest perl - Update bundled zstd to 1.5.1 (note: this package uses system zstd) - Fix permissions verbosely - Make %files list more explicit