diff --git a/.cvsignore b/.cvsignore index b062733..8c5e651 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DateTime-Format-Strptime-1.0700.tar.gz +DateTime-Format-Strptime-1.0702.tgz diff --git a/perl-DateTime-Format-Strptime-charset.patch b/perl-DateTime-Format-Strptime-charset.patch deleted file mode 100644 index 534e2d4..0000000 --- a/perl-DateTime-Format-Strptime-charset.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/DateTime/Format/Strptime.pm.orig 2005-11-04 17:38:04.000000000 -0600 -+++ lib/DateTime/Format/Strptime.pm 2006-07-05 16:08:08.000000000 -0500 -@@ -1170,7 +1170,7 @@ - - =head1 LICENSE AND COPYRIGHT - --Copyright E<169> Rick Measham, 2003-2005. All rights reserved. -+Copyright © Rick Measham, 2003-2005. All rights reserved. - - This library is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index ec6a8de..01b9f05 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -1,12 +1,11 @@ Name: perl-DateTime-Format-Strptime -Version: 1.0700 -Release: 3%{?dist} +Version: 1.0702 +Release: 1%{?dist} Summary: Parse and format strp and strf time patterns -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-Strptime/ -Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tar.gz -Patch0: %{name}-charset.patch +Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) @@ -14,6 +13,7 @@ BuildRequires: perl(DateTime::Locale) >= 0.02 BuildRequires: perl(DateTime::TimeZone) >= 0.25 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Params::Validate) >= 0.64 +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -24,7 +24,6 @@ returns the DateTime object associated. %prep %setup -q -n DateTime-Format-Strptime-%{version} -%patch0 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -53,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jan 03 2008 Steven Pritchard 1.0702-1 +- Update to 1.0702. +- Drop charset patch. +- Update License tag. +- BR Test::More. + * Tue Apr 17 2007 Steven Pritchard 1.0700-3 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. diff --git a/sources b/sources index 346010e..5b7ef4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fcda7127b01dcad43ca7cf30be9a1dc6 DateTime-Format-Strptime-1.0700.tar.gz +4a57ed0d53c49f68afefc1df1ec19043 DateTime-Format-Strptime-1.0702.tgz