commit abfd3d4876c67e2ee39fa44e8531d121cc13afa4 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sun Mar 13 11:03:04 2011 +0100 update to 0.364 .gitignore | 1 + perl-Test-Aggregate.spec | 16 +++++++--------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 63de261..09e2d9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Test-Aggregate-0.363.tar.gz +/Test-Aggregate-0.364.tar.gz diff --git a/perl-Test-Aggregate.spec b/perl-Test-Aggregate.spec index 6202c43..8402226 100644 --- a/perl-Test-Aggregate.spec +++ b/perl-Test-Aggregate.spec @@ -1,14 +1,13 @@ Name: perl-Test-Aggregate -Version: 0.363 -Release: 2%{?dist} +Version: 0.364 +Release: 1%{?dist} # lib/Test/Aggregate.pm -> GPL+ or Artistic # lib/Test/Aggregate/Builder.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Aggregate C<*.t> tests to make them run faster -Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Aggregate-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Test-Aggregate-%{version}.tar.gz Url: http://search.cpan.org/dist/Test-Aggregate -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -54,8 +53,6 @@ are expensive to load, this can dramatically speed up a test suite. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -65,9 +62,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes README @@ -75,6 +69,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun Mar 13 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.364-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Thu May 06 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.363-2 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 36440a6..24bc681 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -afc30356b68771d8e37e457e5887f605 Test-Aggregate-0.363.tar.gz +a6e9f2761b9383cb0180ec5b945fcbad Test-Aggregate-0.364.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