Update to 0.38
- 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
This commit is contained in:
parent
b8a9401d44
commit
a5383723b0
@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 0.36-1
|
||||
- Update to 0.36
|
||||
- Fix bug when Test::More has been downgraded
|
||||
|
Loading…
Reference in New Issue
Block a user