diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes
index 87a8b52..eebc008 100644
--- a/perl-HTML-Parser.changes
+++ b/perl-HTML-Parser.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
+
+- enable parallel build
+
-------------------------------------------------------------------
Thu Oct 29 13:48:31 CET 2009 - anicka@suse.cz
diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec
index 9e101d8..b855615 100644
--- a/perl-HTML-Parser.spec
+++ b/perl-HTML-Parser.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Parser (Version 3.61)
#
-# 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-HTML-Parser
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: HTML parser class
Version: 3.61
-Release: 2
+Release: 3
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://search.org/dist/HTML-Parser
@@ -71,7 +71,7 @@ If event driven parsing does not feel right for your application, you might
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
-%{__make}
+%{__make} %{?_smp_mflags}
%check
%{__make} test