Update to 1.44
- New upstream release 1.44 - Added a stringify() method, which does exactly the same thing as stringification overloading does (GH#58) - Added an is_last_day_of_month() method to indicate whether or not an object falls on the last day of its month (GH#60)
This commit is contained in:
parent
f475b69fe4
commit
f164fe190f
@ -1,7 +1,7 @@
|
|||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.43
|
Version: 1.44
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Date and time object for Perl
|
Summary: Date and time object for Perl
|
||||||
License: Artistic 2.0
|
License: Artistic 2.0
|
||||||
URL: http://search.cpan.org/dist/DateTime/
|
URL: http://search.cpan.org/dist/DateTime/
|
||||||
@ -105,6 +105,13 @@ make test
|
|||||||
%{_mandir}/man3/DateTime::Types.3*
|
%{_mandir}/man3/DateTime::Types.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 22 2017 Paul Howarth <paul@city-fan.org> - 2:1.44-1
|
||||||
|
- Update to 1.44
|
||||||
|
- Added a stringify() method, which does exactly the same thing as
|
||||||
|
stringification overloading does (GH#58)
|
||||||
|
- Added an is_last_day_of_month() method to indicate whether or not an object
|
||||||
|
falls on the last day of its month (GH#60)
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-4
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (DateTime-1.43.tar.gz) = 53714bb82561180d8a945e22ad708d0ae64649c2e99f35fe35a8dcdd0553744d1f1ab2a0f16696edd270d5307707a8eda398eb45c2c418fb30b0e82571a67c61
|
SHA512 (DateTime-1.44.tar.gz) = a256efc26ad1f2859f3371b70e5edd0d962d2c19c54b746178e3945b1dc665621d09b7ac6be279c7e92b8aa91763c5df2d8ccbca1832ba69ac810feb8533ca71
|
||||||
|
Loading…
Reference in New Issue
Block a user