diff --git a/perl-HTML-TableExtract.changes b/perl-HTML-TableExtract.changes
index 63fcf8f..35decc2 100644
--- a/perl-HTML-TableExtract.changes
+++ b/perl-HTML-TableExtract.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
+
+- enable parallel build
+
-------------------------------------------------------------------
Thu Aug 23 16:00:34 CEST 2007 - sbrabec@suse.cz
diff --git a/perl-HTML-TableExtract.spec b/perl-HTML-TableExtract.spec
index 5db5490..3adeccb 100644
--- a/perl-HTML-TableExtract.spec
+++ b/perl-HTML-TableExtract.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-TableExtract (Version 2.10)
#
-# 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
@@ -30,7 +30,7 @@ BuildRequires: perl-HTML-Parser
BuildRequires: perl-HTML-Tree perl-Test-Pod-Coverage
Summary: Simplifies extraction of information within tables in HTML documents
Version: 2.10
-Release: 72
+Release: 73
Source: HTML-TableExtract-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +49,7 @@ documentation for details.
%build
perl Makefile.PL
-make
+make %{?_smp_mflags}
%check
make test
@@ -70,5 +70,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
/var/adm/perl-modules/%{name}
%changelog
-* Thu Aug 23 2007 sbrabec@suse.cz
-- New SuSE package, version 1.13 (#242504).