This commit is contained in:
parent
e3f9efcf78
commit
b0987c842c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff4c96305ed5361aac2c0d7375e4ffa14064ab9ba14a9836578c31dff1209dd0
|
|
||||||
size 99832
|
|
3
DBD-mysql-4.005.tar.bz2
Normal file
3
DBD-mysql-4.005.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:910eaf23d5b6217bbf4d3a003daa330e90ac45b5a1188b12c6c1c38dfac51943
|
||||||
|
size 100275
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 11 09:35:26 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 4.005
|
||||||
|
* Replaced all references to dbis to use imp_xxh
|
||||||
|
per DBI best practices
|
||||||
|
* Fix to dbd_st_destroy
|
||||||
|
* Removed all 'FindNewTable' calls in all tests.
|
||||||
|
* Better 'skip test' logic in some tests that were still
|
||||||
|
running when they shouldn't have been.
|
||||||
|
- fix permissions of various files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 30 16:01:24 CEST 2007 - anicka@suse.cz
|
Fri Mar 30 16:01:24 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-mysql (Version 4.004)
|
# spec file for package perl-DBD-mysql (Version 4.005)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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
|
||||||
@ -20,7 +20,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.004
|
Version: 4.005
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Interface to the MySQL database
|
Summary: Interface to the MySQL database
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@ -39,6 +39,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n DBD-mysql-%{version}
|
%setup -q -n DBD-mysql-%{version}
|
||||||
|
chmod a-x ChangeLog README INSTALL.html
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL --verbose
|
perl Makefile.PL --verbose
|
||||||
@ -48,6 +49,9 @@ make
|
|||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}//Bundle/DBD/mysql.pm
|
||||||
|
chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql.pm
|
||||||
|
chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
# Clear up the mess
|
# Clear up the mess
|
||||||
@ -63,6 +67,15 @@ make
|
|||||||
/var/adm/perl-modules/perl-DBD-mysql
|
/var/adm/perl-modules/perl-DBD-mysql
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 11 2007 - anicka@suse.cz
|
||||||
|
- update to 4.005
|
||||||
|
* Replaced all references to dbis to use imp_xxh
|
||||||
|
per DBI best practices
|
||||||
|
* Fix to dbd_st_destroy
|
||||||
|
* Removed all 'FindNewTable' calls in all tests.
|
||||||
|
* Better 'skip test' logic in some tests that were still
|
||||||
|
running when they shouldn't have been.
|
||||||
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user