forked from pool/perl-DBD-mysql
This commit is contained in:
committed by
Git OBS Bridge
parent
989e14f313
commit
0625edfc04
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36b3b48b595aa2c17c1580dfa781e4abea62ca43052d0c41dc6b6983f5a739a4
|
|
||||||
size 100882
|
|
3
DBD-mysql-4.008.tar.bz2
Normal file
3
DBD-mysql-4.008.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad5e5e836c3ddd9440dfb184bb14b5428e63f0072a0e55cf7b4e575bd60680e1
|
||||||
|
size 102267
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 17:02:40 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 4.008
|
||||||
|
* Multi statement patch
|
||||||
|
* Disabled TAKE_IMP_DATA_VERSION because segfault with DBI < 1.607
|
||||||
|
* #29528: bind_param(..., SQL_FLOAT) ignores exponents - fixed
|
||||||
|
* Cleanups to make mysqlEmb work under Cygwin
|
||||||
|
* Modified and disabled tests for MySQL version < 4.1
|
||||||
|
for unsupported features
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 19 16:39:07 CEST 2008 - anicka@suse.cz
|
Thu Jun 19 16:39:07 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-mysql (Version 4.007)
|
# spec file for package perl-DBD-mysql (Version 4.008)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -21,7 +28,7 @@ Provides: mysqperl perl-Msql-Mysql-modules
|
|||||||
Requires: perl-DBI perl-Data-ShowTable
|
Requires: perl-DBI perl-Data-ShowTable
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.007
|
Version: 4.008
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Interface to the MySQL database
|
Summary: Interface to the MySQL database
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@@ -68,6 +75,14 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
|||||||
/var/adm/perl-modules/perl-DBD-mysql
|
/var/adm/perl-modules/perl-DBD-mysql
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 10 2008 anicka@suse.cz
|
||||||
|
- update to 4.008
|
||||||
|
* Multi statement patch
|
||||||
|
* Disabled TAKE_IMP_DATA_VERSION because segfault with DBI < 1.607
|
||||||
|
* #29528: bind_param(..., SQL_FLOAT) ignores exponents - fixed
|
||||||
|
* Cleanups to make mysqlEmb work under Cygwin
|
||||||
|
* Modified and disabled tests for MySQL version < 4.1
|
||||||
|
for unsupported features
|
||||||
* Thu Jun 19 2008 anicka@suse.cz
|
* Thu Jun 19 2008 anicka@suse.cz
|
||||||
- update to 4.007
|
- update to 4.007
|
||||||
* Took out mysql_server_init call where not needed
|
* Took out mysql_server_init call where not needed
|
||||||
|
Reference in New Issue
Block a user