Update to 1.41

- New upstream release 1.41
  - The DateTime->add and ->subtract methods now accept DateTime::Duration
    objects; this used to work by accident but is now done intentionally, with
    docs and tests (GH#45)
This commit is contained in:
Paul Howarth 2016-11-17 11:00:42 +00:00
parent 349a3257ce
commit 991509ebab
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-DateTime
Epoch: 2
Version: 1.40
Version: 1.41
Release: 1%{?dist}
Summary: Date and time object for Perl
License: Artistic 2.0
@ -106,6 +106,12 @@ make test
%{_mandir}/man3/DateTime::Types.3*
%changelog
* Thu Nov 17 2016 Paul Howarth <paul@city-fan.org> - 2:1.41-1
- Update to 1.41
- The DateTime->add and ->subtract methods now accept DateTime::Duration
objects; this used to work by accident but is now done intentionally, with
docs and tests (GH#45)
* Sun Nov 13 2016 Paul Howarth <paul@city-fan.org> - 2:1.40-1
- Update to 1.40
- Switched from RT to the GitHub issue tracker

View File

@ -1 +1 @@
113c8d1dbc9271ce087926494c7e4eb7 DateTime-1.40.tar.gz
43d9ead8984097f970496d4dafef266e DateTime-1.41.tar.gz