Accepting request 421451 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/421451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=38
This commit is contained in:
parent
84b75d8a96
commit
49adbc64de
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7eca365ea16bcf4c96c2fc0221304ff9c4995e7a551886837804a8f66b61937
|
||||
size 145455
|
3
DBD-mysql-4.036.tar.gz
Normal file
3
DBD-mysql-4.036.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c48a823f86b8110ccb6504c6176ca248b52f56829dd4548bc39c3509f4154cf
|
||||
size 146513
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user