From fd8b4a763b8ab8504f4b6cf31886fb906a0f182c11b3cb54b4cbae742058597e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 4 Jul 2007 23:22:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=4 --- DBI-1.56.tar.bz2 | 3 --- DBI-1.58.tar.bz2 | 3 +++ ...-1.56-dbis.diff => perl-DBI-1.58-dbis.diff | 0 perl-DBI.changes | 16 +++++++++++++++ perl-DBI.spec | 20 ++++++++++++++++--- 5 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 DBI-1.56.tar.bz2 create mode 100644 DBI-1.58.tar.bz2 rename perl-DBI-1.56-dbis.diff => perl-DBI-1.58-dbis.diff (100%) diff --git a/DBI-1.56.tar.bz2 b/DBI-1.56.tar.bz2 deleted file mode 100644 index a59c9ba..0000000 --- a/DBI-1.56.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce6f2c0b7f92a52aa0ae95751a7164c2eb938ffee07900037eb17cb18e057c5 -size 393346 diff --git a/DBI-1.58.tar.bz2 b/DBI-1.58.tar.bz2 new file mode 100644 index 0000000..6f7f084 --- /dev/null +++ b/DBI-1.58.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b665b58ec532513554b16703f0c8602bfcdbefeb2b5276aa705fb706ebeaa8dd +size 399366 diff --git a/perl-DBI-1.56-dbis.diff b/perl-DBI-1.58-dbis.diff similarity index 100% rename from perl-DBI-1.56-dbis.diff rename to perl-DBI-1.58-dbis.diff diff --git a/perl-DBI.changes b/perl-DBI.changes index ec342cf..53c1015 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jul 3 08:56:03 CEST 2007 - anicka@suse.cz + +- update to 1.58 + * Fixed code triggering fatal error in bleadperl + * Fixed compiler warning + * values than before *if* your perl was built with 64-bit + 'int' type (i.e. "perl -V:intsize" says intsize='8'). + * Fixed XS versions of select*_*() methods to call execute() + fetch() etc., with inner handle instead of outer. + * Fixed execute_for_fetch() to not cache errstr values + * Fixed unused var compiler warning thanks to JDHEDDEN. + * Changed DBI::hash to return 'I32' type instead of 'int' so results + are portable/consistent regardless of size of the int type. + * test fixes, added documenttion + ------------------------------------------------------------------- Mon Jun 11 15:50:10 CEST 2007 - anicka@suse.cz diff --git a/perl-DBI.spec b/perl-DBI.spec index a2dd548..c837ed1 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DBI (Version 1.56) +# spec file for package perl-DBI (Version 1.58) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,7 +12,7 @@ Name: perl-DBI BuildRequires: perl-Curses -Version: 1.56 +Version: 1.58 Release: 1 Requires: perl = %{perl_version} Requires: perl-PlRPC @@ -20,7 +20,7 @@ Provides: perl_dbi DBI Obsoletes: perl_dbi Autoreqprov: on Group: Development/Libraries/Perl -License: GNU General Public License (GPL) +License: GPL v2 or later URL: http://cpan.org/modules/by-module/DBI/ Summary: The Perl Database Interface Source: DBI-%{version}.tar.bz2 @@ -68,10 +68,24 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/Win32 %{perl_vendorarch}/auto/DBI %{perl_vendorarch}/TASKS.pod +%{perl_vendorarch}/dbixs_rev.pl %{_bindir}/* /var/adm/perl-modules/%{name} %changelog +* Tue Jul 03 2007 - anicka@suse.cz +- update to 1.58 + * Fixed code triggering fatal error in bleadperl + * Fixed compiler warning + * values than before *if* your perl was built with 64-bit + 'int' type (i.e. "perl -V:intsize" says intsize='8'). + * Fixed XS versions of select*_*() methods to call execute() + fetch() etc., with inner handle instead of outer. + * Fixed execute_for_fetch() to not cache errstr values + * Fixed unused var compiler warning thanks to JDHEDDEN. + * Changed DBI::hash to return 'I32' type instead of 'int' so results + are portable/consistent regardless of size of the int type. + * test fixes, added documenttion * Mon Jun 11 2007 - anicka@suse.cz - update to 1.56 * bugfixes, documentation fixes, test fixes