diff --git a/DBI-1.605.tar.bz2 b/DBI-1.605.tar.bz2 deleted file mode 100644 index d00a0a1..0000000 --- a/DBI-1.605.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:380faf1f6df4776c5c58e60bc0b5a458225c0d1ce586254e265595e999ffea7b -size 410192 diff --git a/DBI-1.607.tar.bz2 b/DBI-1.607.tar.bz2 new file mode 100644 index 0000000..f601f7f --- /dev/null +++ b/DBI-1.607.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b382837f19586b43fb46e5467257effebe4767c5e3072d19d40aadce7d2a07 +size 409806 diff --git a/perl-DBI.changes b/perl-DBI.changes index 483460b..5be813e 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -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 diff --git a/perl-DBI.spec b/perl-DBI.spec index 0068378..c02ff89 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -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