Mon, 06 May 2024 18:40:34 UTC | login

Information for build perl-DateTime-1.58-4.fc37.rvre0

ID200381
Package Nameperl-DateTime
Version1.58
Release4.fc37.rvre0
Epoch2
Sourcegit+http://fedora.riscv.rocks:3000/rpms/perl-DateTime.git#2702e3fc0a14f7650f4fcc129d9aaa66c63323d3
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
StartedSun, 11 Sep 2022 09:25:35 UTC
CompletedSun, 11 Sep 2022 10:28:14 UTC
Taskbuild (f37, /rpms/perl-DateTime.git:2702e3fc0a14f7650f4fcc129d9aaa66c63323d3)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/perl-DateTime.git#2702e3fc0a14f7650f4fcc129d9aaa66c63323d3'}}
Tags
f37
RPMs
src
perl-DateTime-1.58-4.fc37.rvre0.src.rpm (info) (download)
riscv64
perl-DateTime-1.58-4.fc37.rvre0.riscv64.rpm (info) (download)
perl-DateTime-debuginfo-1.58-4.fc37.rvre0.riscv64.rpm (info) (download)
perl-DateTime-debugsource-1.58-4.fc37.rvre0.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Sep 11 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.58-4.rvre0 - Rebuilt for Fedora/RISCV (riscv64) * 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 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.54-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.54-5 - Perl 5.34 re-rebuild of bootstrapped packages * Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.54-4 - Perl 5.34 re-rebuild of bootstrapped packages * Sun May 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.54-3 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.54-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Dec 05 2020 Paul Howarth <paul@city-fan.org> - 2:1.54-1 - Update to 1.54 - Documentation updates * Mon Nov 09 2020 Paul Howarth <paul@city-fan.org> - 2:1.53-1 - Update to 1.53 - Added a $dt->rfc3339 method, based on discussion in GH#109