[perl-namespace-autoclean] update to 0.13

Iain Arnell iarnell at fedoraproject.org
Sat Jan 14 13:13:41 UTC 2012


commit de1ea540f4ae6e6940f709a985793997d03733ea
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jan 14 14:13:34 2012 +0100

    update to 0.13

 .gitignore                    |    1 +
 perl-namespace-autoclean.spec |   13 ++++++-------
 sources                       |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd855f1..b12305f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 namespace-autoclean-0.11.tar.gz
 /namespace-autoclean-0.12.tar.gz
+/namespace-autoclean-0.13.tar.gz
diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec
index 1ec25b5..53e951f 100644
--- a/perl-namespace-autoclean.spec
+++ b/perl-namespace-autoclean.spec
@@ -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 at gmail.com> 0.13-1
+- update to latest upstream version
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b9a00a2..eb81960 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c433fdcb070eec03e20b1e2d34bbf12  namespace-autoclean-0.12.tar.gz
+ec5527b420ec45d3f930c6345ec23926  namespace-autoclean-0.13.tar.gz



More information about the perl-devel mailing list