diff --git a/DBD-mysql-4.005.tar.bz2 b/DBD-mysql-4.005.tar.bz2 deleted file mode 100644 index e5b192c..0000000 --- a/DBD-mysql-4.005.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:910eaf23d5b6217bbf4d3a003daa330e90ac45b5a1188b12c6c1c38dfac51943 -size 100275 diff --git a/DBD-mysql-4.006.tar.bz2 b/DBD-mysql-4.006.tar.bz2 new file mode 100644 index 0000000..4eb6a2c --- /dev/null +++ b/DBD-mysql-4.006.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbfde6cdfb78647661eddf9f27c01ac1b9d9e65bbcfb6ba7057de46f65cb37d +size 105849 diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index 7f738b7..c6cb1db 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 4 11:49:21 CET 2008 - anicka@suse.cz + +- update to 4.006 + * Cleanups on OS X compile + * Fixes to syntax errors on AIX + * Removed test code that was leaving trace files around + ------------------------------------------------------------------- Mon Jun 11 09:35:26 CEST 2007 - anicka@suse.cz diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index 3044a12..e14b98a 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-DBD-mysql (Version 4.005) +# spec file for package perl-DBD-mysql (Version 4.006) # -# Copyright (c) 2007 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 # package are under the same license as the package itself. # @@ -12,15 +12,15 @@ Name: perl-DBD-mysql BuildRequires: mysql-devel perl-DBI perl-Data-ShowTable -URL: http://cpan.org/modules/by-module/DBD/ +Url: http://cpan.org/modules/by-module/DBD/ License: Artistic License Group: Development/Libraries/Perl Obsoletes: mysqperl perl-Msql-Mysql-modules Provides: mysqperl perl-Msql-Mysql-modules Requires: perl-DBI perl-Data-ShowTable Requires: perl = %{perl_version} -Autoreqprov: on -Version: 4.005 +AutoReqProv: on +Version: 4.006 Release: 1 Summary: Interface to the MySQL database Group: Development/Libraries/Perl @@ -67,6 +67,11 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod /var/adm/perl-modules/perl-DBD-mysql %changelog +* Fri Jan 04 2008 - anicka@suse.cz +- update to 4.006 + * Cleanups on OS X compile + * Fixes to syntax errors on AIX + * Removed test code that was leaving trace files around * Mon Jun 11 2007 - anicka@suse.cz - update to 4.005 * Replaced all references to dbis to use imp_xxh