commit c45a19c9dd5dda3b66c70b43f54d6135353a1f00 Author: Iain Arnell iarnell@gmail.com Date: Sat Jan 5 13:12:27 2013 -0700
update to 1.000007
.gitignore | 1 + perl-Moo.spec | 19 +++++++++++-------- sources | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) --- diff --git a/.gitignore b/.gitignore index 7436126..210001a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /Moo-1.000003.tar.gz /Moo-1.000004.tar.gz /Moo-1.000005.tar.gz +/Moo-1.000007.tar.gz diff --git a/perl-Moo.spec b/perl-Moo.spec index a6a09ba..090a490 100644 --- a/perl-Moo.spec +++ b/perl-Moo.spec @@ -1,22 +1,22 @@ Name: perl-Moo -Version: 1.000005 +Version: 1.000007 Release: 1%{?dist} Summary: Minimalist Object Orientation (with Moose compatibility) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moo/ -Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Moo-%%7Bversion%7D.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%%7Bversion%7D.tar.g... BuildArch: noarch BuildRequires: perl(Class::Method::Modifiers) >= 1.10 BuildRequires: perl(Devel::GlobalDestruction) >= 0.09 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Runtime) >= 0.012 -BuildRequires: perl(Role::Tiny) >= 1.001003 -BuildRequires: perl(strictures) >= 1.001001 +BuildRequires: perl(Role::Tiny) >= 1.002004 +BuildRequires: perl(strictures) >= 1.004003 BuildRequires: perl(Test::Fatal) >= 0.003 BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Class::Method::Modifiers) >= 1.10 -Requires: perl(Role::Tiny) >= 1.001003 +Requires: perl(Role::Tiny) >= 1.002004 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter} @@ -37,11 +37,11 @@ not quite- two thirds of Moose. 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 @@ -52,6 +52,9 @@ make test %{_mandir}/man3/*
%changelog +* Sat Jan 05 2013 Iain Arnell iarnell@gmail.com 1.000007-1 +- update to latest upstream version + * Sat Oct 27 2012 Iain Arnell iarnell@gmail.com 1.000005-1 - update to latest upstream version
diff --git a/sources b/sources index 5d79fa9..a785f0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f3cfacbabf31cf9c50f2b415ecc446f Moo-1.000005.tar.gz +ef0d9a223515220dd730b373ba6e5041 Moo-1.000007.tar.gz
perl-devel@lists.fedoraproject.org