Name: | rh-perl530-perl-DateTime |
---|---|
Epoch: | 2 |
Version: | 1.51 |
Release: | 5.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 424525 |
License: | Artistic 2.0 |
RPM: | rh-perl530-perl-DateTime-1.51-5.el7.aarch64.rpm |
Source RPM: | rh-perl530-perl-DateTime-1.51-5.el7.src.rpm |
Build Date: | Thu Jun 24 2021 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/DateTime |
Summary: | Date and time object for Perl |
Description: | DateTime 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. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 re-rebuild of bootstrapped packages
- Perl 5.30 rebuild
- 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}
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- 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)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Update to 1.49 - Updated the ppport.h with the latest version of Devel::PPPort, which fixes a compilation warning when compiling with 5.27.11 (GH#81) - Switch upstream from search.cpan.org to metacpan.org