Update to 1.0800. Update versions on build dependencies.
This commit is contained in:
parent
7bfc98182e
commit
4a652f4c56
@ -1 +1 @@
|
|||||||
DateTime-Format-Strptime-1.0702.tgz
|
DateTime-Format-Strptime-1.0800.tgz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-DateTime-Format-Strptime
|
Name: perl-DateTime-Format-Strptime
|
||||||
Version: 1.0702
|
Version: 1.0800
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parse and format strp and strf time patterns
|
Summary: Parse and format strp and strf time patterns
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -9,9 +9,9 @@ Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strpti
|
|||||||
Patch0: perl-DateTime-Format-Strptime-004_locale_defaults.patch
|
Patch0: perl-DateTime-Format-Strptime-004_locale_defaults.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(DateTime)
|
BuildRequires: perl(DateTime) >= 0.4304
|
||||||
BuildRequires: perl(DateTime::Locale) >= 0.02
|
BuildRequires: perl(DateTime::Locale) >= 0.41
|
||||||
BuildRequires: perl(DateTime::TimeZone) >= 0.25
|
BuildRequires: perl(DateTime::TimeZone) >= 0.79
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Params::Validate) >= 0.64
|
BuildRequires: perl(Params::Validate) >= 0.64
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 29 2008 Steven Pritchard <steve@kspei.com> 1.0800-1
|
||||||
|
- Update to 1.0800.
|
||||||
|
- Update versions on build dependencies.
|
||||||
|
|
||||||
* Tue Jul 08 2008 Steven Pritchard <steve@kspei.com> 1.0702-3
|
* Tue Jul 08 2008 Steven Pritchard <steve@kspei.com> 1.0702-3
|
||||||
- Patch t/004_locale_defaults.t to work around change in DateTime::Locale.
|
- Patch t/004_locale_defaults.t to work around change in DateTime::Locale.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user