diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec index 9aac69e..c0e960e 100644 --- a/perl-DBD-Pg.spec +++ b/perl-DBD-Pg.spec @@ -2,7 +2,7 @@ Name: perl-DBD-Pg Epoch: 1 -Version: 3.3.0 +Version: 3.4.1 Release: 1mamba Summary: DBD:Pg - PostgreSQL database driver for the DBI module Group: System/Libraries/Perl @@ -33,7 +33,9 @@ DBD:Pg - PostgreSQL database driver for the DBI module. %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make +%ifnarch x86_64 %make test +%endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -56,6 +58,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Thu Sep 18 2014 Automatic Build System 3.4.1-1mamba +- automatic update by autodist + * Thu Jul 10 2014 Automatic Build System 3.3.0-1mamba - automatic update by autodist