commit 78c221984710df8c9a592cc28e354375d81364fd Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Dec 16 10:43:53 2014 +0000 Update to 2.0 - New upstream release 2.0 - Restore compatibility with perl 5.8 (CPAN RT#100262) - Restore compatibility with bleadperl (PR#3) perl-PadWalker.spec | 17 +++++++++++------ sources | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) --- diff --git a/perl-PadWalker.spec b/perl-PadWalker.spec index fe8d8bf..9f78026 100644 --- a/perl-PadWalker.spec +++ b/perl-PadWalker.spec @@ -1,5 +1,5 @@ Name: perl-PadWalker -Version: 1.99 +Version: 2.0 Release: 1%{?dist} Summary: Play with other people's lexical variables License: GPL+ or Artistic @@ -7,7 +7,7 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/PadWalker/ Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz # Build: -BuildRequires: perl +BuildRequires: perl >= 3:5.8.2 BuildRequires: perl(ExtUtils::MakeMaker) # Run-time BuildRequires: perl(DynaLoader) @@ -22,9 +22,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} %description -PadWalker is a module which allows you to inspect (and even change!) -lexical variables in any subroutine which called you. It will only show -those variables which are in scope at the point of the call. +PadWalker is a module that allows you to inspect (and even change!) +lexical variables in any subroutine that called you. It will only show +those variables that are in scope at the point of the call. %prep %setup -q -n PadWalker-%{version} @@ -46,9 +46,14 @@ make test %doc Changes README %{perl_vendorarch}/auto/PadWalker/ %{perl_vendorarch}/PadWalker.pm -%{_mandir}/man3/PadWalker.3pm* +%{_mandir}/man3/PadWalker.3* %changelog +* Mon Dec 15 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 2.0-1 +- Update to 2.0 + - Restore compatibility with perl 5.8 (CPAN RT#100262) + - Restore compatibility with bleadperl (PR#3) + * Tue Nov 11 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.99-1 - Update to 1.99 - Make it compatible with bleadperl (CPAN RT#100262) diff --git a/sources b/sources index 49eebd9..c19ab95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76025e0bb1366ef41bd851c31b7e9a42 PadWalker-1.99.tar.gz +9d602cf26e3e9086865a57708b2a0db2 PadWalker-2.0.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