Sun, 28 Apr 2024 13:40:34 UTC | login

Information for build perl-autobox-3.0.1-3.fc29

ID64758
Package Nameperl-autobox
Version3.0.1
Release3.fc29
Epoch
SummaryCall methods on native types
DescriptionThe autobox pragma allows methods to be called on integers, floats, strings, arrays, hashes, and code references in exactly the same manner as blessed references.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 25 Jul 2018 03:01:58 UTC
CompletedWed, 25 Jul 2018 05:05:40 UTC
Taskbuild (f29-candidate, perl-autobox-3.0.1-3.fc29.src.rpm)
Tags
f29
f30
RPMs
src
perl-autobox-3.0.1-3.fc29.src.rpm (info) (download)
riscv64
perl-autobox-3.0.1-3.fc29.riscv64.rpm (info) (download)
perl-autobox-debuginfo-3.0.1-3.fc29.riscv64.rpm (info) (download)
perl-autobox-debugsource-3.0.1-3.fc29.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> - 3.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.1-2 - Perl 5.28 rebuild * Mon May 07 2018 Paul Howarth <paul@city-fan.org> - 3.0.1-1 - Update to 3.0.1 - Breaking change: - The behaviour of UNIVERSAL methods like $native->can and $native->isa is now defined as being the same as when autobox is not enabled rather than "undefined" (technically, this still falls under the rubric of "undefined", but the switch from "don't know" to "don't" could break buggy code, so bump for safety) - Add DOES to the list of non-autoboxed methods - Switch to semantic versioning scheme - Upgrade ppport.h from 3.35 → 3.42 - Fix version declaration on 5.8 (GH#11) * Mon Apr 23 2018 Paul Howarth <paul@city-fan.org> - 2.86-1 - Update to 2.86 - Fix bug that prevented autoboxing working under the debugger on perl 5.22+ (GH#9); added t/debugger.t - Fix bug that prevented bareword method-calls being exempted when the method is a variable e.g. Foo->$bar (GH#8) - Add operator-overloading note to the gotchas section (GH#7) - License changed to Artistic 2.0 - Drop legacy Group: tag * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.85-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.85-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.85-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.85-2 - Perl 5.26 rebuild * Tue Feb 28 2017 Paul Howarth <paul@city-fan.org> - 2.85-1 - Update to 2.85 - Fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.84-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Aug 30 2016 Paul Howarth <paul@city-fan.org> - 2.84-1 - Update to 2.84 - Compatibility fix for perl ≥ 5.25 - Upgrade ppport.h from 3.20 to 3.35 - Add .travis.yml