OBS User unknown 2008-07-25 14:59:23 +00:00 committed by Git OBS Bridge
parent fe2f3b42d1
commit 072f3a3f82
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:380faf1f6df4776c5c58e60bc0b5a458225c0d1ce586254e265595e999ffea7b
size 410192

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65b382837f19586b43fb46e5467257effebe4767c5e3072d19d40aadce7d2a07
size 409806

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 25 15:12:59 CEST 2008 - anicka@suse.cz
- update to 1.607
* NOTE: Perl 5.8.1 is now the minimum supported version.
* Fixed missing import of carp in DBI::Gofer::Execute.
* Added note to docs about effect of execute(@empty_array).
* Clarified docs for ReadOnly thanks to Martin Evans.
-------------------------------------------------------------------
Fri Jun 27 16:36:24 CEST 2008 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-DBI (Version 1.605)
# spec file for package perl-DBI (Version 1.607)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -13,7 +13,7 @@
Name: perl-DBI
BuildRequires: perl-Curses
Version: 1.605
Version: 1.607
Release: 1
Requires: perl = %{perl_version}
Requires: perl-PlRPC
@ -71,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Fri Jul 25 2008 anicka@suse.cz
- update to 1.607
* NOTE: Perl 5.8.1 is now the minimum supported version.
* Fixed missing import of carp in DBI::Gofer::Execute.
* Added note to docs about effect of execute(@empty_array).
* Clarified docs for ReadOnly thanks to Martin Evans.
* Fri Jun 27 2008 anicka@suse.cz
- update to 1.605
* Fixed broken DBIS macro with threads on big-endian machines