Update to 1.67

- New upstream release 1.67
  - Fixed a regression introduced in 1.60; older versions of this library would
    match dates pretty much anywhere in a string, so "%%Y-%%m-%%d" would match
    a string like "abcd1234-12-30efgh" - this is probably too permissive, but
    we definitely want to match on word boundaries so that we match
    "log.2016-03-31" (GH#3)
This commit is contained in:
Paul Howarth 2016-04-01 10:23:07 +01:00
parent d97511da40
commit 2fd18d81a2
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-DateTime-Format-Strptime
Epoch: 1
Version: 1.66
Version: 1.67
Release: 1%{?dist}
Summary: Parse and format strptime and strftime patterns
License: Artistic 2.0
@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/DateTime-Format-Strptime/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
@ -64,6 +65,14 @@ make test
%{_mandir}/man3/DateTime::Format::Strptime.3*
%changelog
* Fri Apr 1 2016 Paul Howarth <paul@city-fan.org> - 1:1.67-1
- Update to 1.67
- Fixed a regression introduced in 1.60; older versions of this library would
match dates pretty much anywhere in a string, so "%%Y-%%m-%%d" would match
a string like "abcd1234-12-30efgh" - this is probably too permissive, but
we definitely want to match on word boundaries so that we match
"log.2016-03-31" (GH#3)
* 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

View File

@ -1 +1 @@
a6dfb4384874bb92636f85706dcb01b1 DateTime-Format-Strptime-1.66.tar.gz
d0d2a70ec818dde0690af6f832312e06 DateTime-Format-Strptime-1.67.tar.gz