Accepting request 507211 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/507211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=54
This commit is contained in:
Stephan Kulow 2017-07-01 05:38:43 +00:00 committed by Git OBS Bridge
parent 182c129043
commit 23fd45d3b0
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:dadb6884788dc3fdf40b13b72d8c60d5a83680cc2aeec7515c3e5999e064b455
size 160028

3
DBD-mysql-4.043.tar.gz Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jun 30 05:19:38 UTC 2017 - coolo@suse.com
- updated to 4.043
see /usr/share/doc/packages/perl-DBD-mysql/Changes
2017-06-29 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.043)
YOUR ATTENTION PLEASE, THIS IS A REVERT TO 4.041
This version is the same as 4.041 with all its bugs and
limitations. In version 4.042 there were some changes to Unicode handling
that turned out to be causing issues with existing implementations.
While it is possible to argue that the old behaviour was wrong and buggy,
lots of applications and scripts were depending on this behaviour so it
is NOT a good idea to change this.
There were lots of commits since 4.041, we'll add those back bit by bit
in a future release, excluding the ones which cause problems.
2017-??-?? Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.042_01)
* Use Devel::CheckLib 1.09 or newer, fixes
https://github.com/perl5-dbi/DBD-mysql/issues/109
* Improve CI testing on AppVeyor: caching, path to cpan, configure deps (pali)
* Specify bigint as test dependency.
-------------------------------------------------------------------
Thu Mar 9 06:21:41 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DBD-mysql
Version: 4.042
Version: 4.043
Release: 0
%define cpan_name DBD-mysql
Summary: MySQL driver for the Perl5 Database Interface (DBI)
@ -30,7 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBI) >= 1.609
BuildRequires: perl(Devel::CheckLib)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Simple) >= 0.90
Requires: perl(DBI) >= 1.609