From a5383723b0d1987be8f297f7668fe42551a1e8c3 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 1 Mar 2015 16:45:50 +0000 Subject: [PATCH] Update to 0.38 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New upstream release 0.38 - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054) - Fixed repository link in metadata - This release by ETHER → update source URL --- perl-Test-Exception.spec | 13 ++++++++++--- sources | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index 33712e8..2745e1a 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -1,10 +1,10 @@ Name: perl-Test-Exception -Version: 0.36 +Version: 0.38 Release: 1%{?dist} Summary: Library of test functions for exception based Perl code License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Exception/ -Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Exception-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: perl @@ -24,6 +24,7 @@ BuildRequires: perl(Test::Harness) BuildRequires: perl(Test::More) # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Carp) # Avoid bogus perl(DB) provide %{?perl_default_filter} @@ -52,11 +53,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' make test %files -%doc Changes README +%doc Changes %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::Exception.3* %changelog +* Sun Mar 1 2015 Paul Howarth - 0.38-1 +- Update to 0.38 + - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054) + - Fixed repository link in metadata +- This release by ETHER → update source URL + * Fri Jan 9 2015 Paul Howarth - 0.36-1 - Update to 0.36 - Fix bug when Test::More has been downgraded diff --git a/sources b/sources index 3eced1c..6e94ef6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -778c498989fdfb8b5cf5b37bd41fb7ab Test-Exception-0.36.tar.gz +12b8c744ea5caad443b8dee31be16859 Test-Exception-0.38.tar.gz