- update to 0.09
- note BR change from Scope::Guard to B::Hooks::EndOfScope
This commit is contained in:
parent
566de9dd29
commit
3d67122920
@ -1 +1 @@
|
||||
namespace-clean-0.08.tar.gz
|
||||
namespace-clean-0.09.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
|
||||
Name: perl-namespace-clean
|
||||
Version: 0.08
|
||||
Release: 2%{?dist}
|
||||
Version: 0.09
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Summary: Keep your namespace tidy
|
||||
Source: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/namespace-clean-%{version}.tar.gz
|
||||
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/namespace-clean
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
@ -13,7 +13,7 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(Scope::Guard) >= 0.02
|
||||
BuildRequires: perl(B::Hooks::EndOfScope)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
|
||||
@ -77,6 +77,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 02 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.09-1
|
||||
- update to 0.09
|
||||
- note BR change from Scope::Guard to B::Hooks::EndOfScope
|
||||
|
||||
* Mon Sep 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.08-2
|
||||
- bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user