@ -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.14
Version: 1.15
Release: 6 %{?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/
@ -9,7 +9,12 @@ Source0: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Test-Valgrind-%{versio
BuildArch: noarch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
# Module Build
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
# Module Runtime
@ -34,6 +39,7 @@ BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(warnings)
BuildRequires: perl(XML::Twig)
BuildRequires: perl(XML::Twig)
BuildRequires: perl(XML::Twig::Elt)
BuildRequires: perl(XML::Twig::Elt)
BuildRequires: perl(XSLoader)
BuildRequires: valgrind >= 3.1.0
BuildRequires: valgrind >= 3.1.0
# Test Suite
# Test Suite
BuildRequires: perl(lib)
BuildRequires: perl(lib)
@ -52,6 +58,7 @@ Requires: perl(Filter::Util::Call)
Requires: perl(Perl::Destruct::Level)
Requires: perl(Perl::Destruct::Level)
Requires: perl(XML::Twig)
Requires: perl(XML::Twig)
Requires: perl(XML::Twig::Elt)
Requires: perl(XML::Twig::Elt)
Requires: perl(XSLoader)
Requires: valgrind >= 3.1.0
Requires: valgrind >= 3.1.0
# Don't "provide" private Perl libs
# Don't "provide" private Perl libs
@ -134,6 +141,15 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Valgrind::Tool::memcheck.3*
%{_mandir}/man3/Test::Valgrind::Tool::memcheck.3*
%changelog
%changelog
* Sat Oct 31 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
- Update to 1.15
- The new 'regen_def_supp' option can be passed to Test::Valgrind->import to
forcefully regenerate the default suppression file
- Fix build failures of the dummy XS code with PERL_IMPLICIT_SYS perls
- Fix handshake failures in tests with recent perls built with PERL_POISON
- Test: Improved diagnostics on failure
- Freshen Makefile.PL
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild