diff --git a/perl-List-MoreUtils.changes b/perl-List-MoreUtils.changes index 2b15f48..e6e9784 100644 --- a/perl-List-MoreUtils.changes +++ b/perl-List-MoreUtils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Sat Jul 25 19:40:42 CEST 2009 - chris@computersalat.de diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec index 46a0f8a..28180f7 100644 --- a/perl-List-MoreUtils.spec +++ b/perl-List-MoreUtils.spec @@ -1,7 +1,7 @@ # # spec file for package perl-List-MoreUtils (Version 0.22) # -# 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 @@ -22,9 +22,9 @@ Name: perl-List-MoreUtils %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Provide the stuff missing in List::Util Version: 0.22 -Release: 72 +Release: 73 # -License: Artistic License .. ; GPL v2 only +License: Artistic License .. ; GPLv2 Group: Development/Libraries/Perl # Url: http://search.cpan.org/perldoc?List::MoreUtils @@ -47,7 +47,7 @@ Requires: perl = %{perl_version} %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} +%{__make} %{?_smp_mflags} %check %{__make} test