Tue, 16 Apr 2024 13:38:13 UTC | login

Information for build perl-autobox-3.0.1-9.fc33

ID136955
Package Nameperl-autobox
Version3.0.1
Release9.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-autobox.git#e14a0236875fea037c1a8f95985ba31cf04748f4
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
StartedThu, 26 Mar 2020 14:58:09 UTC
CompletedThu, 26 Mar 2020 15:13:11 UTC
Taskbuild (f33, /rpms/perl-autobox.git:e14a0236875fea037c1a8f95985ba31cf04748f4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-autobox.git#e14a0236875fea037c1a8f95985ba31cf04748f4'}}
Tags
f33
RPMs
src
perl-autobox-3.0.1-9.fc33.src.rpm (info) (download)
riscv64
perl-autobox-3.0.1-9.fc33.riscv64.rpm (info) (download)
perl-autobox-debuginfo-3.0.1-9.fc33.riscv64.rpm (info) (download)
perl-autobox-debugsource-3.0.1-9.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Mar 10 2020 Petr Pisar <ppisar@redhat.com> - 3.0.1-9 - Build-require perl-debugger for tests * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Nov 06 2019 Paul Howarth <paul@city-fan.org> - 3.0.1-7 - Spec tidy-up - Use author-independent source URL - Use %{make_build} and %{make_install} * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.1-5 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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