[perl-MooseX-Role-WithOverloading] Update to 0.15

Paul Howarth pghmcfc at fedoraproject.org
Thu Aug 14 23:07:28 UTC 2014


commit 1ced6c61d12fe2ee1b0badb8748d1caef07cc379
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Aug 14 16:44:35 2014 +0100

    Update to 0.15
    
    - New upstream release 0.15
      - Forward-compat mode added for Moose 2.1300, which cores all of this
        distribution's functionality

 perl-MooseX-Role-WithOverloading.spec |   22 +++++++++++-----------
 sources                               |    2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/perl-MooseX-Role-WithOverloading.spec b/perl-MooseX-Role-WithOverloading.spec
index f2fa142..a323da4 100644
--- a/perl-MooseX-Role-WithOverloading.spec
+++ b/perl-MooseX-Role-WithOverloading.spec
@@ -1,6 +1,6 @@
 Name:       perl-MooseX-Role-WithOverloading 
-Version:    0.14
-Release:    2%{?dist}
+Version:    0.15
+Release:    1%{?dist}
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
 Summary:    Roles which support overloading 
@@ -11,15 +11,16 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildRequires: perl
 BuildRequires: perl(aliased)
-BuildRequires: perl(CPAN::Meta)
-BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120900
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(CPAN::Meta::Prereqs)
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(lib)
 BuildRequires: perl(Moose) >= 0.94
 BuildRequires: perl(Moose::Exporter)
 BuildRequires: perl(Moose::Role) >= 1.15
 BuildRequires: perl(Moose::Util::MetaRole)
-BuildRequires: perl(namespace::autoclean)
+BuildRequires: perl(namespace::autoclean) >= 0.16
 BuildRequires: perl(namespace::clean)
 BuildRequires: perl(overload)
 BuildRequires: perl(strict)
@@ -49,12 +50,6 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
-# Remove installed README.pod and corresponding manpage, potentially
-# conflicting (#1126416)
-# https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/119
-rm -f %{buildroot}%{_mandir}/man3/MooseX::Role::README.3*
-rm -f %{buildroot}%{perl_vendorarch}/MooseX/Role/README.pod
-
 %check
 make test
 
@@ -77,6 +72,11 @@ make test
 %{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Composite.3*
 
 %changelog
+* Thu Aug 14 2014 Paul Howarth <paul at city-fan.org> - 0.15-1
+- Update to 0.15
+  - Forward-compat mode added for Moose 2.1300, which cores all of this
+    distribution's functionality
+
 * Tue Aug  5 2014 Paul Howarth <paul at city-fan.org> - 0.14-2
 - Remove installed README.pod and corresponding manpage, potentially
   conflicting (#1126416)
diff --git a/sources b/sources
index 6b23376..c204e8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89a80744c7dc9682eca9a472ec626bb3  MooseX-Role-WithOverloading-0.14.tar.gz
+0751116e5baf6a00d8857cb922ac4bfb  MooseX-Role-WithOverloading-0.15.tar.gz



More information about the perl-devel mailing list