diff --git a/.gitignore b/.gitignore index 07c1eea..b26be3e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ DateTime-0.53.tar.gz DateTime-TimeZone-1.10.tar.gz /DateTime-0.63.tar.gz /DateTime-TimeZone-1.22.tar.gz +/DateTime-0.66.tar.gz +/DateTime-Locale-0.45.tar.gz +/DateTime-TimeZone-1.26.tar.gz diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 794b1b1..a6f539a 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,6 +1,6 @@ -%define DT_version 0.63 +%define DT_version 0.66 %define DTLocale_version 0.45 -%define DTTimeZone_version 1.22 +%define DTTimeZone_version 1.26 Name: perl-DateTime # must now be 0.xx00 to preserve upgrade path: @@ -16,6 +16,7 @@ Source1: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{ Source2: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{DTLocale_version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: perl(Class::ISA) +BuildRequires: perl(Class::Load) BuildRequires: perl(Class::Singleton) >= 1.03 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(File::Find::Rule) @@ -30,6 +31,7 @@ BuildRequires: perl(Test::More) >= 0.34 BuildRequires: perl(Test::Output) BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 +BuildRequires: perl(parent) Requires: perl(Class::Singleton) >= 1.03 Requires: perl(Params::Validate) >= 0.91 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -50,7 +52,7 @@ DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see http://datetime.perl.org/. The DateTime site has a FAQ which may help answer many "how do I do X?" questions. The FAQ is at -http://datetime.perl.org/?FAQ. +http://datetime.perl.org/wiki/datetime/page/FAQ %prep %setup -q -T -c -n DateTimeBundle -a 0 @@ -143,6 +145,12 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/DateTime*.pm %changelog +* Sun Dec 12 2010 Steven Pritchard 1:0.6600-1 +- Update DateTime to 0.66. +- Update DateTime::TimeZone to 1.26. +- Update URL for FAQ in description. +- BR Class::Load and parent. + * Sat Oct 09 2010 Iain Arnell 1:0.6300-1 - Update DateTime to 0.63 - Update DateTime::TimeZone to 1.22 diff --git a/sources b/sources index cc89db6..2563fb8 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -599dc1c02b2b6a2d9a3b450393ec5af0 DateTime-0.63.tar.gz -0ab81bcd48fdbee2f563ed8a281f9856 DateTime-TimeZone-1.22.tar.gz +9399b5b430da65ac0b9056c0182a805b DateTime-0.66.tar.gz 8ba6a4b70f8fa7d987529c2e2c708862 DateTime-Locale-0.45.tar.gz +4a5b5e90044f4a1736c214386d0bc7f8 DateTime-TimeZone-1.26.tar.gz