Update to 0.33

- New upstream release 0.33
  - Update bundled ExtUtils::HasCompiler to 0.017
  - Moved repository to Moose GitHub org
  - Avoid using base.pm in tests (CPAN RT#120530)
  - Minor pod and test clean ups
epel9
Paul Howarth 8 years ago
parent c3f9b48b4e
commit 0da586ca06

@ -0,0 +1,4 @@
from Config import *
addFilter("spelling-error Summary\(en_US\) Pragma -> ")
addFilter("spelling-error %description -l en_US pragma -> ")
addFilter("spelling-error %description -l en_US pre -> ")

@ -1,6 +1,6 @@
Name: perl-Class-C3 Name: perl-Class-C3
Version: 0.32 Version: 0.33
Release: 2%{?dist} Release: 1%{?dist}
Summary: Pragma to use the C3 method resolution order algorithm Summary: Pragma to use the C3 method resolution order algorithm
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Class-C3/ URL: http://search.cpan.org/dist/Class-C3/
@ -27,8 +27,7 @@ BuildRequires: perl(warnings)
# Module # Module
BuildRequires: perl(Algorithm::C3) >= 0.07 BuildRequires: perl(Algorithm::C3) >= 0.07
BuildRequires: perl(Scalar::Util) >= 1.10 BuildRequires: perl(Scalar::Util) >= 1.10
# Test suite # Test Suite
BuildRequires: perl(base)
BuildRequires: perl(File::Glob) BuildRequires: perl(File::Glob)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(NEXT) BuildRequires: perl(NEXT)
@ -39,7 +38,7 @@ BuildRequires: perl(Test::More) >= 0.88
%if 0%{!?perl_bootstrap:1} %if 0%{!?perl_bootstrap:1}
BuildRequires: perl(MRO::Compat) BuildRequires: perl(MRO::Compat)
%endif %endif
# Runtime # Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Algorithm::C3) >= 0.07 Requires: perl(Algorithm::C3) >= 0.07
Requires: perl(Scalar::Util) >= 1.10 Requires: perl(Scalar::Util) >= 1.10
@ -76,6 +75,13 @@ make test
%{_mandir}/man3/Class::C3::next.3* %{_mandir}/man3/Class::C3::next.3*
%changelog %changelog
* Mon Apr 24 2017 Paul Howarth <paul@city-fan.org> - 0.33-1
- Update to 0.33
- Update bundled ExtUtils::HasCompiler to 0.017
- Moved repository to Moose GitHub org
- Avoid using base.pm in tests (CPAN RT#120530)
- Minor pod and test clean ups
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-2 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
04a9a9edb1f89e31aa46c68c86b5fbcd Class-C3-0.32.tar.gz SHA512 (Class-C3-0.33.tar.gz) = f72cff75c1222d7b42041b44b5ec7c8ff79e8c53f84ff11e1976a69dcde49093c52e66ebc19ce72f70c99332a9528a07a7d9eab7c74f5b6ce77464434b36cd7b

Loading…
Cancel
Save