From 11437bdfa0302e69f18a672e39a693ab956559f5 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 27 Mar 2011 11:17:10 +0100 Subject: [PATCH] Update to 1.215 - General fix release 1.215: - index_locations on an empty document no longer warns - Corrected a bug in line-spanning attribute support - Regression test for line-spanning attribute support - return { foo => 1 } should parse curlys as hash constructor, not block (CPAN RT#61305) - Fixed bug with map and regexp confusing PPI (CPAN RT#63943) - Updated copyright year to 2011 - Fix bless {} probably contains a hash constructor (CPAN RT#64247) - Backed out glob fix - Fix cast can trump braces in PPI::Token::Symbol->symbol (CPAN RT#65199) --- .gitignore | 2 +- perl-PPI.spec | 19 ++++++++++++++++--- sources | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5f77400..165926b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -PPI-1.213.tar.gz +/PPI-1.215.tar.gz diff --git a/perl-PPI.spec b/perl-PPI.spec index 3195b30..b9e99cb 100644 --- a/perl-PPI.spec +++ b/perl-PPI.spec @@ -1,6 +1,6 @@ Name: perl-PPI -Version: 1.213 -Release: 3%{?dist} +Version: 1.215 +Release: 1%{?dist} Summary: Parse, Analyze and Manipulate Perl Group: Development/Libraries License: GPL+ or Artistic @@ -34,7 +34,7 @@ BuildRequires: perl(Test::SubCalls) >= 1.07 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Parse, Analyze and Manipulate Perl (without perl). +Parse, analyze and manipulate Perl (without perl). %prep @@ -79,6 +79,19 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Mar 27 2011 Paul Howarth - 1.215-1 +- update to 1.215 (general fix release): + - index_locations on an empty document no longer warns + - Corrected a bug in line-spanning attribute support + - Regression test for line-spanning attribute support + - return { foo => 1 } should parse curlys as hash constructor, not block + (CPAN RT#61305) + - Fixed bug with map and regexp confusing PPI (CPAN RT#63943) + - Updated copyright year to 2011 + - Fix bless {} probably contains a hash constructor (CPAN RT#64247) + - Backed out glob fix + - Fix cast can trump braces in PPI::Token::Symbol->symbol (CPAN RT#65199) + * Tue Feb 08 2011 Fedora Release Engineering - 1.213-3 - rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 96f62df..c555e62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa5eb0a2bdaa87ee37a0c3bc730eef5e PPI-1.213.tar.gz +7b58542e39e8a162d2f6866d7c059bae PPI-1.215.tar.gz