From 7b87d351c15aa558bfb2b0d3c322ec8def1e384a Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 12 Apr 2016 10:18:39 +0100 Subject: [PATCH] Update to 2.16 - New upstream release 2.16 - docs only change: create a real link to perlref.pod - Simplify find command using -delete --- perl-Devel-Symdump.spec | 14 +++++++++++--- sources | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/perl-Devel-Symdump.spec b/perl-Devel-Symdump.spec index 022ea2c..b4299e0 100644 --- a/perl-Devel-Symdump.spec +++ b/perl-Devel-Symdump.spec @@ -1,6 +1,6 @@ Name: perl-Devel-Symdump -Version: 2.15 -Release: 3%{?dist} +Version: 2.16 +Release: 1%{?dist} Epoch: 1 Summary: A Perl module for inspecting Perl's symbol table Group: Development/Libraries @@ -9,6 +9,9 @@ Url: http://search.cpan.org/dist/Devel-Symdump/ Source0: http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version}.tar.gz BuildArch: noarch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) @@ -52,7 +55,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -69,6 +72,11 @@ prove t/pod.t t/podcover.t t/glob_to_local_typeglob.t :: --doit %{_mandir}/man3/Devel::Symdump.3* %changelog +* Tue Apr 12 2016 Paul Howarth - 1:2.16-1 +- Update to 2.16 + - docs only change: create a real link to perlref.pod +- Simplify find command using -delete + * Thu Feb 04 2016 Fedora Release Engineering - 1:2.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 841e97a..07aac32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d34787ab647505b8d353a1d1713f907 Devel-Symdump-2.15.tar.gz +7c0b766e611ed0c3071da9b8a62aa839 Devel-Symdump-2.16.tar.gz