OBS User unknown 2007-11-02 00:36:16 +00:00 committed by Git OBS Bridge
parent 9bcba26046
commit dea2124b34
5 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cccf252c714891abf1fdebf184374fcf144b650dcf241ee4fe230d3b9d118d9
size 398752

3
DBI-1.601.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41928e279120c0aade5a931f6b1404ec8e2bbe1df270572f8f70dfdca33cacc2
size 402777

View File

@ -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

View File

@ -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