auto-import changelog data from perl-DBD-Pg-1.31-1.src.rpm

Thu Dec 11 2003 Chip Turner <cturner@redhat.com> 1.31-1
- update to 1.31
This commit is contained in:
cvsdist 2004-09-09 10:06:51 +00:00
parent c71451890f
commit eb2cf20c1a
4 changed files with 21 additions and 4 deletions

View File

@ -1 +1 @@
DBD-Pg-1.22.tar.gz
DBD-Pg-1.31.tar.gz

View File

@ -0,0 +1,12 @@
--- DBD-Pg-1.31/t/lib/App/Info/RDBMS/PostgreSQL.pm.fixver 2003-12-19 09:48:23.000000000 -0500
+++ DBD-Pg-1.31/t/lib/App/Info/RDBMS/PostgreSQL.pm 2003-12-19 09:48:47.000000000 -0500
@@ -254,6 +254,9 @@
} elsif ($version =~ /(\d+)\.(\d+)\w+\d+/) {
@{$self}{qw(version major minor patch)} =
($version, $1, $2, 0);
+ } elsif ($version =~ /(\d+)\.(\d+)/) {
+ @{$self}{qw(version major minor patch)} =
+ ($version, $1, $2, 0);
} else {
$self->error("Failed to parse PostgreSQL version parts from " .
"string '$version'");

View File

@ -2,11 +2,12 @@
Summary: A PostgresSQL interface for perl
Name: perl-DBD-Pg
Version: 1.22
Version: 1.31
Release: 1
License: distributable
Group: Applications/Databases
Source: DBD-Pg-%{version}.tar.gz
Patch: perl-DBD-1.31-fixver.patch
Url: http://www.cpan.org
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl >= 5.6.0-3, perl-DBI
@ -20,7 +21,8 @@ An implementation of DBI for PostgreSQL for Perl.
%define __find_requires /usr/lib/rpm/find-requires.perl
%prep
%setup -q -n DBD-Pg-%{version}
%setup -q -n DBD-Pg-%{version}
%patch0 -p1
%build
export POSTGRES_INCLUDE=/usr/include/pgsql
@ -52,6 +54,9 @@ fi
%defattr(-,root,root)
%changelog
* Thu Dec 11 2003 Chip Turner <cturner@redhat.com> 1.31-1
- update to 1.31
* Mon Jul 7 2003 Chip Turner <cturner@redhat.com> 1.22-1
- move to upstream 1.22

View File

@ -1 +1 @@
2fc355b28ad5c7c05a46bf74fc88dd38 DBD-Pg-1.22.tar.gz
325b0d88b86d5e0fd0eb97c0b3b8f303 DBD-Pg-1.31.tar.gz