[perl-DateTime] Update DateTime to 0.66. Update DateTime::TimeZone to 1.26. Update URL for FAQ in description. BR Cl

Steven Pritchard steve at fedoraproject.org
Tue Dec 21 17:32:33 UTC 2010


commit e6a81aa80c449f4901e4345a00047604b29c6e85
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Tue Dec 21 11:32:08 2010 -0600

    Update DateTime to 0.66.
    Update DateTime::TimeZone to 1.26.
    Update URL for FAQ in description.
    BR Class::Load and parent.

 .gitignore         |    3 +++
 perl-DateTime.spec |   14 +++++++++++---
 sources            |    4 ++--
 3 files changed, 16 insertions(+), 5 deletions(-)
---
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 <steve at kspei.com> 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 <iarnell at gmail.com> 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



More information about the perl-devel mailing list