diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes
index f95db4f..9afc4d6 100644
--- a/perl-Config-IniFiles.changes
+++ b/perl-Config-IniFiles.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
+
+- enable parallel build
+
 -------------------------------------------------------------------
 Mon Aug  3 15:49:52 CEST 2009 - anicka@suse.cz
 
diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec
index 27dfc61..82b7f4c 100644
--- a/perl-Config-IniFiles.spec
+++ b/perl-Config-IniFiles.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-IniFiles (Version 2.52)
 #
-# 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
@@ -28,7 +28,7 @@ Requires:       perl = %{perl_version}
 AutoReqProv:    on
 Summary:        A module for reading .ini-style configuration files
 Version:        2.52
-Release:        1
+Release:        2
 Source:         Config-IniFiles-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -49,7 +49,7 @@ Authors:
 
 %build
 perl Makefile.PL
-make
+make %{?_smp_mflags}
 
 %check
 make test