Compare commits

...

12 Commits
master ... f36

Author SHA1 Message Date
Paul Howarth 2e9d82e4e9 Update to 1.57
- New upstream release 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
2022-03-03 16:05:29 +00:00
Paul Howarth c2409fdb55 Update to 1.56
- New upstream release 1.56
  - The DateTime->from_epoch constructor now accepts a single, non-hashref
    argument, and validates it as an epoch value (GH#119)
2022-03-03 11:18:24 +00:00
Fedora Release Engineering 2d1a773341 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 00:57:40 +00:00
Paul Howarth 5b4af5e795 Update to 1.55
- New upstream release 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
2021-12-24 12:52:45 +00:00
Fedora Release Engineering 636bcc829b - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 19:39:24 +00:00
Jitka Plesnikova 56517c44ce Perl 5.34 re-rebuild of bootstrapped packages 2021-05-24 10:10:15 +02:00
Jitka Plesnikova 79522184d7 Perl 5.34 re-rebuild of bootstrapped packages 2021-05-24 10:03:19 +02:00
Jitka Plesnikova b78ea73a43 Perl 5.34 rebuild 2021-05-23 02:03:59 +02:00
Fedora Release Engineering 4e35f4cae4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 00:43:35 +00:00
Paul Howarth 8d16d82736 Update to 1.54
- New upstream release 1.54
  - Documentation updates
2020-12-05 16:49:46 +00:00
Paul Howarth 34e8696668 Update to 1.53
- New upstream release 1.53
  - Added a $dt->rfc3339 method, based on discussion in GH#109
2020-11-09 11:29:24 +00:00
Fedora Release Engineering 1b8cdd51df - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 15:00:29 +00:00
3 changed files with 54 additions and 12 deletions

View File

@ -1,7 +0,0 @@
from Config import *
# proleptic: of a calendar, extrapolated to dates prior to its first adoption
addFilter("spelling-error %description -l en_US proleptic -> ")
# DateTime.so is not a library
addFilter("library-not-linked-against-libc /usr/lib.*/DateTime/DateTime\.so")

View File

@ -7,8 +7,8 @@
Name: perl-DateTime
Epoch: 2
Version: 1.52
Release: 3%{?dist}
Version: 1.57
Release: 1%{?dist}
Summary: Date and time object for Perl
License: Artistic 2.0
URL: https://metacpan.org/release/DateTime
@ -26,7 +26,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(DateTime::Locale) >= 1.06
BuildRequires: perl(DateTime::TimeZone) >= 2.02
BuildRequires: perl(DateTime::TimeZone) >= 2.44
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(integer)
BuildRequires: perl(namespace::autoclean) >= 0.19
@ -41,6 +41,7 @@ BuildRequires: perl(Specio::Exporter)
BuildRequires: perl(Specio::Library::Builtins)
BuildRequires: perl(Specio::Library::Numeric)
BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(Specio::Subs)
BuildRequires: perl(strict)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(warnings)
@ -54,6 +55,7 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings) >= 0.005
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(utf8)
%if %{with perl_DateTime_enables_optional_test} && !%{defined perl_bootstrap}
# Optional Tests:
@ -112,6 +114,53 @@ make test
%{_mandir}/man3/DateTime::Types.3*
%changelog
* Thu Mar 3 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 3 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 5 2020 Paul Howarth <paul@city-fan.org> - 2:1.54-1
- Update to 1.54
- Documentation updates
* Mon Nov 9 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
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.52-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.52-3
- Perl 5.32 re-rebuild of bootstrapped packages
@ -119,7 +168,7 @@ make test
- Perl 5.32 rebuild
* Mon Mar 2 2020 Paul Howarth <paul@city-fan.org> - 2:1.52-1
- Update to 1.51
- Update to 1.52
- 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

View File

@ -1 +1 @@
SHA512 (DateTime-1.52.tar.gz) = c2e359f480396e0da16afbec362cb744f201f6c777fa916228f0adfd26a848b9451535feeda4e1531e5afb40a286e3b11a44e95dc0947dc4e2ba714973bb5ac4
SHA512 (DateTime-1.57.tar.gz) = 1b89d818618d09b4a4bfc6cde2325e2755546777070ad12fd55ac4e4ef209e6e44bf5458b436085f52ddd99df96293521695821d1380d65f2c7ce23ca2bffd56