diff --git a/DBD-mysql-4.004.tar.bz2 b/DBD-mysql-4.004.tar.bz2 deleted file mode 100644 index 05c1366..0000000 --- a/DBD-mysql-4.004.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff4c96305ed5361aac2c0d7375e4ffa14064ab9ba14a9836578c31dff1209dd0 -size 99832 diff --git a/DBD-mysql-4.005.tar.bz2 b/DBD-mysql-4.005.tar.bz2 new file mode 100644 index 0000000..e5b192c --- /dev/null +++ b/DBD-mysql-4.005.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910eaf23d5b6217bbf4d3a003daa330e90ac45b5a1188b12c6c1c38dfac51943 +size 100275 diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index 1b2f0ad..7f738b7 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -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 diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index 4f50aec..3044a12 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -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