From 4fafa29f4f8b7cb318f6ae647f233e96cc9b1dbca674014fa46497caf6c00e98 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Tue, 30 Aug 2011 20:24:16 +0000 Subject: [PATCH] Accepting request 80265 from home:aturrini:branches:devel:languages:perl Standardized "Authors:" format in description of perl-Test-Exception.spec OBS-URL: https://build.opensuse.org/request/show/80265 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Exception?expand=0&rev=20 --- perl-Test-Exception.changes | 6 ++++++ perl-Test-Exception.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/perl-Test-Exception.changes b/perl-Test-Exception.changes index 3e6f27e..204093a 100644 --- a/perl-Test-Exception.changes +++ b/perl-Test-Exception.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 30 19:13:52 UTC 2011 - andrea.turrini@gmail.com + +- standardized "Authors:" format in description of + perl-Test-Exception.spec + ------------------------------------------------------------------- Wed Dec 1 06:55:42 UTC 2010 - coolo@novell.com diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index 0374d75..3355734 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -22,7 +22,7 @@ Name: perl-Test-Exception %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Test::Exception - Test exception based code Version: 0.31 -Release: 1 +Release: 2 License: Artistic License .. Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Exception @@ -47,7 +47,10 @@ This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. - Authors: Adrian Howard +Authors: +-------- + Adrian Howard + %prep %setup -q -n %{cpan_name}-%{version} echo "perlVersion: "%{perl_version}