|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Class-Load
|
|
|
|
Name: perl-Class-Load
|
|
|
|
Version: 0.24
|
|
|
|
Version: 0.25
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A working (require "Class::Name") and more
|
|
|
|
Summary: A working (require "Class::Name") and more
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Class-Load
|
|
|
|
URL: https://metacpan.org/release/Class-Load
|
|
|
@ -12,15 +12,15 @@ BuildArch: noarch
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
# ===================================================================
|
|
|
|
# ===================================================================
|
|
|
|
# Module requirements
|
|
|
|
# Module requirements
|
|
|
|
# ===================================================================
|
|
|
|
# ===================================================================
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Data::OptList)
|
|
|
|
BuildRequires: perl(Data::OptList) >= 0.110
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Module::Implementation) >= 0.04
|
|
|
|
BuildRequires: perl(Module::Implementation) >= 0.04
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
|
@ -87,6 +87,12 @@ make test
|
|
|
|
%{_mandir}/man3/Class::Load.3*
|
|
|
|
%{_mandir}/man3/Class::Load.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jun 11 2018 Paul Howarth <paul@city-fan.org> - 0.25-1
|
|
|
|
|
|
|
|
- Update to 0.25
|
|
|
|
|
|
|
|
- Merged required and recommended Data::OptList version prerequisite, to work
|
|
|
|
|
|
|
|
around CPAN.pm bug (CPAN RT#123447)
|
|
|
|
|
|
|
|
- Switch upstream from search.cpan.org to metacpan.org
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-5
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|