diff --git a/DBD-mysql-4.020.tar.gz b/DBD-mysql-4.020.tar.gz deleted file mode 100644 index 5f8f0b8..0000000 --- a/DBD-mysql-4.020.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9299f39f3903d3e0afa6440401f88329a057834817684aa699a507dad6a993e7 -size 137736 diff --git a/DBD-mysql-4.021.tar.gz b/DBD-mysql-4.021.tar.gz new file mode 100644 index 0000000..f9b9bef --- /dev/null +++ b/DBD-mysql-4.021.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f5d0a7d77ca552cb3fb1e20ba084d84143a7db63e27bca3f4a3291bb3e8e3b +size 138802 diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index a7aa0b4..abc1d44 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -1,9 +1,19 @@ +------------------------------------------------------------------- +Sat Apr 28 18:24:10 UTC 2012 - pascal.bleser@opensuse.org + +- update to 4.021: + * fix to enable PERL_NO_GET_CONTEXT to spee up DBD on thread Perls + * fix to is_prefix not being exported by mysql + * eliminate DBIS usage + * enhanced/fixed server side prepared statement checks + * fix missprint in doc of DBD::mysql of mysql_bind_type_guessing + * misprint in lib/DBD/mysql.pm + ------------------------------------------------------------------- Mon Aug 29 08:25:03 UTC 2011 - vcizek@suse.com - update to 4.020 -* Numerous (!! Thank you!!) fixes for prepared statements: Masahiro Chiba +* Numerous (!! Thank you!!) fixes for prepared statements - Chop blanks fixed - UTF8 improvements - fixed memory allocation for BLOBs diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index bf77d24..cdbc6f3 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-mysql # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-DBD-mysql %define cpan_name DBD-mysql Summary: MySQL driver for the Perl5 Database Interface (DBI) -Version: 4.020 -Release: 1 -License: GPL+ or Artistic +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Version: 4.021 +Release: 0 Url: http://search.cpan.org/dist/DBD-mysql/ Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz Patch1: bnc658792_pod_name_install.diff @@ -34,10 +32,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: mysql-devel BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Data::Dumper) BuildRequires: perl(DBI) >= 1.08 -Requires: perl(Data::Dumper) +BuildRequires: perl(Data::Dumper) Requires: perl(DBI) >= 1.08 +Requires: perl(Data::Dumper) %description DBD::mysql is the Perl5 Database Interface driver for the MySQL database. @@ -47,10 +45,6 @@ database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because noone ever requested them. :-) -Authors: --------- - Jochen Wiedmann - %prep %setup -q -n %{cpan_name}-%{version} # rpmlint: executable-docs,