OBS User unknown 2007-03-30 14:31:31 +00:00 committed by Git OBS Bridge
parent 2ab90212cb
commit e3f9efcf78
4 changed files with 30 additions and 5 deletions

View File

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

3
DBD-mysql-4.004.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 30 16:01:24 CEST 2007 - anicka@suse.cz
- update to 4.004
* Work around a bug in old 3.23 servers by specifying NOT NULL
for fields used as a primary key in tests.
* Add support for mysql_warning_count statement handle attribute.
* Add support for mysql_multi_statements connection option.
* UTF8-Flag not set with flag mysql_enable_utf8 and column
collation utf8_bin patch,
* Fixed do_error definition
* Conversion of test suite to Test::More
* Fix inclusion of non-primary keys in primary_key_info.
-------------------------------------------------------------------
Fri Mar 2 15:46:31 CET 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-DBD-mysql (Version 4.002)
# spec file for package perl-DBD-mysql (Version 4.004)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -20,7 +20,7 @@ Provides: mysqperl perl-Msql-Mysql-modules
Requires: perl-DBI perl-Data-ShowTable
Requires: perl = %{perl_version}
Autoreqprov: on
Version: 4.002
Version: 4.004
Release: 1
Summary: Interface to the MySQL database
Group: Development/Libraries/Perl
@ -63,6 +63,17 @@ make
/var/adm/perl-modules/perl-DBD-mysql
%changelog
* Fri Mar 30 2007 - anicka@suse.cz
- update to 4.004
* Work around a bug in old 3.23 servers by specifying NOT NULL
for fields used as a primary key in tests.
* Add support for mysql_warning_count statement handle attribute.
* Add support for mysql_multi_statements connection option.
* UTF8-Flag not set with flag mysql_enable_utf8 and column
collation utf8_bin patch,
* Fixed do_error definition
* Conversion of test suite to Test::More
* Fix inclusion of non-primary keys in primary_key_info.
* Fri Mar 02 2007 - anicka@suse.cz
- update to 4.002
* Rewrote table_info method to support all arguments