8
0

Accepting request 383907 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/383907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=32
This commit is contained in:
Stephan Kulow
2016-04-06 06:24:47 +00:00
committed by Git OBS Bridge
parent 058e525e6a
commit 2c8c8e9f22
4 changed files with 26 additions and 5 deletions

View File

@@ -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