rpms/perl-SQL-Abstract/devel perl-SQL-Abstract.spec,1.11,1.12

Tom Callaway spot at fedoraproject.org
Mon Mar 16 13:40:42 UTC 2009


Author: spot

Update of /cvs/extras/rpms/perl-SQL-Abstract/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10351

Modified Files:
	perl-SQL-Abstract.spec 
Log Message:
add missing BR: perl(Test::Exception)


Index: perl-SQL-Abstract.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/perl-SQL-Abstract.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-SQL-Abstract.spec	13 Mar 2009 23:03:14 -0000	1.11
+++ perl-SQL-Abstract.spec	16 Mar 2009 13:40:11 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           perl-SQL-Abstract
 Version:        1.50
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Generate SQL from Perl data structures
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -9,7 +9,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Test::More), perl(Test::Deep), perl(Test::Warn)
+BuildRequires:  perl(Test::More), perl(Test::Deep), perl(Test::Warn), perl(Test::Exception)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -43,6 +43,9 @@
 
 
 %changelog
+* Mon Mar 16 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.50-2
+- add missing BR: perl(Test::Exception)
+
 * Fri Mar 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.50-1
 - update to 1.50
 




More information about the fedora-extras-commits mailing list