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.
This commit is contained in:
Steven Pritchard 2008-05-31 18:29:05 +00:00
parent 40e1791ecc
commit 5c9bc900f4
3 changed files with 21 additions and 9 deletions

View File

@ -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

View File

@ -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 <steve@kspei.com> 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 <steve@kspei.com> 1:0.42-1
- Update to DateTime 0.42.
- Update to DateTime::TimeZone 0.75.

View File

@ -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