Update to 1.66

- New upstream release 1.66
  - Added a zone_map constructor argument; this lets you supply a mapping for
    ambiguous time zone abbreviations (CPAN RT#74762)
This commit is contained in:
Paul Howarth 2016-03-29 11:27:02 +01:00
parent 5bd77b2eea
commit d97511da40
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-DateTime-Format-Strptime
Epoch: 1
Version: 1.65
Version: 1.66
Release: 1%{?dist}
Summary: Parse and format strptime and strftime patterns
License: Artistic 2.0
@ -59,11 +59,16 @@ make test
%files
%license LICENSE
%doc Changes README.md
%doc Changes CONTRIBUTING.md README.md
%{perl_vendorlib}/DateTime/
%{_mandir}/man3/DateTime::Format::Strptime.3*
%changelog
* Tue Mar 29 2016 Paul Howarth <paul@city-fan.org> - 1:1.66-1
- Update to 1.66
- Added a zone_map constructor argument; this lets you supply a mapping for
ambiguous time zone abbreviations (CPAN RT#74762)
* Sun Mar 20 2016 Paul Howarth <paul@city-fan.org> - 1:1.65-1
- 1.65 bump
- License is now Artistic 2.0

View File

@ -1 +1 @@
3e20314555438dfde8308c55ad203556 DateTime-Format-Strptime-1.65.tar.gz
a6dfb4384874bb92636f85706dcb01b1 DateTime-Format-Strptime-1.66.tar.gz