OBS User unknown 2007-07-04 23:22:28 +00:00 committed by Git OBS Bridge
parent 836a6452ef
commit fd8b4a763b
5 changed files with 36 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ce6f2c0b7f92a52aa0ae95751a7164c2eb938ffee07900037eb17cb18e057c5
size 393346

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 3 08:56:03 CEST 2007 - anicka@suse.cz
- update to 1.58
* Fixed code triggering fatal error in bleadperl
* Fixed compiler warning
* values than before *if* your perl was built with 64-bit
'int' type (i.e. "perl -V:intsize" says intsize='8').
* Fixed XS versions of select*_*() methods to call execute()
fetch() etc., with inner handle instead of outer.
* Fixed execute_for_fetch() to not cache errstr values
* Fixed unused var compiler warning thanks to JDHEDDEN.
* Changed DBI::hash to return 'I32' type instead of 'int' so results
are portable/consistent regardless of size of the int type.
* test fixes, added documenttion
-------------------------------------------------------------------
Mon Jun 11 15:50:10 CEST 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-DBI (Version 1.56)
# spec file for package perl-DBI (Version 1.58)
#
# 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.56
Version: 1.58
Release: 1
Requires: perl = %{perl_version}
Requires: perl-PlRPC
@ -20,7 +20,7 @@ Provides: perl_dbi DBI
Obsoletes: perl_dbi
Autoreqprov: on
Group: Development/Libraries/Perl
License: GNU General Public License (GPL)
License: GPL v2 or later
URL: http://cpan.org/modules/by-module/DBI/
Summary: The Perl Database Interface
Source: DBI-%{version}.tar.bz2
@ -68,10 +68,24 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Win32
%{perl_vendorarch}/auto/DBI
%{perl_vendorarch}/TASKS.pod
%{perl_vendorarch}/dbixs_rev.pl
%{_bindir}/*
/var/adm/perl-modules/%{name}
%changelog
* Tue Jul 03 2007 - anicka@suse.cz
- update to 1.58
* Fixed code triggering fatal error in bleadperl
* Fixed compiler warning
* values than before *if* your perl was built with 64-bit
'int' type (i.e. "perl -V:intsize" says intsize='8').
* Fixed XS versions of select*_*() methods to call execute()
fetch() etc., with inner handle instead of outer.
* Fixed execute_for_fetch() to not cache errstr values
* Fixed unused var compiler warning thanks to JDHEDDEN.
* Changed DBI::hash to return 'I32' type instead of 'int' so results
are portable/consistent regardless of size of the int type.
* test fixes, added documenttion
* Mon Jun 11 2007 - anicka@suse.cz
- update to 1.56
* bugfixes, documentation fixes, test fixes