[perl-MooseX-Role-Parameterized] Update to 1.08

Paul Howarth pghmcfc at fedoraproject.org
Mon Sep 8 15:07:31 UTC 2014


commit 8bf79cd83c07f6b8b137931a08e9a0ae831661ff
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Sep 8 16:04:50 2014 +0100

    Update to 1.08
    
    - New upstream release 1.08
       - Add x_breaks metadata for incompatibility issue with MooseX::Storage (now
         resolved with MooseX-Storage-0.47)
    - Silence annoying toolchain message from Makefile.PL

 perl-MooseX-Role-Parameterized.spec |   14 +++++++++++---
 sources                             |    2 +-
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/perl-MooseX-Role-Parameterized.spec b/perl-MooseX-Role-Parameterized.spec
index d942ca0..deabb6a 100644
--- a/perl-MooseX-Role-Parameterized.spec
+++ b/perl-MooseX-Role-Parameterized.spec
@@ -1,7 +1,7 @@
 Name:           perl-MooseX-Role-Parameterized
 Summary:        Make your roles flexible through parameterization
-Version:        1.07
-Release:        2%{?dist}
+Version:        1.08
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/MooseX-Role-Parameterized
@@ -22,6 +22,8 @@ BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(namespace::clean)
 # Test Suite
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.007
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
@@ -64,7 +66,7 @@ Parameterized roles offer exactly this solution.
 %setup -q -n MooseX-Role-Parameterized-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+PERL_MM_FALLBACK_SILENCE_WARNING=1 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -88,6 +90,12 @@ make test
 %{_mandir}/man3/MooseX::Role::Parameterized::Tutorial.3pm*
 
 %changelog
+* Mon Sep  8 2014 Paul Howarth <paul at city-fan.org> - 1.08-1
+- Update to 1.08
+   - Add x_breaks metadata for incompatibility issue with MooseX::Storage (now
+     resolved with MooseX-Storage-0.47)
+- Silence annoying toolchain message from Makefile.PL
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.07-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6a5090b..ce906ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4770f99015b7c41e4e4fd681fa96381  MooseX-Role-Parameterized-1.07.tar.gz
+e89538edd84513c090914c7c1fa7e321  MooseX-Role-Parameterized-1.08.tar.gz



More information about the perl-devel mailing list