This commit is contained in:
parent
b8a3e8ea69
commit
2ab90212cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9fb8b4eef116ba0b22cccbfd9f31fa282cee175fb4b2e9c110bba4cc6e9ebbd
|
||||
size 95581
|
3
DBD-mysql-4.002.tar.bz2
Normal file
3
DBD-mysql-4.002.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84e4743a44279246689c0afe451bf61cdf947ac9e8c82b4bb948185f21172fc0
|
||||
size 99299
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 15:46:31 CET 2007 - anicka@suse.cz
|
||||
|
||||
- update to 4.002
|
||||
* Rewrote table_info method to support all arguments
|
||||
* Add mysql_is_auto_increment to results of column_info().
|
||||
* Add implementation of foreign_key_info()
|
||||
* bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 18:51:27 CET 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-DBD-mysql (Version 4.001)
|
||||
# spec file for package perl-DBD-mysql (Version 4.002)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -20,7 +20,7 @@ Provides: mysqperl perl-Msql-Mysql-modules
|
||||
Requires: perl-DBI perl-Data-ShowTable
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
Version: 4.001
|
||||
Version: 4.002
|
||||
Release: 1
|
||||
Summary: Interface to the MySQL database
|
||||
Group: Development/Libraries/Perl
|
||||
@ -62,7 +62,13 @@ make
|
||||
%{perl_vendorarch}/DBD
|
||||
/var/adm/perl-modules/perl-DBD-mysql
|
||||
|
||||
%changelog -n perl-DBD-mysql
|
||||
%changelog
|
||||
* Fri Mar 02 2007 - anicka@suse.cz
|
||||
- update to 4.002
|
||||
* Rewrote table_info method to support all arguments
|
||||
* Add mysql_is_auto_increment to results of column_info().
|
||||
* Add implementation of foreign_key_info()
|
||||
* bugfixes
|
||||
* Tue Jan 09 2007 - anicka@suse.cz
|
||||
- update to 4.001
|
||||
* Fix handling of unsigned integer values in result sets when
|
||||
|
Loading…
Reference in New Issue
Block a user