diff --git a/DBD-mysql-4.035.tar.gz b/DBD-mysql-4.035.tar.gz deleted file mode 100644 index 9b11712..0000000 --- a/DBD-mysql-4.035.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7eca365ea16bcf4c96c2fc0221304ff9c4995e7a551886837804a8f66b61937 -size 145455 diff --git a/DBD-mysql-4.036.tar.gz b/DBD-mysql-4.036.tar.gz new file mode 100644 index 0000000..abc8dad --- /dev/null +++ b/DBD-mysql-4.036.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c48a823f86b8110ccb6504c6176ca248b52f56829dd4548bc39c3509f4154cf +size 146513 diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index 3b6912f..a5a9fc7 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Aug 24 05:12:23 UTC 2016 - coolo@suse.com + +- updated to 4.036 + see /usr/share/doc/packages/perl-DBD-mysql/Changes + + 2016-08-23 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.036) + Stable version, to include all changes since 4.035. + + 2016-08-19 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_03) + * By mistake, when DBD::mysql was compiled against libmariadb, it + did not compile in SSL support. + Reported by Jitka Plesnikova @ Red Hat + (https://rt.cpan.org/Public/Bug/Display.html?id=116959) + (https://bugzilla.redhat.com/show_bug.cgi?id=1366773) + * If the database test server was not on localhost and the test database was + not yet created, we would not correctly create the test database. + Reported by Vladimir Marek. + (https://rt.cpan.org/Ticket/Display.html?id=112072) + + 2016-08-11 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_02) + * Test 56connattr.t failed when run when performance schema is enabled, but + tests were run as a user with limited permissions. + Reported by Jérôme Étévé. + (https://rt.cpan.org/Public/Bug/Display.html?id=115980) + * In 4.033_03 we added a patch from Petr Písař @ Red Hat for a problem on + 64-bit big-endian systems. The patch was applied but the unit test was not, + also, there was no entry in the change log. + Unit test provided by Vladimir Marek. + t/40server_prepare.t test failed on s390x platform. Server-prepared + values of types int, smallint, and tinyint are passed to application + as 32-bit integer. The same buffer was interpreted as long integer + by DBD::MySQL. This caused misaligned read/write and bogus + interpretation of the values. + (https://rt.cpan.org/Public/Bug/Display.html?id=57266) + * Remove dropdb, createdb, reload and shutdown admin functions from perldoc. + These are deprecated by the C API. + Use 'CREATE DATABASE..', 'DROP DATABASE...' and other SQL commands instead. + * Test rt75353-innodb-lock-timeout.t fails on MySQL Server 5.1 and earlier + because innodb_lock_wait_timeout is not modifyable per session. + * Test rt25389-bin-case.t does not work on MySQL Server < 5.1, reported by + GAAS. + + 2016-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_01) + * Apparently, on t/31insertid.t, there is one test that fails when compiled + against libmysqlclient 5.7 or up; issuing a SELECT statement on the same + database handle that previously executed an INSERT clears + $dbh->{mysql_insertid}, while previously this was retained. + (https://rt.cpan.org/Ticket/Display.html?id=108000) + * Removed appveyor.yml and mysql.mtest from CPAN releases. + * Converted README.pod to README.md because of installation failures on + FreeBSD, reported by Don Randolph. + (https://rt.cpan.org/Public/Bug/Display.html?id=114177) + ------------------------------------------------------------------- Sat Jul 30 05:12:42 UTC 2016 - coolo@suse.com diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index e997d38..159a635 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -17,7 +17,7 @@ Name: perl-DBD-mysql -Version: 4.035 +Version: 4.036 Release: 0 %define cpan_name DBD-mysql Summary: MySQL driver for the Perl5 Database Interface (DBI) @@ -64,6 +64,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc appveyor.yml Changes LICENSE Makefile.PL.embedded myld +%doc Changes LICENSE Makefile.PL.embedded myld README.md %changelog