auto-import changelog data from perl-DBD-Pg-1.01-1.src.rpm
Sun Jul 01 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 1.01 bugfix release ("bytea" coredumped with values outside 0...127)
- Add perl-DBI and perl to BuildRequires (they were just in Requires:
previously)
This commit is contained in:
parent
eace37d63b
commit
38a416a85b
@ -1 +1 @@
|
||||
DBD-Pg-1.00.tar.gz
|
||||
DBD-Pg-1.01.tar.gz
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
Summary: A PostgresSQL interface for perl
|
||||
Name: perl-DBD-Pg
|
||||
Version: 1.00
|
||||
Version: 1.01
|
||||
Release: 1
|
||||
Copyright: distributable
|
||||
License: distributable
|
||||
Group: Applications/Databases
|
||||
Source: DBD-Pg-%{version}.tar.gz
|
||||
Url: http://www.cpan.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: perl >= 5.6.0-3, perl-DBI
|
||||
BuildRequires: postgresql-devel >= 7.1
|
||||
BuildRequires: postgresql-devel >= 7.1, perl >= 5.6.0-3, perl-DBI
|
||||
|
||||
%description
|
||||
An implementation of DBI for PostgreSQL for Perl.
|
||||
@ -46,6 +46,10 @@ rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBD/Pg/.packlist
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- 1.01 bugfix release ("bytea" coredumped with values outside 0...127)
|
||||
- Add perl-DBI and perl to BuildRequires (they were just in Requires: previously)
|
||||
|
||||
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- 1.00
|
||||
- change group to Applications/Databases from Applications/CPAN
|
||||
|
||||
Loading…
Reference in New Issue
Block a user