diff --git a/perl-Text-Iconv.changes b/perl-Text-Iconv.changes index b04ad95..6c31ddc 100644 --- a/perl-Text-Iconv.changes +++ b/perl-Text-Iconv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Tue Jul 28 09:46:52 CEST 2009 - coolo@novell.com diff --git a/perl-Text-Iconv.spec b/perl-Text-Iconv.spec index 1669d84..ac8e983 100644 --- a/perl-Text-Iconv.spec +++ b/perl-Text-Iconv.spec @@ -22,7 +22,7 @@ Name: perl-Text-Iconv %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Perl interface to iconv() codeset conversion function Version: 1.7 -Release: 1 +Release: 2 License: Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-Iconv @@ -49,7 +49,7 @@ all supported codesets. %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} +%{__make} %{?_smp_mflags} %check %{__make} test