commit acb2c0d339d0b5ed1b4131d0058bc9e353cdfe98 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon May 13 12:22:20 2013 +0100 Update to 1.05 - New upstream release 1.05 - More rigorous testing of output; in order to make this possible, now we do END { done_testing } instead of planning a test count - Bump perl(Test::Builder) version requirement to 0.88 - BR: perl(Test::Deep) and perl(Test::Tester) for the test suite - Drop buildroot definition and cleaning since this release cannot work on EL-5 due to the use of done_testing perl-Test-Kwalitee.spec | 20 +++++++++++++------- sources | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) --- diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec index b6d286f..cf2e318 100644 --- a/perl-Test-Kwalitee.spec +++ b/perl-Test-Kwalitee.spec @@ -1,7 +1,7 @@ #TODO: BR: perl(Test::Pod::No404s) when available Name: perl-Test-Kwalitee -Version: 1.04 +Version: 1.05 Release: 1%{?dist} Summary: Test the Kwalitee of a distribution before you release it License: GPL+ or Artistic @@ -9,18 +9,19 @@ Group: Development/Libraries URL: http://metacpan.org/module/Test::Kwalitee Source0: http://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Kwalitee-%{version}.tar.gz Patch5: Test-Kwalitee-1.03-spelling.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Build BuildRequires: perl(ExtUtils::MakeMaker) # Module BuildRequires: perl(Cwd) BuildRequires: perl(Module::CPANTS::Analyse) >= 0.87 -BuildRequires: perl(Test::Builder) +BuildRequires: perl(Test::Builder) >= 0.88 # Test Suite BuildRequires: perl(File::Temp) BuildRequires: perl(Test::CheckDeps) +BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(Test::Tester) >= 0.108 # Extra Tests %if 0%{!?perl_bootstrap:1} BuildRequires: perl(Pod::Coverage::TrustPod) @@ -56,7 +57,6 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' %{_fixperms} %{buildroot} @@ -67,15 +67,21 @@ make test make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %endif -%clean -rm -rf %{buildroot} - %files %doc Changes LICENSE README %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::Kwalitee.3pm* %changelog +* Mon May 13 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.05-1 +- Update to 1.05 + - More rigorous testing of output; in order to make this possible, now we do + END { done_testing } instead of planning a test count +- Bump perl(Test::Builder) version requirement to 0.88 +- BR: perl(Test::Deep) and perl(Test::Tester) for the test suite +- Drop buildroot definition and cleaning since this release cannot work on EL-5 + due to the use of done_testing + * Wed May 1 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.04-1 - Update to 1.04 - Fixed documentation to refer to the proper names of Kwalitee tests diff --git a/sources b/sources index 2d5933e..2d1b4d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d8278bcec61044ce8a4ec1dfe4abc43 Test-Kwalitee-1.04.tar.gz +74920eb4627f68c43469e44682fcd4a7 Test-Kwalitee-1.05.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