Dominique Leuenberger 2017-01-21 23:24:50 +00:00 committed by Git OBS Bridge
commit 219587c25e
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0f97e282b4de61390b5c3a498d3b9ee553f728c169c0845c6de02102d823929
size 103125

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ceead46b714c6baea3250b987078771f1ffbe217b501d6fc91ff3c5f2afbbc67
size 105460

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Dec 12 06:22:16 UTC 2016 - coolo@suse.com
- updated to 1.70
see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
1.70 2016-12-10
- Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z.
Previously only ±HHMM where accepted. PR from Christian Hansen, GitHub #13.
1.69 2016-12-04 (TRIAL RELEASE)
- The word boundary check supposedly added in 1.67 didn't really work
properly, and still matched too much. For example, the pattern "%d-%m-%y"
would match "2016-11-30" and turn it into November 16, 2030. This also had
problems at the end of strings, so that the same pattern would improperly
match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub
#11.
- Added docs for several formats which had long been supported but not
documented. These are %P, %c, %x, and %X. Reported by Alexander
Hartmaier. GH #10.
-------------------------------------------------------------------
Sat Dec 3 02:15:19 UTC 2016 - chris@computersalat.de
- fix deps
* perl(DateTime::Locale) >= 0.45 (not 0.450000)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 23 11:41:25 UTC 2016 - coolo@suse.com Mon May 23 11:41:25 UTC 2016 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime-Format-Strptime Name: perl-DateTime-Format-Strptime
Version: 1.68 Version: 1.70
Release: 0 Release: 0
%define cpan_name DateTime-Format-Strptime %define cpan_name DateTime-Format-Strptime
Summary: Parse and format strp and strf time patterns Summary: Parse and format strp and strf time patterns