@ -1,6 +1,6 @@
Name: perl-Class-C3
Version: 0.30
Release: 3 %{?dist}
Version: 0.31
Release: 1 %{?dist}
Summary: Pragma to use the C3 method resolution order algorithm
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Class-C3/
@ -60,7 +60,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name .packlist -delete
cp -p opt/c3.pm %{buildroot}%{perl_vendorlib}/
%{_fixperms} %{buildroot}
@ -75,6 +75,12 @@ make test
%{_mandir}/man3/Class::C3::next.3*
%changelog
* Wed Apr 20 2016 Paul Howarth <paul@city-fan.org> - 0.31-1
- Update to 0.31
- Update bundled ExtUtils::HasCompiler to 0.013 to fix possible false
negative (CPAN RT#113635)
- Simplify find command using -delete
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild