diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index fb047ba..411bbb6 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Thu Dec 10 22:43:38 UTC 2009 - chris@computersalat.de diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 7b5d031..959a4fc 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -22,7 +22,7 @@ Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class Version: 1.24 -Release: 1 +Release: 2 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector @@ -55,7 +55,7 @@ Authors: %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} +%{__make} %{?_smp_mflags} %check %{__make} test