update to 0.20

This commit is contained in:
Iain Arnell 2011-01-08 10:24:48 +01:00
parent 39a1673577
commit 44435dd26e
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
namespace-clean-0.14.tar.gz
namespace-clean-0.18.tar.gz
/namespace-clean-0.20.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-namespace-clean
Summary: Keep your namespace tidy
Version: 0.18
Release: 2%{?dist}
Version: 0.20
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz
@ -16,7 +16,7 @@ BuildRequires: perl(CPAN)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(FindBin)
BuildRequires: perl(Package::Stash) >= 0.03
BuildRequires: perl(Package::Stash) >= 0.22
BuildRequires: perl(Sub::Identify) >= 0.04
BuildRequires: perl(Sub::Name) >= 0.04
BuildRequires: perl(Test::More) >= 0.88
@ -66,6 +66,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/*.3*
%changelog
* Sat Jan 08 2011 Iain Arnell <iarnell@gmail.com> 0.20-1
- update to latest upstream version
- update BR perl(Package::Stash) >= 0.22
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.18-2
- 661697 rebuild for fixing problems with vendorach/lib

View File

@ -1 +1 @@
a964acb77324c686a110d38b7302a879 namespace-clean-0.18.tar.gz
e73762d9cbbbcd571126ec724b46c962 namespace-clean-0.20.tar.gz