Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
postgresql
:
8.1
>
perl-DBD-Pg
> project.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File project.diff of Package perl-DBD-Pg
--- perl-DBD-Pg.spec.orig +++ perl-DBD-Pg.spec @@ -1,28 +1,37 @@ # -# spec file for package perl-DBD-Pg (Version 1.49) +# spec file for package perl-DBD-Pg (Version 2.10.3) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: perl-DBD-Pg BuildRequires: perl-DBI postgresql-devel -URL: http://www.perl.com/CPAN/modules/by-module/DBD +Url: http://www.perl.com/CPAN/modules/by-module/DBD Summary: DBD::Pg - DBI driver for PostgreSQL -Version: 1.49 -Release: 2.1 -License: GPL +Version: 2.10.3 +Release: 1.18 +License: GPL v2 or later Group: Development/Libraries/Perl Source0: DBD-Pg-%{version}.tar.bz2 +Patch0: perl-DBD-Pg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: perl-DBI Requires: perl = %{perl_version} -Autoreqprov: on +AutoReqProv: on %description This driver is needed to access PostgreSQL databases from Perl programs @@ -38,6 +47,7 @@ Authors: %prep %setup -q -n DBD-Pg-%version +%patch0 %build export POSTGRES_INCLUDE=/usr/include/pgsql @@ -55,16 +65,40 @@ rm -rf %buildroot %files %defattr(-,root,root,-) %doc README Changes -%{perl_vendorarch}/DBD -%{perl_vendorarch}/auto/DBD %doc %_mandir/man?/* +%{perl_vendorarch}/auto/DBD +%{perl_vendorarch}/Bundle/DBD +%{perl_vendorarch}/DBD /var/adm/perl-modules/%{name} %changelog +* Thu Sep 11 2008 max@suse.de +- New version: 2.10.3: + * Add the 'DBD' trace setting to output only non-DBI trace + messages, and allow 'dbd_verbose' as a connection attribute + for the same effect. + * Allow multi-statement do() calls with parameters to work if + pg_server_prepare is set to 0 + * Add support for database handle attribute "ReadOnly". + * Added in payload strings for LISTEN/NOTIFY in 8.4. + * Plus more bug fixes and improvements to the test suite and + documentation. +* Tue Apr 22 2008 max@suse.de +- Fixed file list. +* Thu Apr 17 2008 max@suse.de +- New version: 2.6.0. Changes include: + * Various performance improvements. + * Add Bundle::DBD::Pg + * Fix memory leaks in dbdimp.c + * Fix strlen problems in dbdimp.c + * Overhaul COPY functions + * Add support for arrays + * Add support for asynchronous queries +- See /usr/share/doc/packages/perl-DBD-Pg/Changes for details. * Fri May 19 2006 max@suse.de - New version: 1.49: - o Added support for geometric types. - o Various bugfixes. + * Added support for geometric types. + * Various bugfixes. * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Tue Jan 17 2006 max@suse.de