commit f108e72b1bd8051415d9cee4da87f89de0424732 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Fri Aug 1 17:00:27 2014 +0100 Update to 1.05 - New upstream release 1.05 - If a parameterizable role was reinitialized after any parameters or a role block was declared, those declarations were lost; reinitialization usually occurs when new metaroles are applied to the role by other MooseX modules - This release by DROLSKY → update source URL - Silence warnings about old toolchain since we really don't need Module::Build::Tiny perl-MooseX-Role-Parameterized.spec | 16 ++++++++++++++-- sources | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) --- diff --git a/perl-MooseX-Role-Parameterized.spec b/perl-MooseX-Role-Parameterized.spec index 42a1526..bca14a4 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.04 +Version: 1.05 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/E/ET/ETHER/MooseX-Role-Parameterized-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Role-Parameterized-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: perl @@ -66,6 +66,9 @@ 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} @@ -91,6 +94,15 @@ make test %{_mandir}/man3/MooseX::Role::README.3pm* %changelog +* Fri Aug 1 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.05-1 +- Update to 1.05 + - If a parameterizable role was reinitialized after any parameters or a role + block was declared, those declarations were lost; reinitialization usually + occurs when new metaroles are applied to the role by other MooseX modules +- This release by DROLSKY → update source URL +- Silence warnings about old toolchain since we really don't need + Module::Build::Tiny + * Thu Jul 31 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.04-1 - Update to 1.04 - This extension is now implemented as a role metarole, which means it can diff --git a/sources b/sources index 701e826..4b883de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9d8af5186aeb60d7d408cc5731f9ca6 MooseX-Role-Parameterized-1.04.tar.gz +959578af29403479db81b85ed8540a7e MooseX-Role-Parameterized-1.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel