update to latest upstream version
- update by Fedora::App::MaintainerTools 0.006 - updating to latest GA CPAN version (0.18) - added a new br on perl(Exporter) (version 0) - altered br on perl(ExtUtils::MakeMaker) (6.42 => 6.31) - added a new br on perl(Package::Stash) (version 0.03) - added a new br on perl(constant) (version 0) - added a new br on perl(vars) (version 0) - dropped old BR on perl(Symbol) - dropped old requires on perl(Symbol) - manually drop unnecesary requires
This commit is contained in:
parent
81d3c12c99
commit
c89db4c8ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
namespace-clean-0.14.tar.gz
|
||||
namespace-clean-0.18.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-namespace-clean
|
||||
Summary: Keep your namespace tidy
|
||||
Version: 0.14
|
||||
Version: 0.18
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,19 +11,16 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(CPAN)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(Package::Stash) >= 0.03
|
||||
BuildRequires: perl(Sub::Identify) >= 0.04
|
||||
BuildRequires: perl(Sub::Name) >= 0.04
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
|
||||
Requires: perl(B::Hooks::EndOfScope) >= 0.07
|
||||
Requires: perl(Sub::Identify) >= 0.04
|
||||
Requires: perl(Sub::Name) >= 0.04
|
||||
Requires: perl(Symbol)
|
||||
|
||||
BuildRequires: perl(vars)
|
||||
|
||||
%{?perl_default_filter}
|
||||
%{?perl_default_subpackage_tests}
|
||||
@ -69,6 +66,18 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 01 2010 Iain Arnell <iarnell@gmail.com> 0.18-1
|
||||
- update by Fedora::App::MaintainerTools 0.006
|
||||
- updating to latest GA CPAN version (0.18)
|
||||
- added a new br on perl(Exporter) (version 0)
|
||||
- altered br on perl(ExtUtils::MakeMaker) (6.42 => 6.31)
|
||||
- added a new br on perl(Package::Stash) (version 0.03)
|
||||
- added a new br on perl(constant) (version 0)
|
||||
- added a new br on perl(vars) (version 0)
|
||||
- dropped old BR on perl(Symbol)
|
||||
- dropped old requires on perl(Symbol)
|
||||
- manually drop unnecesary requires
|
||||
|
||||
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-1
|
||||
- Mass rebuild with perl-5.12.0 & update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user