diff --git a/.cvsignore b/.cvsignore index 3de6356..9cd37a9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SQL-Abstract-1.24.tar.gz +SQL-Abstract-1.50.tar.gz diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index 3780c39..39a6548 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -1,6 +1,6 @@ Name: perl-SQL-Abstract -Version: 1.24 -Release: 2%{?dist} +Version: 1.50 +Release: 1%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries License: GPL+ or Artistic @@ -9,7 +9,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/SQL-Abstract BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,12 +37,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes %{perl_vendorlib}/SQL %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.50-1 +- update to 1.50 + * Thu Feb 26 2009 Fedora Release Engineering - 1.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 9ced545..5922486 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c750ba7f7b65db9d84aabdc8983811dd SQL-Abstract-1.24.tar.gz +253eadd0ba7450b82afa2e650d13fb1d SQL-Abstract-1.50.tar.gz