Mon, 06 May 2024 13:33:46 UTC | login

Information for build perl-DateTime-1.63-1.rvre0.fc40

ID261331
Package Nameperl-DateTime
Version1.63
Release1.rvre0.fc40
Epoch2
Sourcegit+http://fedora.riscv.rocks:3000/rpms/perl-DateTime.git#c5ad11356e96fc2ebbbd138036f16847502396b4
SummaryDate and time object for Perl
DescriptionDateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic Gregorian calendar". In this calendar, the first day of the calendar (the epoch), is the first day of year 1, which corresponds to the date which was (incorrectly) believed to be the birth of Jesus Christ.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 31 Oct 2023 13:12:45 UTC
CompletedTue, 31 Oct 2023 13:23:40 UTC
Taskbuild (f40, /rpms/perl-DateTime.git:c5ad11356e96fc2ebbbd138036f16847502396b4)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/perl-DateTime.git#c5ad11356e96fc2ebbbd138036f16847502396b4'}}
Tags
f40
RPMs
src
perl-DateTime-1.63-1.rvre0.fc40.src.rpm (info) (download)
riscv64
perl-DateTime-1.63-1.rvre0.fc40.riscv64.rpm (info) (download)
perl-DateTime-debuginfo-1.63-1.rvre0.fc40.riscv64.rpm (info) (download)
perl-DateTime-debugsource-1.63-1.rvre0.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Tue Oct 31 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.63-1.rvre0 - Rebuilt for Fedora/RISCV (riscv64) * Mon Oct 23 2023 Paul Howarth <paul@city-fan.org> - 2:1.63-1 - Update to 1.63 (rhbz#2245551) - Switched to using the 'Perl_isfinite' function instead of trying to implement this ourselves in XS code; this should fix quadmath builds on Windows (GH#139) * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.59-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.59-4 - Perl 5.38 re-rebuild of bootstrapped packages * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.59-3 - Perl 5.38 rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.59-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 24 2022 Paul Howarth <paul@city-fan.org> - 2:1.59-1 - Update to 1.59 - Fixed tests to pass with DateTime::Locale 1.37+ (GH#34) - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.58-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.58-3 - Perl 5.36 re-rebuild of bootstrapped packages * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.58-2 - Perl 5.36 rebuild * Tue Apr 19 2022 Paul Howarth <paul@city-fan.org> - 2:1.58-1 - Update to 1.58 - Fixed tests so that they ignore the value set in the 'PERL_DATETIME_DEFAULT_TZ' env var, if one exists (GH#128) * Thu Mar 03 2022 Paul Howarth <paul@city-fan.org> - 2:1.57-1 - Update to 1.57 - The last release would die if Sub::Util was not available, but this should just be an optional requirement (GH#131); this is the second time I've introduced this bug, so now there's a test to make sure that DateTime can be loaded if Sub::Util is not installed, which will hopefully prevent a third occurrence of this bug * Thu Mar 03 2022 Paul Howarth <paul@city-fan.org> - 2:1.56-1 - Update to 1.56 - The DateTime->from_epoch constructor now accepts a single, non-hashref argument, and validates it as an epoch value (GH#119) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.55-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 24 2021 Paul Howarth <paul@city-fan.org> - 2:1.55-1 - Update to 1.55 - Another documentation fix release; this fixes some mistakes, fixes some broken links, and removes all references to the long-dead datetime.perl.org