@ -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 <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 1.13-10
- Perl 5.18 re-rebuild of bootstrapped packages