diff --git a/.cvsignore b/.cvsignore index 4bef9fb..3bedd0e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ DBD-Pg-1.31.tar.gz DBD-Pg-1.32.tar.gz +DBD-Pg-1.40.tar.gz diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec index 4e500c7..03e7aab 100644 --- a/perl-DBD-Pg.spec +++ b/perl-DBD-Pg.spec @@ -2,15 +2,16 @@ Summary: A PostgresSQL interface for perl Name: perl-DBD-Pg -Version: 1.32 -Release: 2 +Version: 1.40 +Release: 1 License: distributable Group: Applications/Databases Source: DBD-Pg-%{version}.tar.gz Patch: perl-DBD-1.31-fixver.patch Url: http://search.cpan.org/search?query=dbd%3A%3Apg BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: perl >= 5.6.0-3, perl-DBI +Requires: perl-DBI +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: postgresql-devel >= 7.1, perl >= 5.6.0-3, perl-DBI %description @@ -37,6 +38,8 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT make install +[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress + find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \; find $RPM_BUILD_ROOT/usr -type f -print | \ @@ -52,8 +55,8 @@ fi %defattr(-,root,root) %changelog -* Wed Mar 30 2005 Warren Togami -- remove brp-compress +* Thu Mar 31 2005 Warren Togami 1.40-1 +- 1.40 * Tue Oct 12 2004 Chip Turner 1.32-1 - bugzilla: 127755, update to 1.32 diff --git a/sources b/sources index 948437f..b38f987 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d6a936e6f755af677ceef59272a50ac DBD-Pg-1.32.tar.gz +ef28fba65de006dcfb4b94df1fbd8cc4 DBD-Pg-1.40.tar.gz