This commit is contained in:
parent
c9e05f34f6
commit
989e14f313
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bfbfde6cdfb78647661eddf9f27c01ac1b9d9e65bbcfb6ba7057de46f65cb37d
|
|
||||||
size 105849
|
|
3
DBD-mysql-4.007.tar.bz2
Normal file
3
DBD-mysql-4.007.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36b3b48b595aa2c17c1580dfa781e4abea62ca43052d0c41dc6b6983f5a739a4
|
||||||
|
size 100882
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 19 16:39:07 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 4.007
|
||||||
|
* Took out mysql_server_init call where not needed
|
||||||
|
* Complete re-write of test suit to use Test::More -
|
||||||
|
tons of cleanups!
|
||||||
|
* Makefile.PL changes to use current user in 'make test' if
|
||||||
|
not defined
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 4 11:49:21 CET 2008 - anicka@suse.cz
|
Fri Jan 4 11:49:21 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-mysql (Version 4.006)
|
# spec file for package perl-DBD-mysql (Version 4.007)
|
||||||
#
|
#
|
||||||
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-DBD-mysql
|
Name: perl-DBD-mysql
|
||||||
BuildRequires: mysql-devel perl-DBI perl-Data-ShowTable
|
BuildRequires: mysql-devel perl-DBI perl-Data-ShowTable
|
||||||
Url: http://cpan.org/modules/by-module/DBD/
|
Url: http://cpan.org/modules/by-module/DBD/
|
||||||
@ -20,7 +21,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.006
|
Version: 4.007
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Interface to the MySQL database
|
Summary: Interface to the MySQL database
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@ -67,12 +68,19 @@ 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
|
||||||
* Fri Jan 04 2008 - anicka@suse.cz
|
* Thu Jun 19 2008 anicka@suse.cz
|
||||||
|
- update to 4.007
|
||||||
|
* Took out mysql_server_init call where not needed
|
||||||
|
* Complete re-write of test suit to use Test::More -
|
||||||
|
tons of cleanups!
|
||||||
|
* Makefile.PL changes to use current user in 'make test' if
|
||||||
|
not defined
|
||||||
|
* Fri Jan 04 2008 anicka@suse.cz
|
||||||
- update to 4.006
|
- update to 4.006
|
||||||
* Cleanups on OS X compile
|
* Cleanups on OS X compile
|
||||||
* Fixes to syntax errors on AIX
|
* Fixes to syntax errors on AIX
|
||||||
* Removed test code that was leaving trace files around
|
* Removed test code that was leaving trace files around
|
||||||
* Mon Jun 11 2007 - anicka@suse.cz
|
* Mon Jun 11 2007 anicka@suse.cz
|
||||||
- update to 4.005
|
- update to 4.005
|
||||||
* Replaced all references to dbis to use imp_xxh
|
* Replaced all references to dbis to use imp_xxh
|
||||||
per DBI best practices
|
per DBI best practices
|
||||||
@ -81,7 +89,7 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
|||||||
* Better 'skip test' logic in some tests that were still
|
* Better 'skip test' logic in some tests that were still
|
||||||
running when they shouldn't have been.
|
running when they shouldn't have been.
|
||||||
- fix permissions of various files
|
- fix permissions of various files
|
||||||
* Fri Mar 30 2007 - anicka@suse.cz
|
* Fri Mar 30 2007 anicka@suse.cz
|
||||||
- update to 4.004
|
- update to 4.004
|
||||||
* Work around a bug in old 3.23 servers by specifying NOT NULL
|
* Work around a bug in old 3.23 servers by specifying NOT NULL
|
||||||
for fields used as a primary key in tests.
|
for fields used as a primary key in tests.
|
||||||
@ -92,13 +100,13 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
|||||||
* Fixed do_error definition
|
* Fixed do_error definition
|
||||||
* Conversion of test suite to Test::More
|
* Conversion of test suite to Test::More
|
||||||
* Fix inclusion of non-primary keys in primary_key_info.
|
* Fix inclusion of non-primary keys in primary_key_info.
|
||||||
* Fri Mar 02 2007 - anicka@suse.cz
|
* Fri Mar 02 2007 anicka@suse.cz
|
||||||
- update to 4.002
|
- update to 4.002
|
||||||
* Rewrote table_info method to support all arguments
|
* Rewrote table_info method to support all arguments
|
||||||
* Add mysql_is_auto_increment to results of column_info().
|
* Add mysql_is_auto_increment to results of column_info().
|
||||||
* Add implementation of foreign_key_info()
|
* Add implementation of foreign_key_info()
|
||||||
* bugfixes
|
* bugfixes
|
||||||
* Tue Jan 09 2007 - anicka@suse.cz
|
* Tue Jan 09 2007 anicka@suse.cz
|
||||||
- update to 4.001
|
- update to 4.001
|
||||||
* Fix handling of unsigned integer values in result sets when
|
* Fix handling of unsigned integer values in result sets when
|
||||||
using server-side prepared statements.
|
using server-side prepared statements.
|
||||||
@ -136,7 +144,7 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
|||||||
tests to work with 4.0, 4.1
|
tests to work with 4.0, 4.1
|
||||||
* Fixed dbdimp.c to not test for MYSQL_DATA_TRUNCATED
|
* Fixed dbdimp.c to not test for MYSQL_DATA_TRUNCATED
|
||||||
unless >= mysql 5.0
|
unless >= mysql 5.0
|
||||||
* Tue Jan 02 2007 - anicka@suse.cz
|
* Tue Jan 02 2007 anicka@suse.cz
|
||||||
- update to 4.00
|
- update to 4.00
|
||||||
* fixed varying number of columns in multiple result sets
|
* fixed varying number of columns in multiple result sets
|
||||||
* reworked patch for sqlstate
|
* reworked patch for sqlstate
|
||||||
@ -144,7 +152,7 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
|||||||
* Tested this with 5.1, 5.0, 4.1, 4.0.
|
* Tested this with 5.1, 5.0, 4.1, 4.0.
|
||||||
* added fbind and bind alloc to dbd_st_describe. This was
|
* added fbind and bind alloc to dbd_st_describe. This was
|
||||||
causing a crash when using with mod_perl
|
causing a crash when using with mod_perl
|
||||||
* Thu Oct 19 2006 - anicka@suse.cz
|
* Thu Oct 19 2006 anicka@suse.cz
|
||||||
- update to 3.0008
|
- update to 3.0008
|
||||||
* Added multiple fixes to dbd_st_prepare which fixed variable
|
* Added multiple fixes to dbd_st_prepare which fixed variable
|
||||||
overwrite and unset increment counter. Also improved loop which
|
overwrite and unset increment counter. Also improved loop which
|
||||||
@ -154,23 +162,23 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
|||||||
which caused compile errors on some platforms
|
which caused compile errors on some platforms
|
||||||
* Fixed casting of num_params to unsigned int in calls to NewZ
|
* Fixed casting of num_params to unsigned int in calls to NewZ
|
||||||
in mysql.xs
|
in mysql.xs
|
||||||
* Wed Sep 13 2006 - anicka@suse.cz
|
* Wed Sep 13 2006 anicka@suse.cz
|
||||||
- update to 3.0007
|
- update to 3.0007
|
||||||
* bugfixes
|
* bugfixes
|
||||||
* Cleaned up tests to make sure test table is dropped
|
* Cleaned up tests to make sure test table is dropped
|
||||||
at end of test.
|
at end of test.
|
||||||
* Thu Jul 13 2006 - anicka@suse.cz
|
* Thu Jul 13 2006 anicka@suse.cz
|
||||||
- update to 3.0006
|
- update to 3.0006
|
||||||
* many bugfixes
|
* many bugfixes
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Sep 28 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Fri Jul 29 2005 - mjancar@suse.cz
|
* Fri Jul 29 2005 mjancar@suse.cz
|
||||||
- update to 3.0002
|
- update to 3.0002
|
||||||
* Thu Aug 19 2004 - mjancar@suse.cz
|
* Thu Aug 19 2004 mjancar@suse.cz
|
||||||
- update to 2.9004
|
- update to 2.9004
|
||||||
* Wed Mar 31 2004 - kukuk@suse.de
|
* Wed Mar 31 2004 kukuk@suse.de
|
||||||
- Replace perl-Msql-Mysql-modules
|
- Replace perl-Msql-Mysql-modules
|
||||||
* Mon Mar 08 2004 - mjancar@suse.cz
|
* Mon Mar 08 2004 mjancar@suse.cz
|
||||||
- new package to replace perl-Msql-Mysql-modules
|
- new package to replace perl-Msql-Mysql-modules
|
||||||
|
Loading…
Reference in New Issue
Block a user