diff --git a/perl-Sub-Uplevel.changes b/perl-Sub-Uplevel.changes index cd0e59f..76c1f92 100644 --- a/perl-Sub-Uplevel.changes +++ b/perl-Sub-Uplevel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 20 16:43:49 CET 2009 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Sat Jul 25 19:42:19 CEST 2009 - chris@computersalat.de diff --git a/perl-Sub-Uplevel.spec b/perl-Sub-Uplevel.spec index a242bd5..8217cea 100644 --- a/perl-Sub-Uplevel.spec +++ b/perl-Sub-Uplevel.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Sub-Uplevel (Version 0.2002) # -# 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,7 +22,7 @@ Name: perl-Sub-Uplevel %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Apparently run a function in a higher stack frame Version: 0.2002 -Release: 4 +Release: 5 License: Artistic License .. Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Sub-Uplevel @@ -47,7 +47,7 @@ Authors: %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} +%{__make} %{?_smp_mflags} %check %{__make} test