[perl-MooseX-LazyRequire] update to 0.09

Iain Arnell iarnell at fedoraproject.org
Sat Jan 5 19:32:17 UTC 2013


commit d2510940260b1de7b1414f296a6c1efa311a8dc4
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jan 5 12:32:10 2013 -0700

    update to 0.09

 .gitignore                   |    1 +
 perl-MooseX-LazyRequire.spec |   14 +++++++++-----
 sources                      |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c8566f..2b3343c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MooseX-LazyRequire-0.06.tar.gz
 /MooseX-LazyRequire-0.07.tar.gz
 /MooseX-LazyRequire-0.08.tar.gz
+/MooseX-LazyRequire-0.09.tar.gz
diff --git a/perl-MooseX-LazyRequire.spec b/perl-MooseX-LazyRequire.spec
index 1ad8182..530f053 100644
--- a/perl-MooseX-LazyRequire.spec
+++ b/perl-MooseX-LazyRequire.spec
@@ -1,5 +1,5 @@
 Name:           perl-MooseX-LazyRequire
-Version:        0.08
+Version:        0.09
 Release:        1%{?dist}
 Summary:        Required attributes which fail only when trying to use them
 License:        GPL+ or Artistic
@@ -14,10 +14,11 @@ BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Exporter)
 BuildRequires:  perl(Moose::Role)
-BuildRequires:  perl(MooseX::Types::Moose)
 BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -36,11 +37,11 @@ rm -f t/00-check-deps.t
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -51,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 05 2013 Iain Arnell <iarnell at gmail.com> 0.09-1
+- update to latest upstream version
+
 * Sat Jul 21 2012 Iain Arnell <iarnell at gmail.com> 0.08-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 20c00b6..2694b48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-665b784460d39567bf67593120915147  MooseX-LazyRequire-0.08.tar.gz
+33bb0bc6a0d1498b30e479cc5adbf8cb  MooseX-LazyRequire-0.09.tar.gz


More information about the scm-commits mailing list