update to 0.15

epel9
Iain Arnell 14 years ago
parent 34b4643cd3
commit 54e8ae151d

1
.gitignore vendored

@ -1,2 +1,3 @@
Devel-PartialDump-0.13.tar.gz
/Devel-PartialDump-0.14.tar.gz
/Devel-PartialDump-0.15.tar.gz

@ -1,5 +1,5 @@
Name: perl-Devel-PartialDump
Version: 0.14
Version: 0.15
Release: 1%{?dist}
Summary: Partial dumping of data structures, optimized for argument printing
# from PartialDump.pm
@ -10,11 +10,11 @@ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Devel-PartialDump-%{ve
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moose)
BuildRequires: perl(namespace::clean) >= 0.08
BuildRequires: perl(namespace::clean) >= 0.20
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::use::ok)
BuildRequires: perl(Test::Warn) >= 0.21
Requires: perl(namespace::clean) >= 0.08
Requires: perl(namespace::clean) >= 0.20
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
@ -41,12 +41,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri May 20 2011 Iain Arnell <iarnell@gmail.com> 0.15-1
- update to latest upstream
- bump namespace::clean dep to 0.20
* Wed Apr 27 2011 Iain Arnell <iarnell@gmail.com> 0.14-1
- update to latest upstream version
- clean up spec for modern rpmbuild

@ -1 +1 @@
0b4ce86dc1ef111c1098c3cf6be66b83 Devel-PartialDump-0.14.tar.gz
e6ce9de65d5d80a61280f9e865607e47 Devel-PartialDump-0.15.tar.gz

Loading…
Cancel
Save