rpms/perl-CGI-Untaint-date/devel perl-CGI-Untaint-date.spec,1.9,1.10

Tom Callaway spot at fedoraproject.org
Fri Feb 19 20:45:50 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/perl-CGI-Untaint-date/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20352/devel

Modified Files:
	perl-CGI-Untaint-date.spec 
Log Message:
fix FTBFS


Index: perl-CGI-Untaint-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Untaint-date/devel/perl-CGI-Untaint-date.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-CGI-Untaint-date.spec	7 Dec 2009 02:29:01 -0000	1.9
+++ perl-CGI-Untaint-date.spec	19 Feb 2010 20:45:50 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Untaint-date
 Version:        1.00
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Validate a date
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -13,6 +13,8 @@ BuildRequires:  perl(CGI::Untaint) >= 0.
 BuildRequires:  perl(Date::Simple) >= 0.01
 BuildRequires:  perl(Date::Manip) >= 5.00
 BuildRequires:  perl(Test::More)
+BuildRequires:	perl(Test::Pod) >= 1.00
+BuildRequires:	perl(Test::Pod::Coverage) >= 1.00
 Requires:  perl(CGI::Untaint) >= 0.07
 Requires:  perl(Date::Simple) >= 0.01
 Requires:  perl(Date::Manip) >= 5.00
@@ -51,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 19 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.00-9
+- fix missing BR for test coverage
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.00-8
 - rebuild against perl 5.10.1
 




More information about the perl-devel mailing list