OBS User unknown 2007-06-11 11:08:17 +00:00 committed by Git OBS Bridge
parent e3f9efcf78
commit b0987c842c
4 changed files with 30 additions and 5 deletions

View File

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

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

View File

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

View File

@ -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.
# 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.004
Version: 4.005
Release: 1
Summary: Interface to the MySQL database
Group: Development/Libraries/Perl
@ -39,6 +39,7 @@ Authors:
%prep
%setup -q -n DBD-mysql-%{version}
chmod a-x ChangeLog README INSTALL.html
%build
perl Makefile.PL --verbose
@ -48,6 +49,9 @@ make
%install
%perl_make_install
%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
# Clear up the mess
@ -63,6 +67,15 @@ make
/var/adm/perl-modules/perl-DBD-mysql
%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
- update to 4.004
* Work around a bug in old 3.23 servers by specifying NOT NULL