forked from pool/perl-DBD-mysql
Accepting request 43312 from devel:languages:perl
checked in (request 43312) OBS-URL: https://build.opensuse.org/request/show/43312 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
bf16bbea44
commit
2bc0193d5c
3
DBD-mysql-4.014.tar.bz2
Normal file
3
DBD-mysql-4.014.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00698dfce13b9107eff7e9adc1a66187569a3f908b514c2ed0604dfe829601f2
|
||||||
|
size 107378
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:684b8edade5ddf037ca5aa73301c840c5901575c80e02be8e69501303474afd2
|
|
||||||
size 108441
|
|
@@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jul 16 13:31:55 UTC 2010 - chris@computersalat.de
|
|
||||||
|
|
||||||
- update to 4.016
|
|
||||||
* Disabled mysql_bind_type_guessing due to one performance issue
|
|
||||||
querying on a indexed character column unquoted will mean the index
|
|
||||||
is not used
|
|
||||||
* Fixed int types that should be bools
|
|
||||||
- 2010-07-09 Patrick Galbraith <patg@patg.net> (4.015)
|
|
||||||
* BUG #56664 fixed t/40blobs.t skip_all logic (W. Phillip Moore)
|
|
||||||
* BUG #57253 Fixed iteration past end of string (crash). (Chris Butler)
|
|
||||||
* Added a new parameter for old behavior- mysql_bind_comment_placeholders which
|
|
||||||
will make it possible to have placeholders bound for those who really
|
|
||||||
want that behavior.
|
|
||||||
* Fixed bind_type_guessing - always on now
|
|
||||||
- recreated by cpanspec 1.78
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 16 20:48:04 UTC 2010 - chris@computersalat.de
|
Fri Apr 16 20:48:04 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-mysql (Version 4.016)
|
# spec file for package perl-DBD-mysql (Version 4.014)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-DBD-mysql
|
Name: perl-DBD-mysql
|
||||||
%define cpan_name DBD-mysql
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: MySQL driver for the Perl5 Database Interface (DBI)
|
Summary: MySQL driver for the Perl5 Database Interface (DBI)
|
||||||
Version: 4.016
|
Version: 4.014
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: Artistic License ..
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/DBD-mysql/
|
Url: http://search.cpan.org/dist/DBD-mysql
|
||||||
#Source: http://www.cpan.org/modules/by-module/DBD/DBD-mysql-%{version}.tar.gz
|
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
@@ -33,19 +33,26 @@ BuildRequires: perl
|
|||||||
%if 0%{?suse_version} < 1120
|
%if 0%{?suse_version} < 1120
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(DBI)
|
||||||
BuildRequires: perl(DBI) >= 1.08
|
BuildRequires: perl(Data::ShowTable)
|
||||||
|
#
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl(Data::Dumper)
|
Requires: perl(DBI)
|
||||||
Requires: perl(DBI) >= 1.08
|
Requires: perl(Data::ShowTable)
|
||||||
|
## FIXME: is this really still needed
|
||||||
|
# then enable again
|
||||||
|
#Provides: mysqperl perl-Msql-Mysql-modules
|
||||||
|
#Obsoletes: mysqperl perl-Msql-Mysql-modules
|
||||||
|
|
||||||
%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
|
||||||
In other words: DBD::mysql is an interface between the Perl programming
|
database. In other words: DBD::mysql is an interface between the Perl
|
||||||
language and the MySQL programming API that comes with the MySQL relational
|
programming language and the MySQL programming API that comes with
|
||||||
database management system. Most functions provided by this programming API
|
the MySQL relational database management system. Most functions
|
||||||
are supported. Some rarely used functions are missing, mainly because noone
|
provided by this programming API are supported. Some rarely used
|
||||||
ever requested them. :-)
|
functions are missing, mainly because noone ever requested them. :-)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
@@ -53,18 +60,19 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
# rpmlint: executable-docs,
|
## rpmlint
|
||||||
# spurious-executable-perm
|
# fix file permission
|
||||||
# script-without-shebang
|
chmod a-x ChangeLog README INSTALL.html eg/*
|
||||||
find -type f -exec %{__chmod} 0644 {} \;
|
chmod a-x lib/Bundle/DBD/mysql.pm
|
||||||
|
chmod a-x lib/DBD/mysql.pm
|
||||||
|
chmod a-x lib/DBD/mysql/INSTALL.pod
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor --cflags="-I%{_includedir}/mysql $RPM_OPT_FLAGS"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor --cflags="-I%{_includedir}/mysql $RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
#check
|
||||||
%{__make} test
|
#{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -75,7 +83,7 @@ find -type f -exec %{__chmod} 0644 {} \;
|
|||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-, root, root)
|
||||||
%doc ChangeLog eg INSTALL.html README TODO
|
%doc ChangeLog README INSTALL.html TODO eg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user