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:
Paul Howarth 2015-03-01 16:45:50 +00:00
parent b8a9401d44
commit a5383723b0
2 changed files with 11 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Name: perl-Test-Exception Name: perl-Test-Exception
Version: 0.36 Version: 0.38
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library of test functions for exception based Perl code Summary: Library of test functions for exception based Perl code
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Test-Exception/ 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 BuildArch: noarch
# Module Build # Module Build
BuildRequires: perl BuildRequires: perl
@ -24,6 +24,7 @@ BuildRequires: perl(Test::Harness)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
# Runtime # Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
# Avoid bogus perl(DB) provide # Avoid bogus perl(DB) provide
%{?perl_default_filter} %{?perl_default_filter}
@ -52,11 +53,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
make test make test
%files %files
%doc Changes README %doc Changes
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Exception.3* %{_mandir}/man3/Test::Exception.3*
%changelog %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 * Fri Jan 9 2015 Paul Howarth <paul@city-fan.org> - 0.36-1
- Update to 0.36 - Update to 0.36
- Fix bug when Test::More has been downgraded - Fix bug when Test::More has been downgraded

View File

@ -1 +1 @@
778c498989fdfb8b5cf5b37bd41fb7ab Test-Exception-0.36.tar.gz 12b8c744ea5caad443b8dee31be16859 Test-Exception-0.38.tar.gz