Tue, 16 Apr 2024 16:52:49 UTC | login

Information for build perl-DateTime-1.52-3.fc33.rvre0

ID166716
Package Nameperl-DateTime
Version1.52
Release3.fc33.rvre0
Epoch2
Sourcegit+http://fedora.riscv.rocks:3000/rpms/perl-DateTime.git#eeaed2684bdf18f5d94f93644ba27b8e3b47e4f8
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
StartedFri, 17 Jul 2020 11:46:00 UTC
CompletedFri, 17 Jul 2020 12:07:49 UTC
Taskbuild (f33, /rpms/perl-DateTime.git:eeaed2684bdf18f5d94f93644ba27b8e3b47e4f8)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/perl-DateTime.git#eeaed2684bdf18f5d94f93644ba27b8e3b47e4f8'}}
Tags
f33
RPMs
src
perl-DateTime-1.52-3.fc33.rvre0.src.rpm (info) (download)
riscv64
perl-DateTime-1.52-3.fc33.rvre0.riscv64.rpm (info) (download)
perl-DateTime-debuginfo-1.52-3.fc33.rvre0.riscv64.rpm (info) (download)
perl-DateTime-debugsource-1.52-3.fc33.rvre0.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 16 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1.52-3.rvre0 - Rebuilt for Fedora RISCV, no changes * Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.52-3 - Perl 5.32 re-rebuild of bootstrapped packages * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.52-2 - Perl 5.32 rebuild * Mon Mar 02 2020 Paul Howarth <paul@city-fan.org> - 2:1.52-1 - Update to 1.51 - Added a $dt->is_between($dt1, $dt2) method (based on GH#97) - Simplify the calculation of leap seconds in XS (GH#91); this is a little more efficient for most use cases (anything with future or recent past datetimes) * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.51-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.51-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.51-3 - Perl 5.30 re-rebuild of bootstrapped packages * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.51-2 - Perl 5.30 rebuild * Mon Apr 22 2019 Paul Howarth <paul@city-fan.org> - 2:1.51-1 - Update to 1.51 - Fix CLDR formatting of 'S' pattern with more than 9 digits of precision; while we only store nanoseconds in the DateTime object we should still be able to handle an arbitrary number of digits properly (GH#89) - Modernize spec using %{make_build} and %{make_install} * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.50-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 02 2018 Paul Howarth <paul@city-fan.org> - 2:1.50-1 - Update to 1.50 - The %F strftime pattern incorrectly zero-padded numbers less than four digits; according to POSIX::strftime, this should output the year as-is without padding (GH#83)