Compare commits

...

1 Commits
c9 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Exception-Class-1.44.tar.gz SOURCES/Exception-Class-1.45.tar.gz

@ -1 +1 @@
2af1d17e8b941922fb5cb06ef285186fb212a26f SOURCES/Exception-Class-1.44.tar.gz f3adf7e4965bc67e507a9d12b2130fbafc5ea02c SOURCES/Exception-Class-1.45.tar.gz

@ -1,10 +1,10 @@
Name: perl-Exception-Class Name: perl-Exception-Class
Version: 1.44 Version: 1.45
Release: 13%{?dist} Release: 7%{?dist}
Summary: Module that allows you to declare real exception classes in Perl Summary: Module that allows you to declare real exception classes in Perl
License: GPL+ or Artistic License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Exception-Class 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 BuildArch: noarch
# Module Build # Module Build
BuildRequires: coreutils BuildRequires: coreutils
@ -12,9 +12,10 @@ BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime # Module Runtime
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Data::Inheritable) >= 0.02 BuildRequires: perl(Class::Data::Inheritable) >= 0.02
BuildRequires: perl(Devel::StackTrace) >= 2.00 BuildRequires: perl(Devel::StackTrace) >= 2.00
BuildRequires: perl(overload) BuildRequires: perl(overload)
@ -27,8 +28,8 @@ BuildRequires: perl(Test::More) >= 0.96
# Optional Tests # Optional Tests
BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(CPAN::Meta::Prereqs)
# Runtime # Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # (none)
%description %description
Exception::Class allows you to declare exception hierarchies in your Exception::Class allows you to declare exception hierarchies in your
@ -50,18 +51,39 @@ make test
%files %files
%license LICENSE %license LICENSE
%doc Changes CONTRIBUTING.md README.md %doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%{perl_vendorlib}/Exception/ %{perl_vendorlib}/Exception/
%{_mandir}/man3/Exception::Class.3* %{_mandir}/man3/Exception::Class.3*
%{_mandir}/man3/Exception::Class::Base.3* %{_mandir}/man3/Exception::Class::Base.3*
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.44-13 * Sun Jan 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.45-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for MSVSphere 10
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.44-12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.45-5
- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.45-2
- Perl 5.34 rebuild
* 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 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save