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
epel9
Paul Howarth 10 years ago
parent b998956cba
commit 8bf79cd83c

@ -1,7 +1,7 @@
Name: perl-MooseX-Role-Parameterized Name: perl-MooseX-Role-Parameterized
Summary: Make your roles flexible through parameterization Summary: Make your roles flexible through parameterization
Version: 1.07 Version: 1.08
Release: 2%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/MooseX-Role-Parameterized URL: http://search.cpan.org/dist/MooseX-Role-Parameterized
@ -22,6 +22,8 @@ BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(namespace::clean) BuildRequires: perl(namespace::clean)
# Test Suite # Test Suite
BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Check) >= 0.007
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(lib) BuildRequires: perl(lib)
@ -64,7 +66,7 @@ Parameterized roles offer exactly this solution.
%setup -q -n MooseX-Role-Parameterized-%{version} %setup -q -n MooseX-Role-Parameterized-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor PERL_MM_FALLBACK_SILENCE_WARNING=1 perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -88,6 +90,12 @@ make test
%{_mandir}/man3/MooseX::Role::Parameterized::Tutorial.3pm* %{_mandir}/man3/MooseX::Role::Parameterized::Tutorial.3pm*
%changelog %changelog
* Mon Sep 8 2014 Paul Howarth <paul@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@redhat.com> - 1.07-2 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.07-2
- Perl 5.20 rebuild - Perl 5.20 rebuild

@ -1 +1 @@
f4770f99015b7c41e4e4fd681fa96381 MooseX-Role-Parameterized-1.07.tar.gz e89538edd84513c090914c7c1fa7e321 MooseX-Role-Parameterized-1.08.tar.gz

Loading…
Cancel
Save