diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index fb31948..efebff3 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Mon Aug 3 16:12:06 CEST 2009 - anicka@suse.cz diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index fbce627..d283c5b 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-mysql (Version 4.012) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ Requires: perl-DBI perl-Data-ShowTable Requires: perl = %{perl_version} AutoReqProv: on Version: 4.012 -Release: 1 +Release: 2 Summary: Interface to the MySQL database Group: Development/Libraries/Perl Source: http://www.cpan.org/modules/by-module/Mysql/DBD-mysql-%{version}.tar.bz2 @@ -51,7 +51,7 @@ chmod a-x ChangeLog README INSTALL.html %build perl Makefile.PL --verbose -make +make %{?_smp_mflags} #make test %install