From 174f2241d88f40403fad83a5b0a268fd6c932f592a61d97974dd9ce32abfd148 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 12 Jan 2010 11:06:10 +0000 Subject: [PATCH] Accepting request 29303 from devel:languages:perl Copy from devel:languages:perl/perl-File-Slurp based on submit request 29303 from user coolo OBS-URL: https://build.opensuse.org/request/show/29303 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Slurp?expand=0&rev=3 --- perl-File-Slurp.changes | 5 +++++ perl-File-Slurp.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/perl-File-Slurp.changes b/perl-File-Slurp.changes index 764ddb0..3a9e0b6 100644 --- a/perl-File-Slurp.changes +++ b/perl-File-Slurp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Sat Jul 25 19:37:42 CEST 2009 - chris@computersalat.de diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index b94d3c7..3d8e65d 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Slurp (Version 9999.13) # -# 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-File-Slurp %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Efficient Reading/Writing of Complete Files Version: 9999.13 -Release: 1 +Release: 2 License: Artistic License .. Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Slurp @@ -50,7 +50,7 @@ These slurp/spew subs work for files, pipes and sockets, %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} +%{__make} %{?_smp_mflags} %check %{__make} test