From b8c1950164ae3649abed770d158ab867836afedf Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 14 Aug 2014 16:35:26 +0100 Subject: [PATCH] Update to 1.07 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New upstream release 1.07 - Restored MooseX::Role::Parameterized->current_metaclass as a public method; apparently there is code on CPAN that relies on this - Remove README.pod from shipped dist - This release by ETHER → update source URL - Drop workarounds for problems in earlier releases --- perl-MooseX-Role-Parameterized.spec | 25 +++++++++++-------------- sources | 2 +- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/perl-MooseX-Role-Parameterized.spec b/perl-MooseX-Role-Parameterized.spec index 0d26b6a..e70c378 100644 --- a/perl-MooseX-Role-Parameterized.spec +++ b/perl-MooseX-Role-Parameterized.spec @@ -1,11 +1,11 @@ Name: perl-MooseX-Role-Parameterized Summary: Make your roles flexible through parameterization -Version: 1.05 -Release: 2%{?dist} +Version: 1.07 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Role-Parameterized -Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Role-Parameterized-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Role-Parameterized-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: perl @@ -25,11 +25,9 @@ BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Spec) BuildRequires: perl(lib) -BuildRequires: perl(List::Util) BuildRequires: perl(Moose::Util::TypeConstraints) BuildRequires: perl(MooseX::Role::WithOverloading) BuildRequires: perl(overload) -BuildRequires: perl(Scalar::Util) BuildRequires: perl(Storable) BuildRequires: perl(strict) BuildRequires: perl(Test::Fatal) @@ -66,9 +64,6 @@ Parameterized roles offer exactly this solution. %setup -q -n MooseX-Role-Parameterized-%{version} %build -# We really don't need Module::Build::Tiny so shut the warnings up -export PERL_MM_FALLBACK_SILENCE_WARNING=1 - perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -77,12 +72,6 @@ make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -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_vendorlib}/MooseX/Role/README.pod - %check make test @@ -99,6 +88,14 @@ make test %{_mandir}/man3/MooseX::Role::Parameterized::Tutorial.3pm* %changelog +* Thu Aug 14 2014 Paul Howarth - 1.07-1 +- Update to 1.07 + - Restored MooseX::Role::Parameterized->current_metaclass as a public + method; apparently there is code on CPAN that relies on this + - Remove README.pod from shipped dist +- This release by ETHER → update source URL +- Drop workarounds for problems in earlier releases + * Tue Aug 5 2014 Paul Howarth - 1.05-2 - Remove installed README.pod and corresponding manpage, potentially conflicting (#1126416) diff --git a/sources b/sources index 4b883de..6a5090b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -959578af29403479db81b85ed8540a7e MooseX-Role-Parameterized-1.05.tar.gz +f4770f99015b7c41e4e4fd681fa96381 MooseX-Role-Parameterized-1.07.tar.gz