update to 0.13

This commit is contained in:
Iain Arnell 2012-01-14 14:13:34 +01:00
parent add075b371
commit de1ea540f4
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
namespace-autoclean-0.11.tar.gz
/namespace-autoclean-0.12.tar.gz
/namespace-autoclean-0.13.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-namespace-autoclean
Version: 0.12
Release: 4%{?dist}
Version: 0.13
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Keep imports out of your namespace
@ -9,16 +9,13 @@ Url: http://search.cpan.org/dist/namespace-autoclean
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07
BuildRequires: perl(B::Hooks::EndOfScope)
BuildRequires: perl(Class::MOP) >= 0.80
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(List::Util)
BuildRequires: perl(namespace::clean) >= 0.20
BuildRequires: perl(Test::More)
### auto-added reqs!
Requires: perl(B::Hooks::EndOfScope) >= 0.07
%{?perl_default_filter}
%description
@ -51,12 +48,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
make test
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Sat Jan 14 2012 Iain Arnell <iarnell@gmail.com> 0.13-1
- update to latest upstream version
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
6c433fdcb070eec03e20b1e2d34bbf12 namespace-autoclean-0.12.tar.gz
ec5527b420ec45d3f930c6345ec23926 namespace-autoclean-0.13.tar.gz