diff --git a/DateTime-Format-Strptime-1.65.tar.gz b/DateTime-Format-Strptime-1.65.tar.gz deleted file mode 100644 index e4f798a..0000000 --- a/DateTime-Format-Strptime-1.65.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:621ae39efd1134850b5d47b6cba772a250d7920c268e05cfb9908d993d3cd527 -size 43190 diff --git a/DateTime-Format-Strptime-1.67.tar.gz b/DateTime-Format-Strptime-1.67.tar.gz new file mode 100644 index 0000000..5784e75 --- /dev/null +++ b/DateTime-Format-Strptime-1.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedc31384dac1ab739edcaa7155411971b513d5d2ee323489bc3257cede07946 +size 110252 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 4ae471b..0ae56b7 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Apr 4 09:33:20 UTC 2016 - coolo@suse.com + +- updated to 1.67 + see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes + + 1.67 2016-03-31 + + - Fixed a regression introduced in 1.60. Older versions of this library would + match dates pretty match 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". Based on a PR from YASUTAKE Kiyoshi. GitHub #3. + + + 1.66 2016-03-27 + + - Added a zone_map constructor argument. This lets you supply a mapping for + ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT + #74762. + ------------------------------------------------------------------- Tue Mar 22 10:06:45 UTC 2016 - coolo@suse.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index 8530ac8..c31f20b 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -17,7 +17,7 @@ Name: perl-DateTime-Format-Strptime -Version: 1.65 +Version: 1.67 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns @@ -70,6 +70,6 @@ and a pattern and returns the 'DateTime' object associated. %files -f %{name}.files %defattr(-,root,root,755) -%doc bench Changes LICENSE README.md +%doc bench Changes CONTRIBUTING.md LICENSE README.md %changelog