[perl-PPI] Update to 1.213

Paul Howarth pghmcfc at fedoraproject.org
Sat Jul 31 16:51:17 UTC 2010


commit fcd2e65f377e7867e063aca6eaeae8904724fd23
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jul 31 17:02:18 2010 +0100

    Update to 1.213
    
    - Targeted bug fix release, no changes to parsing or normal usage:
      - Updated to Module::Install 1.00
      - Updated module dependencies in xt author tests
      - Fixed extremely broken PPI::Token::Pod::merge and added test case
    - Bump perl(Perl::MinimumVersion) requirement to 1.25
    - Bump perl(Test::CPAN::Meta) requirement to 0.17
    - Bump perl(Test::Pod) requirement to 1.44

 .gitignore    |    2 +-
 perl-PPI.spec |   17 +++++++++++++----
 sources       |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f80ad6..5f77400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-PPI-1.212.tar.gz
+PPI-1.213.tar.gz
diff --git a/perl-PPI.spec b/perl-PPI.spec
index 5a7e2e6..d68f58f 100644
--- a/perl-PPI.spec
+++ b/perl-PPI.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPI
-Version:        1.212
+Version:        1.213
 Release:        1%{?dist}
 Summary:        Parse, Analyze and Manipulate Perl
 Group:          Development/Libraries
@@ -22,14 +22,14 @@ BuildRequires:  perl(File::Remove) >= 1.42
 BuildRequires:  perl(IO::String) >= 1.07
 BuildRequires:  perl(List::MoreUtils) >= 0.16
 BuildRequires:  perl(Params::Util) >= 1.00
-BuildRequires:  perl(Perl::MinimumVersion) >= 1.24
+BuildRequires:  perl(Perl::MinimumVersion) >= 1.25
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Test::ClassAPI) >= 1.04
-BuildRequires:  perl(Test::CPAN::Meta)
+BuildRequires:  perl(Test::CPAN::Meta) >= 0.17
 BuildRequires:  perl(Test::MinimumVersion) >= 0.101080
 BuildRequires:  perl(Test::NoWarnings) >= 0.084
 BuildRequires:  perl(Test::Object) >= 0.07
-BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod) >= 1.44
 BuildRequires:  perl(Test::SubCalls) >= 1.07
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -79,6 +79,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 31 2010 Paul Howarth <paul at city-fan.org> - 1.213-1
+- update to 1.213 (targeted bug fix, no changes to parsing or normal usage)
+  - Updated to Module::Install 1.00
+  - Updated module dependencies in xt author tests
+  - Fixed extremely broken PPI::Token::Pod::merge and added test case
+- bump perl(Perl::MinimumVersion) requirement to 1.25
+- bump perl(Test::CPAN::Meta) requirement to 0.17
+- bump perl(Test::Pod) requirement to 1.44
+
 * Sat Jul 31 2010 Paul Howarth <paul at city-fan.org> - 1.212-1
 - update to 1.212 (experimental/development support and bugfixes)
   - Fixed bug in ForLoop back-compatibility warning (CPAN RT#48819)
diff --git a/sources b/sources
index 356dd74..96f62df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-359e0b4afe4021ce4e37e5f8720f7840  PPI-1.212.tar.gz
+aa5eb0a2bdaa87ee37a0c3bc730eef5e  PPI-1.213.tar.gz



More information about the perl-devel mailing list