diff --git a/DBD-mysql-4.002.tar.bz2 b/DBD-mysql-4.002.tar.bz2 deleted file mode 100644 index 744c24f..0000000 --- a/DBD-mysql-4.002.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84e4743a44279246689c0afe451bf61cdf947ac9e8c82b4bb948185f21172fc0 -size 99299 diff --git a/DBD-mysql-4.004.tar.bz2 b/DBD-mysql-4.004.tar.bz2 new file mode 100644 index 0000000..05c1366 --- /dev/null +++ b/DBD-mysql-4.004.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4c96305ed5361aac2c0d7375e4ffa14064ab9ba14a9836578c31dff1209dd0 +size 99832 diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index 934091d..1b2f0ad 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -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 diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index 822159f..4f50aec 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -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