diff --git a/perl-Test-Valgrind.spec b/perl-Test-Valgrind.spec index 25ad59c..6338dfb 100644 --- a/perl-Test-Valgrind.spec +++ b/perl-Test-Valgrind.spec @@ -1,7 +1,7 @@ Name: perl-Test-Valgrind Summary: Generate suppressions, analyze and test any command with valgrind -Version: 1.13 -Release: 10%{?dist} +Version: 1.14 +Release: 1%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Valgrind/ @@ -24,17 +24,9 @@ BuildRequires: perl(lib) BuildRequires: perl(List::Util) BuildRequires: perl(POSIX) BuildRequires: perl(Perl::Destruct::Level) -BuildRequires: perl(Pod::Coverage) >= 0.18 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::Builder) -# Test::Kwalitee -> Module::CPANTS::Analyse -> List::MoreUtils -> Test::LeakTrace -> Test::Valgrind -%if 0%{!?perl_bootstrap:1} -BuildRequires: perl(Test::Kwalitee) -%endif BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) >= 1.22 -BuildRequires: perl(Test::Pod::Coverage) >= 1.08 -BuildRequires: perl(Test::Portability::Files) BuildRequires: perl(XML::Twig) BuildRequires: perl(XSLoader) BuildRequires: perl(version) @@ -131,6 +123,15 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Valgrind::Tool::memcheck.3pm* %changelog +* Sun Sep 1 2013 Paul Howarth - 1.14-1 +- Update to 1.14 + - This is a maintenance release; the code contains no functional change + - POD headings are now properly linkable + - Author tests are no longer bundled with this distribution + - The stack traces used in t/20-bad.t have been made more predictable when + compiler optimizations are in use +- Drop buildreqs only needed for author tests + * Wed Aug 14 2013 Jitka Plesnikova - 1.13-10 - Perl 5.18 re-rebuild of bootstrapped packages diff --git a/sources b/sources index 0c61805..c4058d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55262a1d277a6225b4ede2d746da606c Test-Valgrind-1.13.tar.gz +024364bf573bf5448df558503e6e2fa8 Test-Valgrind-1.14.tar.gz