8
0
forked from pool/perl-DateTime

Accepting request 43314 from devel:languages:perl

Copy from devel:languages:perl/perl-DateTime based on submit request 43314 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/43314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=4
This commit is contained in:
OBS User autobuild
2010-08-02 01:38:55 +00:00
committed by Git OBS Bridge
parent aff263445e
commit f23b3c868a
4 changed files with 57 additions and 14 deletions

View File

@@ -1,5 +1,38 @@
-------------------------------------------------------------------
Sun Apr 11 21:50:08 UTC 2010 - chris@computersalat.de
Thu Jul 8 16:25:10 UTC 2010 - chris@computersalat.de
- update to 0.60
- By default, Dist::Zilla generates a Build.PL that requires Module::Build
0.3601+, but this distro really doesn't need any particular version.
- hence removed MB patch
-------------------------------------------------------------------
Fri Jul 2 12:15:13 UTC 2010 - chris@computersalat.de
- update to 0.59
- More packaging fixes. This release makes sure that POD only shows up in the
right files. In 0.56 through 0.58, some POD in the wrong place confused the
search.cpan.org POD display code, and the main module's documentation wasn't
viewable.
- 0.58 2010-06-28
- Versions 0.56 and 0.57 did not build XS properly when installing.
- 0.57 2010-06-26
- Make DateTime::LeapSecond have the same $VERSION as every other .pm file.
- 0.56 2010-06-26
- The set_formatter() method did not return the DateTime object, and did not
actually validate the value provided for the formatter. Based on a patch by
Andrew Whatson. RT #58506.
- Improved docs on floating time zone. Based on suggestions by Michael
Svoboda. RT #56389.
- Added mention of end-of-month algorithms to docs on DateTime math. Based on
a patch by Michael R. Davis. RT #58533.
- License is now Artistic 2.0.
- added MB patch
o Author Requires Module::Build >= 0.3601
but 1120 does not provide it, and builds just fine with Module::Build 0.280801
-------------------------------------------------------------------
Sun Apr 11 21:55:08 UTC 2010 - chris@computersalat.de
- update to 0.55
- Get all tests passing on 5.6.2. Thanks to Zefram for help spotting the
@@ -25,7 +58,17 @@ Sun Apr 11 21:50:08 UTC 2010 - chris@computersalat.de
Patch by Michael Schwern. RT #55453.
- Allow passing end_of_month setting to $duration->inverse(). Requested by
John Siracusa. RT #53985.
- 0.53 2009-12-06
- fixed deps
- perl-macros < 1120
- perl(Test::Exception)
- perl(Test::More) >= 0.88
- perl(DateTime::TimeZone) >= 1.09
- split package to DateTime_0_53 for suse_version < 1120
-------------------------------------------------------------------
Sun Apr 11 21:50:08 UTC 2010 - chris@computersalat.de
- update to 0.53
- Added Test::Exception to build_requires.
- 0.52 2009-12-05
- Numeric to ->new() are now all validated to make sure they are
@@ -45,11 +88,6 @@ Sun Apr 11 21:50:08 UTC 2010 - chris@computersalat.de
o removed useless comments
o fixed Header
o update License, Url, description
o fixed deps
- perl-macros < 1120
- perl(Test::Exception)
- perl(Test::More) >= 0.88
- perl(DateTime::TimeZone) >= 1.09
o moved changelog to changes file
o macro usage
o Makefile.PL > Build.PL