>From 2fd18d81a2cb1c720912b81c0914a70acf2b6c9f Mon Sep 17 00:00:00 2001 From: Paul Howarth <paul@xxxxxxxxxxxx> Date: Fri, 1 Apr 2016 10:23:07 +0100 Subject: 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) --- perl-DateTime-Format-Strptime.spec | 11 ++++++++++- sources | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index 012331d..16961e8 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -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@xxxxxxxxxxxx> - 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@xxxxxxxxxxxx> - 1:1.66-1 - Update to 1.66 - Added a zone_map constructor argument; this lets you supply a mapping for diff --git a/sources b/sources index 5232ae4..6e3e6a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6dfb4384874bb92636f85706dcb01b1 DateTime-Format-Strptime-1.66.tar.gz +d0d2a70ec818dde0690af6f832312e06 DateTime-Format-Strptime-1.67.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-DateTime-Format-Strptime.git/commit/?h=master&id=2fd18d81a2cb1c720912b81c0914a70acf2b6c9f -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx