Accepting request 445408 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/445408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Format-Strptime?expand=0&rev=20
This commit is contained in:
commit
219587c25e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0f97e282b4de61390b5c3a498d3b9ee553f728c169c0845c6de02102d823929
|
||||
size 103125
|
3
DateTime-Format-Strptime-1.70.tar.gz
Normal file
3
DateTime-Format-Strptime-1.70.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ceead46b714c6baea3250b987078771f1ffbe217b501d6fc91ff3c5f2afbbc67
|
||||
size 105460
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-DateTime-Format-Strptime
|
||||
Version: 1.68
|
||||
Version: 1.70
|
||||
Release: 0
|
||||
%define cpan_name DateTime-Format-Strptime
|
||||
Summary: Parse and format strp and strf time patterns
|
||||
|
Loading…
x
Reference in New Issue
Block a user