diff --git a/perl-Test-Valgrind.spec b/perl-Test-Valgrind.spec index 77096f0..86aa285 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.14 -Release: 6%{?dist} +Version: 1.15 +Release: 1%{?dist} Group: Development/Libraries License: GPL+ or Artistic 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: gcc +BuildRequires: make BuildRequires: perl +BuildRequires: perl-devel BuildRequires: perl(ExtUtils::Install) BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime @@ -34,6 +39,7 @@ BuildRequires: perl(version) BuildRequires: perl(warnings) BuildRequires: perl(XML::Twig) BuildRequires: perl(XML::Twig::Elt) +BuildRequires: perl(XSLoader) BuildRequires: valgrind >= 3.1.0 # Test Suite BuildRequires: perl(lib) @@ -52,6 +58,7 @@ Requires: perl(Filter::Util::Call) Requires: perl(Perl::Destruct::Level) Requires: perl(XML::Twig) Requires: perl(XML::Twig::Elt) +Requires: perl(XSLoader) Requires: valgrind >= 3.1.0 # Don't "provide" private Perl libs @@ -134,6 +141,15 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Valgrind::Tool::memcheck.3* %changelog +* Sat Oct 31 2015 Paul Howarth - 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 - 1.14-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c4058d9..329e807 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -024364bf573bf5448df558503e6e2fa8 Test-Valgrind-1.14.tar.gz +2e0298b7587ccb03b68065c3814b9003 Test-Valgrind-1.15.tar.gz