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)
This commit is contained in:
parent
2d1a773341
commit
c2409fdb55
@ -7,8 +7,8 @@
|
||||
|
||||
Name: perl-DateTime
|
||||
Epoch: 2
|
||||
Version: 1.55
|
||||
Release: 2%{?dist}
|
||||
Version: 1.56
|
||||
Release: 1%{?dist}
|
||||
Summary: Date and time object for Perl
|
||||
License: Artistic 2.0
|
||||
URL: https://metacpan.org/release/DateTime
|
||||
@ -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)
|
||||
@ -112,6 +113,11 @@ make test
|
||||
%{_mandir}/man3/DateTime::Types.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DateTime-1.55.tar.gz) = a03305db6e141528d25b1156bd885518565bc53ee2c20cfc26bb84e67375d0fc783d50ab81877a69804bb46641822b64519e48c4805803064a69ca8253942a2e
|
||||
SHA512 (DateTime-1.56.tar.gz) = b610bb3928945cf015b95e9a2ff49c185981ffa1d9e42e97009973c6e2c30e00bd577a19cc0399f63f76edbf278d4b5f47fa8994120c794f0f3d7fcca4d23e5a
|
||||
|
Loading…
Reference in New Issue
Block a user