diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec index f07072d..9f0dc4c 100644 --- a/perl-SQL-Translator.spec +++ b/perl-SQL-Translator.spec @@ -1,6 +1,6 @@ Name: perl-SQL-Translator Version: 0.09004 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm License: GPLv2 @@ -10,6 +10,9 @@ Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/SQL-Translator-%{v BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not automatically detected +Requires: perl(Class::Accessor::Fast) +Requires: perl(Class::Data::Inheritable) # core BuildRequires: perl(File::Basename) @@ -110,6 +113,9 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Wed May 27 2009 Iain Arnell 0.09004-2 +- add missing requires Class::Accessor::Fast and Class::Data::Inheritable + * Sun Mar 08 2009 Chris Weyl 0.09004-1 - update to 0.09004