OBS User unknown
2008-09-12 16:09:01 +00:00
committed by Git OBS Bridge
parent 989e14f313
commit 0625edfc04
4 changed files with 33 additions and 7 deletions

View File

@@ -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
View File

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

View File

@@ -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

View File

@@ -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.
# 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/
#
@@ -21,7 +28,7 @@ Provides: mysqperl perl-Msql-Mysql-modules
Requires: perl-DBI perl-Data-ShowTable
Requires: perl = %{perl_version}
AutoReqProv: on
Version: 4.007
Version: 4.008
Release: 1
Summary: Interface to the MySQL database
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
%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
- update to 4.007
* Took out mysql_server_init call where not needed