From 1bb983b1f8b563e63645e26778e33fb2d6bfca17 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Tue, 18 Aug 2009 18:56:54 +0000 Subject: [PATCH] - auto-update to 0.16004 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new req on perl(DateTime) (version 0.10) - added a new req on perl(DateTime::Format::Builder) (version 0.72) - added a new req on perl(DateTime::TimeZone) (version 0.05) --- .cvsignore | 2 +- perl-DateTime-Format-Pg.spec | 20 ++++++++++++++++---- sources | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0197755..a6ee289 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DateTime-Format-Pg-0.16003.tar.gz +DateTime-Format-Pg-0.16004.tar.gz diff --git a/perl-DateTime-Format-Pg.spec b/perl-DateTime-Format-Pg.spec index 979065c..9156159 100644 --- a/perl-DateTime-Format-Pg.spec +++ b/perl-DateTime-Format-Pg.spec @@ -1,11 +1,11 @@ Name: perl-DateTime-Format-Pg -Version: 0.16003 -Release: 2%{?dist} +Version: 0.16004 +Release: 1%{?dist} Summary: Parse and format PostgreSQL dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-Pg/ -Source0: http://www.cpan.org/authors/id/D/DM/DMAKI/DateTime-Format-Pg-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/DateTime-Format-Pg-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,7 +13,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi BuildRequires: perl(DateTime) >= 0.10 BuildRequires: perl(DateTime::Format::Builder) >= 0.72 BuildRequires: perl(DateTime::TimeZone) >= 0.05 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 # tests BuildRequires: perl(Test::More) # optional tests @@ -24,6 +24,11 @@ BuildRequires: perl(Test::Pod::Coverage) #Requires: perl(DateTime::Format::Builder) >= 0.72 #Requires: perl(DateTime::TimeZone) >= 0.05 +### auto-added reqs! +Requires: perl(DateTime) >= 0.10 +Requires: perl(DateTime::Format::Builder) >= 0.72 +Requires: perl(DateTime::TimeZone) >= 0.05 + %description This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats @@ -65,6 +70,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 18 2009 Chris Weyl 0.16004-1 +- auto-update to 0.16004 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(DateTime) (version 0.10) +- added a new req on perl(DateTime::Format::Builder) (version 0.72) +- added a new req on perl(DateTime::TimeZone) (version 0.05) + * Sat Jul 25 2009 Fedora Release Engineering - 0.16003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index c0d8ba3..f48cc00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -160b19e83e304ec077f4f12f39f65d57 DateTime-Format-Pg-0.16003.tar.gz +50421a0de9321bd3462f9e755878531e DateTime-Format-Pg-0.16004.tar.gz