commit 54e8ae151d10f73189d897d8f66bf50dfa999e7a Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Fri May 20 05:40:43 2011 +0200 update to 0.15 .gitignore | 1 + perl-Devel-PartialDump.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 052aa4f..79cccee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Devel-PartialDump-0.13.tar.gz /Devel-PartialDump-0.14.tar.gz +/Devel-PartialDump-0.15.tar.gz diff --git a/perl-Devel-PartialDump.spec b/perl-Devel-PartialDump.spec index 7676fe9..dc51f03 100644 --- a/perl-Devel-PartialDump.spec +++ b/perl-Devel-PartialDump.spec @@ -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@xxxxxxxxx> 0.15-1 +- update to latest upstream +- bump namespace::clean dep to 0.20 + * Wed Apr 27 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.14-1 - update to latest upstream version - clean up spec for modern rpmbuild diff --git a/sources b/sources index 9003d19..6ecf0b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b4ce86dc1ef111c1098c3cf6be66b83 Devel-PartialDump-0.14.tar.gz +e6ce9de65d5d80a61280f9e865607e47 Devel-PartialDump-0.15.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel