From 836a6452ef33fb96b1accbcf203d4c79f44f8cef7a9a0ee4de6271fe79016e84 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 14 Jun 2007 13:48:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=3 --- DBI-1.54.tar.bz2 | 3 --- DBI-1.56.tar.bz2 | 3 +++ ...-1.54-dbis.diff => perl-DBI-1.56-dbis.diff | 6 +++--- perl-DBI.changes | 16 +++++++++++++++ perl-DBI.spec | 20 +++++++++++++++++-- 5 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 DBI-1.54.tar.bz2 create mode 100644 DBI-1.56.tar.bz2 rename perl-DBI-1.54-dbis.diff => perl-DBI-1.56-dbis.diff (74%) diff --git a/DBI-1.54.tar.bz2 b/DBI-1.54.tar.bz2 deleted file mode 100644 index 5ed0cff..0000000 --- a/DBI-1.54.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35b314dbd47990af23b0426c384823b9bd4f89e2a0231bf1912ddc27d8116e7e -size 376968 diff --git a/DBI-1.56.tar.bz2 b/DBI-1.56.tar.bz2 new file mode 100644 index 0000000..a59c9ba --- /dev/null +++ b/DBI-1.56.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce6f2c0b7f92a52aa0ae95751a7164c2eb938ffee07900037eb17cb18e057c5 +size 393346 diff --git a/perl-DBI-1.54-dbis.diff b/perl-DBI-1.56-dbis.diff similarity index 74% rename from perl-DBI-1.54-dbis.diff rename to perl-DBI-1.56-dbis.diff index af66cc6..54baa70 100644 --- a/perl-DBI-1.54-dbis.diff +++ b/perl-DBI-1.56-dbis.diff @@ -1,6 +1,6 @@ ---- ./DBI.xs.orig 2006-03-27 16:24:01.000000000 +0000 -+++ ./DBI.xs 2006-03-27 16:31:02.000000000 +0000 -@@ -229,6 +229,10 @@ INIT_PERINTERP; +--- DBI.xs ++++ DBI.xs +@@ -265,6 +265,10 @@ /* publish address of dbistate so dynaloaded DBD's can find it */ sv_setiv(perl_get_sv(DBISTATE_PERLNAME,1), PTR2IV(DBIS)); diff --git a/perl-DBI.changes b/perl-DBI.changes index e5b05da..ec342cf 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 11 15:50:10 CEST 2007 - anicka@suse.cz + +- update to 1.56 + * bugfixes, documentation fixes, test fixes + * Added DBI_GOFER_RANDOM env var that can be use to trigger random + failures and delays when executing gofer requests. + * Added more functionality to the (undocumented) Callback mechanism. + * Added $h->{ReadOnly} attribute. + * Added support for DBI Profile Path to contain refs to scalars + which will be de-ref'd for each profile sample. + * Added dbilogstrip utility to edit DBI logs for diff'ing (gets installed) + * Added details for SQLite 3.3 to NULL handling docs thanks to Alex Teslik. + * Added take_imp_data() to DBI::PurePerl. + * many gofer related changes + ------------------------------------------------------------------- Mon Feb 26 11:04:27 CET 2007 - anicka@suse.cz diff --git a/perl-DBI.spec b/perl-DBI.spec index 651d1b2..a2dd548 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DBI (Version 1.54) +# spec file for package perl-DBI (Version 1.56) # # 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.54 +Version: 1.56 Release: 1 Requires: perl = %{perl_version} Requires: perl-PlRPC @@ -44,11 +44,14 @@ Authors: %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" make + +%check make test %install %perl_make_install %perl_process_packlist +rm $RPM_BUILD_ROOT/%{perl_vendorarch}/goferperf.pl %clean rm -rf $RPM_BUILD_ROOT @@ -69,6 +72,19 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Mon Jun 11 2007 - anicka@suse.cz +- update to 1.56 + * bugfixes, documentation fixes, test fixes + * Added DBI_GOFER_RANDOM env var that can be use to trigger random + failures and delays when executing gofer requests. + * Added more functionality to the (undocumented) Callback mechanism. + * Added $h->{ReadOnly} attribute. + * Added support for DBI Profile Path to contain refs to scalars + which will be de-ref'd for each profile sample. + * Added dbilogstrip utility to edit DBI logs for diff'ing (gets installed) + * Added details for SQLite 3.3 to NULL handling docs thanks to Alex Teslik. + * Added take_imp_data() to DBI::PurePerl. + * many gofer related changes * Mon Feb 26 2007 - anicka@suse.cz - update to 1.54 * Added new DBD::Gofer 'stateless proxy' driver and framework,