forked from pool/perl-DBD-mysql
resolved
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
5c4d07a455
commit
ebfa0ad8fe
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9299f39f3903d3e0afa6440401f88329a057834817684aa699a507dad6a993e7
|
|
||||||
size 137736
|
|
3
DBD-mysql-4.021.tar.gz
Normal file
3
DBD-mysql-4.021.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3f5d0a7d77ca552cb3fb1e20ba084d84143a7db63e27bca3f4a3291bb3e8e3b
|
||||||
|
size 138802
|
@@ -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
|
Mon Aug 29 08:25:03 UTC 2011 - vcizek@suse.com
|
||||||
|
|
||||||
- update to 4.020
|
- update to 4.020
|
||||||
* Numerous (!! Thank you!!) fixes for prepared statements: Masahiro Chiba <nihen at megabbs
|
* Numerous (!! Thank you!!) fixes for prepared statements
|
||||||
dot com>
|
|
||||||
- Chop blanks fixed
|
- Chop blanks fixed
|
||||||
- UTF8 improvements
|
- UTF8 improvements
|
||||||
- fixed memory allocation for BLOBs
|
- fixed memory allocation for BLOBs
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-mysql
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,16 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-DBD-mysql
|
Name: perl-DBD-mysql
|
||||||
%define cpan_name DBD-mysql
|
%define cpan_name DBD-mysql
|
||||||
Summary: MySQL driver for the Perl5 Database Interface (DBI)
|
Summary: MySQL driver for the Perl5 Database Interface (DBI)
|
||||||
Version: 4.020
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Release: 1
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Version: 4.021
|
||||||
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/DBD-mysql/
|
Url: http://search.cpan.org/dist/DBD-mysql/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz
|
||||||
Patch1: bnc658792_pod_name_install.diff
|
Patch1: bnc658792_pod_name_install.diff
|
||||||
@@ -34,10 +32,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Data::Dumper)
|
|
||||||
BuildRequires: perl(DBI) >= 1.08
|
BuildRequires: perl(DBI) >= 1.08
|
||||||
Requires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
Requires: perl(DBI) >= 1.08
|
Requires: perl(DBI) >= 1.08
|
||||||
|
Requires: perl(Data::Dumper)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
DBD::mysql is the Perl5 Database Interface driver for the MySQL database.
|
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
|
are supported. Some rarely used functions are missing, mainly because noone
|
||||||
ever requested them. :-)
|
ever requested them. :-)
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jochen Wiedmann <joe@ispsoft.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
# rpmlint: executable-docs,
|
# rpmlint: executable-docs,
|
||||||
|
Reference in New Issue
Block a user