[perl-namespace-autoclean] Update to 0.24

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 5 10:15:35 UTC 2015


commit d87520a460d22910981e318b8a4f4c45266a362c
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 5 10:15:07 2015 +0000

    Update to 0.24
    
    - New upstream release 0.24
      - Be more lenient in optional Mouse tests to handle edge cases in older and
        pure perl versions
    - Drop redundant %{?perl_default_filter}

 perl-namespace-autoclean.spec |   31 +++++++++++++++++--------------
 sources                       |    2 +-
 2 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec
index 415b5a4..15e9346 100644
--- a/perl-namespace-autoclean.spec
+++ b/perl-namespace-autoclean.spec
@@ -1,16 +1,15 @@
-Name:       perl-namespace-autoclean
-Version:    0.22
-Release:    1%{?dist}
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    Keep imports out of your namespace
-Source0:    http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-%{version}.tar.gz
-URL:        http://search.cpan.org/dist/namespace-autoclean
-BuildArch:  noarch
-
+Name:           perl-namespace-autoclean
+Version:        0.24
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Summary:        Keep imports out of your namespace
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-%{version}.tar.gz
+URL:            http://search.cpan.org/dist/namespace-autoclean
+BuildArch:      noarch
 # Module Build
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build::Tiny) >= 0.038
+BuildRequires:  perl(Module::Build::Tiny) >= 0.039
 # Module
 BuildRequires:  perl(B::Hooks::EndOfScope) >= 0.12
 BuildRequires:  perl(List::Util)
@@ -47,8 +46,6 @@ BuildRequires:  perl(Sub::Name)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Sub::Identify)
 
-%{?perl_default_filter}
-
 %description
 When you import a function into a Perl package, it will naturally also be
 available as a method. The 'namespace::autoclean' pragma will remove all
@@ -76,9 +73,15 @@ perl Build.PL --installdirs=vendor
 %license LICENSE
 %doc Changes CONTRIBUTING README
 %{perl_vendorlib}/namespace/
-%{_mandir}/man3/namespace::autoclean.3pm*
+%{_mandir}/man3/namespace::autoclean.3*
 
 %changelog
+* Mon Jan  5 2015 Paul Howarth <paul at city-fan.org> - 0.24-1
+- Update to 0.24
+  - Be more lenient in optional Mouse tests to handle edge cases in older and
+    pure perl versions
+- Drop redundant %%{?perl_default_filter}
+
 * Tue Nov  4 2014 Paul Howarth <paul at city-fan.org> - 0.22-1
 - Update to 0.22
   - Drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
diff --git a/sources b/sources
index 5d33c52..e273ed4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df5230afe646dcdb83261d1d6f6fb4f7  namespace-autoclean-0.22.tar.gz
+b0642f870ef4d0b77c1ec5fe5123685b  namespace-autoclean-0.24.tar.gz



More information about the perl-devel mailing list