[perl-MooseX-Log-Log4perl] update to 0.43

Iain Arnell iarnell at fedoraproject.org
Sat Oct 1 08:39:29 UTC 2011


commit 0006525aff921969c5dceb3a8c5ac0d5e3e3b1c4
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 1 10:20:57 2011 +0200

    update to 0.43

 .gitignore                    |    1 +
 perl-MooseX-Log-Log4perl.spec |   13 ++++++++-----
 sources                       |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab8e21d..fbf10c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MooseX-Log-Log4perl-0.40.tar.gz
 /MooseX-Log-Log4perl-0.42.tar.gz
+/MooseX-Log-Log4perl-0.43.tar.gz
diff --git a/perl-MooseX-Log-Log4perl.spec b/perl-MooseX-Log-Log4perl.spec
index 14f867b..6f03616 100644
--- a/perl-MooseX-Log-Log4perl.spec
+++ b/perl-MooseX-Log-Log4perl.spec
@@ -1,6 +1,6 @@
 Name:       perl-MooseX-Log-Log4perl
-Version:    0.42
-Release:    2%{?dist}
+Version:    0.43
+Release:    1%{?dist}
 # see lib/MooseX/Log/Log4perl.pm
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -10,6 +10,7 @@ Url:        http://search.cpan.org/dist/MooseX-Log-Log4perl
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
+BuildRequires: perl(Any::Moose) >= 0.12
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires: perl(IO::Scalar)
 BuildRequires: perl(Log::Log4perl) >= 1.13
@@ -17,8 +18,6 @@ BuildRequires: perl(Moose) >= 0.65
 BuildRequires: perl(Test::More)
 # optional tests
 BuildRequires: perl(Test::Pod)
-# until bundled M::I is updated
-BuildRequires: perl(CPAN)
 
 
 %description
@@ -39,7 +38,7 @@ log_<level> methods to your class instance.
 perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -58,6 +57,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Oct 01 2011 Iain Arnell <iarnell at gmail.com> 0.43-1
+- update to latest upstream
+- also compatible with Mouse - requires Any::Moose now
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.42-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 0cc2182..c24d297 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-083008f96e945ada62361b33ae80c77e  MooseX-Log-Log4perl-0.42.tar.gz
+6b672fbc787b3597905c9589ad275106  MooseX-Log-Log4perl-0.43.tar.gz



More information about the perl-devel mailing list