diff --git a/perl-XML-SimpleObject-LibXML.changes b/perl-XML-SimpleObject-LibXML.changes index a55f9d9..1f2d316 100644 --- a/perl-XML-SimpleObject-LibXML.changes +++ b/perl-XML-SimpleObject-LibXML.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Fri Feb 23 16:50:16 CET 2007 - tpatzig@suse.de diff --git a/perl-XML-SimpleObject-LibXML.spec b/perl-XML-SimpleObject-LibXML.spec index 9c12e82..b3ea937 100644 --- a/perl-XML-SimpleObject-LibXML.spec +++ b/perl-XML-SimpleObject-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-SimpleObject-LibXML (Version 0.60) # -# 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 @@ -20,9 +20,9 @@ Name: perl-XML-SimpleObject-LibXML Summary: Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object Version: 0.60 -Release: 99 +Release: 100 Group: Development/Libraries/Perl -License: Artistic License +License: Artistic BuildRequires: perl >= %{perl_version} Requires: perl >= %{perl_version} Url: http://www.cpan.org/modules/by-module/XML/ @@ -41,7 +41,7 @@ attributes in as clean a manner as possible. %build perl Makefile.PL -make +make %{?_smp_mflags} make test %install @@ -62,5 +62,3 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog -* Fri Feb 23 2007 tpatzig@suse.de -- initial package build