Mon, 06 May 2024 19:24:39 UTC | login

Information for build perl-DateTime-1.65-1.fc40

ID270583
Package Nameperl-DateTime
Version1.65
Release1.fc40
Epoch2
Sourcegit+https://src.fedoraproject.org/rpms/perl-DateTime.git#bf25a9af59e99ba7551088d3d3278686b0dd7b39
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
StartedSat, 16 Dec 2023 17:43:19 UTC
CompletedSun, 17 Dec 2023 10:27:50 UTC
Taskbuild (f40, /rpms/perl-DateTime.git:bf25a9af59e99ba7551088d3d3278686b0dd7b39)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-DateTime.git#bf25a9af59e99ba7551088d3d3278686b0dd7b39'}}
Tags
f40
RPMs
src
perl-DateTime-1.65-1.fc40.src.rpm (info) (download)
riscv64
perl-DateTime-1.65-1.fc40.riscv64.rpm (info) (download)
perl-DateTime-debuginfo-1.65-1.fc40.riscv64.rpm (info) (download)
perl-DateTime-debugsource-1.65-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Mon Nov 06 2023 Paul Howarth <paul@city-fan.org> - 2:1.65-1 - Update to 1.65 (rhbz#2248104) - Fix builds on macOS with Perls before 5.22.0; this seems to have the same issue as Windows on older Perls (GH#141) * 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