8
0

Accepting request 297419 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297419
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Mail?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2015-04-17 07:10:00 +00:00
committed by Git OBS Bridge
parent 11131f5cf3
commit e94e32b468
5 changed files with 117 additions and 47 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Apr 16 20:55:30 UTC 2015 - coolo@suse.com
- updated to 0.401
see /usr/share/doc/packages/perl-DateTime-Format-Mail/Changes
0.401 2014-05-03
- Fix the tests to accomodate the new 1-digit format for days of month
before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch.
- add some more sample dates to t/sample_dates
and run one test per sample date in t/sample.t
0.400 2014-04-13
- New maintainer - Philippe Bruhat (BooK)
- Now depends on DateTime 0.18. RT #74580.
- Moved POD tests to the release stage.
- format_datetime() now uses 1-digit numbers for day of month < 10.
Dates with unrecognized timezones lead to the creation of a DateTime
object with a floating timezone.
UTC is now formatted as +0000, floating is formatted as -0000.
RT #94556.
- Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
-------------------------------------------------------------------
Sat May 11 22:16:54 UTC 2013 - lars@linux-schulserver.de