diff --git a/.gitignore b/.gitignore index 6b836a8..da5fdc6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /Moo-2.001000.tar.gz /Moo-2.001001.tar.gz /Moo-2.002003.tar.gz +/Moo-2.002004.tar.gz diff --git a/perl-Moo.spec b/perl-Moo.spec index b8127a0..188f57f 100644 --- a/perl-Moo.spec +++ b/perl-Moo.spec @@ -1,5 +1,5 @@ Name: perl-Moo -Version: 2.002003 +Version: 2.002004 Release: 1%{?dist} Summary: Minimalist Object Orientation (with Moose compatibility) License: GPL+ or Artistic @@ -7,6 +7,7 @@ License: GPL+ or Artistic URL: http://search.cpan.org/dist/Moo/ Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Moo-%{version}.tar.gz BuildArch: noarch +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 @@ -94,6 +95,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Jun 28 2016 Petr Pisar - 2.002004-1 +- 2.002004 bump + * Fri Jun 24 2016 Emmanuel Seyman - 2.002003 - Update to 2.002003 diff --git a/sources b/sources index 6fa370f..0cea3a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b826a32c6f14b83ddb9677bff6dba33 Moo-2.002003.tar.gz +e94b38d429c7e8546983953ee296031f Moo-2.002004.tar.gz