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}