From a598f6a809033facf5f2f4fedca5f10a67de50a2f09eaf8fc89ab0df309a1ba4 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 11 Jan 2010 15:53:01 +0000 Subject: [PATCH] Accepting request 28935 from devel:languages:perl Copy from devel:languages:perl/perl-WeakRef based on submit request 28935 from user coolo OBS-URL: https://build.opensuse.org/request/show/28935 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-WeakRef?expand=0&rev=5 --- perl-WeakRef.changes | 5 +++++ perl-WeakRef.spec | 14 ++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/perl-WeakRef.changes b/perl-WeakRef.changes index 1c39fc0..a325198 100644 --- a/perl-WeakRef.changes +++ b/perl-WeakRef.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Mon Oct 2 10:52:54 CEST 2006 - anicka@suse.cz diff --git a/perl-WeakRef.spec b/perl-WeakRef.spec index ac13d46..394e627 100644 --- a/perl-WeakRef.spec +++ b/perl-WeakRef.spec @@ -1,7 +1,7 @@ # # spec file for package perl-WeakRef (Version 0.01) # -# 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,12 +20,12 @@ Name: perl-WeakRef Version: 0.01 -Release: 118 +Release: 119 Provides: perl-Weakref Obsoletes: perl-Weakref Requires: perl = %{perl_version} Summary: API for weak references to be created in Perl -License: Artistic License; GPL v2 or later +License: Artistic ; GPLv2+ Url: http://search.cpan.org/dist/WeakRef/ Group: Development/Libraries/Perl AutoReqProv: on @@ -55,7 +55,7 @@ Authors: %build perl Makefile.PL INSTALLDIRS=site -make +make %{?_smp_mflags} make test %install @@ -74,9 +74,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor /var/adm/perl-modules/%{name} %changelog -* Mon Oct 02 2006 anicka@suse.cz -- rename to perl-WeakRef -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Tue Jun 22 2004 rommel@suse.de -- initial checkin