1
0
forked from pool/perl-DateTime

Accepting request 53655 from devel:languages:perl

Accepted submit request 53655 from user anicka

OBS-URL: https://build.opensuse.org/request/show/53655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=7
This commit is contained in:
Marcus Rückert 2010-11-22 14:09:34 +00:00 committed by Git OBS Bridge
commit b94c0485ed
4 changed files with 24 additions and 4 deletions

View File

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

3
DateTime-0.65.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Nov 22 12:53:57 CET 2010 - anicka@suse.cz
- update to 0.65
* All the constructors besides new() ended up calling new(), which meant that
these constructors went through the parameter validation code
twice. Avoiding this should make everything that constructs a new object
(besides new() itself) a little faster.
* The t/39no-so.t test failed for some people. I can't reproduce it, but this
release will hopefully fix the problem. Patch by Tokuhiro Matsuno. RT
#62061.
* Added a section on the DateTime Project ecosystem to the docs. Addresses RT
#60930.
* Fixed wiki links in the docs now that the wiki has moved to a new wiki
platform.
* Restored some of the dzil-ification. The repo now has a very minimal
Build.PL file which is just enough to build the XS code and run the
tests. This fixes the total lack of prereqs in the META.* files. Reported by
Bjørn-Olav. RT #62427.
-------------------------------------------------------------------
Thu Sep 30 16:08:26 CEST 2010 - anicka@suse.cz

View File

@ -22,7 +22,7 @@
Name: perl-DateTime
%define cpan_name DateTime
Summary: Date and time object
Version: 0.63
Version: 0.65
Release: 1
License: Artistic 2.0
Group: Development/Libraries/Perl