From be151d9349cd1da1f2c78291e5991c628befbca2a0bb6754e50095a990b1ebd0 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 12 Jan 2010 11:56:43 +0000 Subject: [PATCH] Accepting request 29265 from devel:languages:perl Copy from devel:languages:perl/perl-XML-SimpleObject-LibXML based on submit request 29265 from user coolo OBS-URL: https://build.opensuse.org/request/show/29265 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-SimpleObject-LibXML?expand=0&rev=5 --- perl-XML-SimpleObject-LibXML.changes | 5 +++++ perl-XML-SimpleObject-LibXML.spec | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) 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