From 5c9bc900f46bd343b2ca4c4e77b27493f2673999 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sat, 31 May 2008 18:29:05 +0000 Subject: [PATCH] Update to DateTime 0.4302. Update to DateTime::TimeZone 0.77. Update to DateTime::Locale 0.4001. BR List::MoreUtils. Define IS_MAINTAINER so we run the pod tests. --- .cvsignore | 6 +++--- perl-DateTime.spec | 18 +++++++++++++++--- sources | 6 +++--- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1b75dfd..aeaaf8c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ -DateTime-0.42.tar.gz -DateTime-Locale-0.35.tar.gz -DateTime-TimeZone-0.75.tar.gz +DateTime-0.4302.tar.gz +DateTime-Locale-0.4001.tar.gz +DateTime-TimeZone-0.77.tar.gz diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 8ea2dfa..16c3c51 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,8 +1,8 @@ -%define DTTimeZone_version 0.75 -%define DTLocale_version 0.35 +%define DTTimeZone_version 0.77 +%define DTLocale_version 0.4001 Name: perl-DateTime -Version: 0.42 +Version: 0.4302 Release: 1%{?dist} Epoch: 1 Summary: Date and time objects @@ -16,6 +16,7 @@ Patch0: DateTime-LeapSecond-utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Class::Singleton) >= 1.03 BuildRequires: perl(File::Find::Rule) +BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.76 BuildRequires: perl(Pod::Man) >= 1.14 @@ -118,6 +119,10 @@ PERL5LIB=$PERL5LIB:$(pwd)/DateTime-Locale-%{DTLocale_version}/blib/lib PERL5LIB=$PERL5LIB:$(pwd)/DateTime-TimeZone-%{DTTimeZone_version}/blib/lib export PERL5LIB +# Run pod-related tests. +IS_MAINTAINER=1 +export IS_MAINTAINER + cd DateTime-Locale-%{DTLocale_version} ./Build test cd - @@ -143,6 +148,13 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires} %{__perl_provides} %{perl_vendorarch}/DateTime*.pm %changelog +* Sat May 31 2008 Steven Pritchard 1:0.4302-1 +- Update to DateTime 0.4302. +- Update to DateTime::TimeZone 0.77. +- Update to DateTime::Locale 0.4001. +- BR List::MoreUtils. +- Define IS_MAINTAINER so we run the pod tests. + * Thu May 15 2008 Steven Pritchard 1:0.42-1 - Update to DateTime 0.42. - Update to DateTime::TimeZone 0.75. diff --git a/sources b/sources index 639ace1..1965c6f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -2ea2baae817dd4d3d3cfd4a4457794dd DateTime-0.42.tar.gz -857b23381a1a8e7dc2e7d0caa285827d DateTime-Locale-0.35.tar.gz -b06c1dbd1e0ff3d88ed2c85eb2385665 DateTime-TimeZone-0.75.tar.gz +419405573f3a01cf621e692e65dc9fbe DateTime-0.4302.tar.gz +04cd7e65e4c773dfce972699aafc1f64 DateTime-Locale-0.4001.tar.gz +854643d5871ebbfd889dabf290e2310d DateTime-TimeZone-0.77.tar.gz