Update to 0.28

- New upstream release 0.28
  - Skip failing tests with old Moo or when Sub::Util is broken
    (CPAN RT#107643)
This commit is contained in:
Paul Howarth 2015-10-13 10:05:35 +01:00
parent 67e3ced294
commit ee3c30b4c1
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-namespace-autoclean
Version: 0.27
Version: 0.28
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -26,6 +26,7 @@ BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.94
@ -34,7 +35,7 @@ BuildRequires: perl(Test::Requires)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(CPAN::Meta) >= 2.120900
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: perl(Moo) >= 1.000007
BuildRequires: perl(Moo) >= 1.004000
%endif
BuildRequires: perl(Moose) >= 0.56
BuildRequires: perl(Moose::Role)
@ -74,12 +75,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
make test
%files
%license LICENSE
%license LICENCE
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/namespace/
%{_mandir}/man3/namespace::autoclean.3*
%changelog
* Tue Oct 13 2015 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28
- Skip failing tests with old Moo or when Sub::Util is broken
(CPAN RT#107643)
* Wed Sep 9 2015 Paul Howarth <paul@city-fan.org> - 0.27-1
- Update to 0.27
- Package with only ExtUtils::MakeMaker to ease installation on perl 5.6

View File

@ -1 +1 @@
777d5850f4840a757c5a0e8b30c05716 namespace-autoclean-0.27.tar.gz
9746a73c34f294d663c583f857b8648f namespace-autoclean-0.28.tar.gz