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:
parent
c71451890f
commit
eb2cf20c1a
@ -1 +1 @@
|
||||
DBD-Pg-1.22.tar.gz
|
||||
DBD-Pg-1.31.tar.gz
|
||||
|
||||
12
perl-DBD-1.31-fixver.patch
Normal file
12
perl-DBD-1.31-fixver.patch
Normal 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'");
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user