Update to 1.14

- New upstream release 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
epel9
Paul Howarth 12 years ago
parent f8ce63cdea
commit 55f5eb48de

@ -1,7 +1,7 @@
Name: perl-Test-Valgrind Name: perl-Test-Valgrind
Summary: Generate suppressions, analyze and test any command with valgrind Summary: Generate suppressions, analyze and test any command with valgrind
Version: 1.13 Version: 1.14
Release: 10%{?dist} Release: 1%{?dist}
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Test-Valgrind/ URL: http://search.cpan.org/dist/Test-Valgrind/
@ -24,17 +24,9 @@ BuildRequires: perl(lib)
BuildRequires: perl(List::Util) BuildRequires: perl(List::Util)
BuildRequires: perl(POSIX) BuildRequires: perl(POSIX)
BuildRequires: perl(Perl::Destruct::Level) BuildRequires: perl(Perl::Destruct::Level)
BuildRequires: perl(Pod::Coverage) >= 0.18
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder) 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::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(XML::Twig)
BuildRequires: perl(XSLoader) BuildRequires: perl(XSLoader)
BuildRequires: perl(version) BuildRequires: perl(version)
@ -131,6 +123,15 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Valgrind::Tool::memcheck.3pm* %{_mandir}/man3/Test::Valgrind::Tool::memcheck.3pm*
%changelog %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 * Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-10
- Perl 5.18 re-rebuild of bootstrapped packages - Perl 5.18 re-rebuild of bootstrapped packages

@ -1 +1 @@
55262a1d277a6225b4ede2d746da606c Test-Valgrind-1.13.tar.gz 024364bf573bf5448df558503e6e2fa8 Test-Valgrind-1.14.tar.gz

Loading…
Cancel
Save