Update to 1.45
- New upstream release 1.45 - The field names for an exception are now checked to ensure that they are valid Perl identifiers (GH#13) - Package new CODE_OF_CONDUCT.md file - Use author-independent source URL
This commit is contained in:
parent
d2aca36e30
commit
7c7b2d92c7
@ -1,10 +1,10 @@
|
||||
Name: perl-Exception-Class
|
||||
Version: 1.44
|
||||
Release: 11%{?dist}
|
||||
Version: 1.45
|
||||
Release: 1%{?dist}
|
||||
Summary: Module that allows you to declare real exception classes in Perl
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Exception-Class
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Exception/Exception-Class-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -12,9 +12,10 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Module Runtime
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
|
||||
BuildRequires: perl(Devel::StackTrace) >= 2.00
|
||||
BuildRequires: perl(overload)
|
||||
@ -50,12 +51,19 @@ make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING.md README.md
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%{perl_vendorlib}/Exception/
|
||||
%{_mandir}/man3/Exception::Class.3*
|
||||
%{_mandir}/man3/Exception::Class::Base.3*
|
||||
|
||||
%changelog
|
||||
* Mon May 3 2021 Paul Howarth <paul@city-fan.org> - 1.45-1
|
||||
- Update to 1.45
|
||||
- The field names for an exception are now checked to ensure that they are
|
||||
valid Perl identifiers (GH#13)
|
||||
- Package new CODE_OF_CONDUCT.md file
|
||||
- Use author-independent source URL
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Exception-Class-1.44.tar.gz) = 7ce1e488505dc3d1c6d6365b5ed523b204b93d89d205ad4cdf6c9ee9dbad1a6edc257251a365275f067479e734def56b3b21d588e978822e7714bd8a49ba6bb2
|
||||
SHA512 (Exception-Class-1.45.tar.gz) = 8eff70c85c8f1cc9e1db2c47b5a815ef902fddd4989783b9fb7e84e3ce75776564cafddd3aedd2c86a5a8b9627021c9cfd094b95ec4956a60dd6703bba3eaf4d
|
||||
|
Loading…
Reference in New Issue
Block a user