From 53af7f86822d2f3eb631c89de7e91cf8ed2addb48565ca2d94ee06101270b60e Mon Sep 17 00:00:00 2001 From: Anna Maresova Date: Mon, 22 Nov 2010 12:46:02 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.65=20=20*=20All=20the=20con?= =?UTF-8?q?structors=20besides=20new()=20ended=20up=20calling=20new(),=20w?= =?UTF-8?q?hich=20meant=20that=20=20=20=20these=20constructors=20went=20th?= =?UTF-8?q?rough=20the=20parameter=20validation=20code=20=20=20=20twice.?= =?UTF-8?q?=20Avoiding=20this=20should=20make=20everything=20that=20constr?= =?UTF-8?q?ucts=20a=20new=20object=20=20=20=20(besides=20new()=20itself)?= =?UTF-8?q?=20a=20little=20faster.=20=20*=20The=20t/39no-so.t=20test=20fai?= =?UTF-8?q?led=20for=20some=20people.=20I=20can't=20reproduce=20it,=20but?= =?UTF-8?q?=20this=20=20=20=20release=20will=20hopefully=20fix=20the=20pro?= =?UTF-8?q?blem.=20Patch=20by=20Tokuhiro=20Matsuno.=20RT=20=20=20=20#62061?= =?UTF-8?q?.=20=20*=20Added=20a=20section=20on=20the=20DateTime=20Project?= =?UTF-8?q?=20ecosystem=20to=20the=20docs.=20Addresses=20RT=20=20=20=20#60?= =?UTF-8?q?930.=20=20*=20Fixed=20wiki=20links=20in=20the=20docs=20now=20th?= =?UTF-8?q?at=20the=20wiki=20has=20moved=20to=20a=20new=20wiki=20=20=20=20?= =?UTF-8?q?platform.=20=20*=20Restored=20some=20of=20the=20dzil-ification.?= =?UTF-8?q?=20The=20repo=20now=20has=20a=20very=20minimal=20=20=20=20Build?= =?UTF-8?q?.PL=20file=20which=20is=20just=20enough=20to=20build=20the=20XS?= =?UTF-8?q?=20code=20and=20run=20the=20=20=20=20tests.=20This=20fixes=20th?= =?UTF-8?q?e=20total=20lack=20of=20prereqs=20in=20the=20META.*=20files.=20?= =?UTF-8?q?Reported=20by=20=20=20=20Bj=C3=B8rn-Olav.=20RT=20#62427.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=17 --- DateTime-0.63.tar.bz2 | 3 --- DateTime-0.65.tar.bz2 | 3 +++ perl-DateTime.changes | 20 ++++++++++++++++++++ perl-DateTime.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 DateTime-0.63.tar.bz2 create mode 100644 DateTime-0.65.tar.bz2 diff --git a/DateTime-0.63.tar.bz2 b/DateTime-0.63.tar.bz2 deleted file mode 100644 index ca6e693..0000000 --- a/DateTime-0.63.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:959d0b7637c01546469f97c3e4e31dea93fb91f34ae9d12cbd9d77a67a445149 -size 123487 diff --git a/DateTime-0.65.tar.bz2 b/DateTime-0.65.tar.bz2 new file mode 100644 index 0000000..ad325f3 --- /dev/null +++ b/DateTime-0.65.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad785a41b5edc99f840c343db7203634ac1f59657ee1c1dbc5057e12efebceb +size 133465 diff --git a/perl-DateTime.changes b/perl-DateTime.changes index 3919db5..7488b54 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -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 diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 8e1e8de..88536bc 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -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