8
0
OBS User unknown
2009-04-14 22:18:00 +00:00
committed by Git OBS Bridge
parent ffa3ca8811
commit c902d1c297
4 changed files with 20 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-DBD-mysql (Version 4.010)
# spec file for package perl-DBD-mysql (Version 4.011)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -28,7 +28,7 @@ Provides: mysqperl perl-Msql-Mysql-modules
Requires: perl-DBI perl-Data-ShowTable
Requires: perl = %{perl_version}
AutoReqProv: on
Version: 4.010
Version: 4.011
Release: 1
Summary: Interface to the MySQL database
Group: Development/Libraries/Perl
@@ -75,6 +75,12 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
/var/adm/perl-modules/perl-DBD-mysql
%changelog
* Tue Apr 14 2009 anicka@suse.cz
- update to 4.011
* Renamed unsafe_bind_type_guessing, fixed some of the logic.
* Fix issue of binding sever side integer parameters (server-side
prepare statements) resulting in corrupt data
* Updated documentation, cruft cleanup (as always)
* Tue Jan 20 2009 anicka@suse.cz
- update to 4.010
* Fix to dbd_bind_ph() for uninitialized value 'buffer_length'