From dea2124b34f3cab5c2cde1d60186cd1d8d8ed3853b129503bc76ef67fa3a5438 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 2 Nov 2007 00:36:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=6 --- DBI-1.59.tar.bz2 | 3 --- DBI-1.601.tar.bz2 | 3 +++ perl-DBI-1.59-dbis.diff => perl-DBI-1.601-dbis.diff | 0 perl-DBI.changes | 9 +++++++++ perl-DBI.spec | 10 ++++++++-- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 DBI-1.59.tar.bz2 create mode 100644 DBI-1.601.tar.bz2 rename perl-DBI-1.59-dbis.diff => perl-DBI-1.601-dbis.diff (100%) diff --git a/DBI-1.59.tar.bz2 b/DBI-1.59.tar.bz2 deleted file mode 100644 index ff9aa92..0000000 --- a/DBI-1.59.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cccf252c714891abf1fdebf184374fcf144b650dcf241ee4fe230d3b9d118d9 -size 398752 diff --git a/DBI-1.601.tar.bz2 b/DBI-1.601.tar.bz2 new file mode 100644 index 0000000..4610b00 --- /dev/null +++ b/DBI-1.601.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41928e279120c0aade5a931f6b1404ec8e2bbe1df270572f8f70dfdca33cacc2 +size 402777 diff --git a/perl-DBI-1.59-dbis.diff b/perl-DBI-1.601-dbis.diff similarity index 100% rename from perl-DBI-1.59-dbis.diff rename to perl-DBI-1.601-dbis.diff diff --git a/perl-DBI.changes b/perl-DBI.changes index b84ad9a..b7d3f0e 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 1 15:34:20 CET 2007 - anicka@suse.cz + +- update to 1.601 + * Fixed t/05thrclone.t to work with Test::More >= 0.71 + * Fixed DBI for VMS thanks to Peter (Stig) Edwards. + * Added client-side caching to DBD::Gofer. + * Added DBI::Util::CacheMemory for use with DBD::Gofer caching. + ------------------------------------------------------------------- Mon Oct 8 10:21:26 CEST 2007 - anicka@suse.cz diff --git a/perl-DBI.spec b/perl-DBI.spec index e3c9f06..bb58514 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DBI (Version 1.59) +# spec file for package perl-DBI (Version 1.601) # # 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.59 +Version: 1.601 Release: 1 Requires: perl = %{perl_version} Requires: perl-PlRPC @@ -71,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* /var/adm/perl-modules/%{name} %changelog +* Thu Nov 01 2007 - anicka@suse.cz +- update to 1.601 + * Fixed t/05thrclone.t to work with Test::More >= 0.71 + * Fixed DBI for VMS thanks to Peter (Stig) Edwards. + * Added client-side caching to DBD::Gofer. + * Added DBI::Util::CacheMemory for use with DBD::Gofer caching. * Mon Oct 08 2007 - anicka@suse.cz - update to 1.59 * Added check_response_sub to DBI::Gofer::Execute