[perl-PPI] Update to 1.210

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


commit 54bb97dfa09bff7b5459081c2f943937e024467e
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jul 31 14:31:16 2010 +0100

    Update to 1.210
    
    - Packaging fix release:
      - No functional changes
      - Upgrading to Module::Install 0.93
      - Added missing test_requires dependency for Class::Inspector
    - Use RELEASE_TESTING rather than AUTOMATED_TESTING for better test coverage

 .gitignore    |    2 +-
 perl-PPI.spec |    8 ++++++--
 sources       |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62d9cae..ecfe64a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-PPI-1.209.tar.gz
+PPI-1.210.tar.gz
diff --git a/perl-PPI.spec b/perl-PPI.spec
index fd78902..cf1fa1b 100644
--- a/perl-PPI.spec
+++ b/perl-PPI.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPI
-Version:        1.209
+Version:        1.210
 Release:        1%{?dist}
 Summary:        Parse, Analyze and Manipulate Perl
 Group:          Development/Libraries
@@ -58,7 +58,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
 %check
-make test AUTOMATED_TESTING=1
+make test RELEASE_TESTING=1
 
 
 %clean
@@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 31 2010 Paul Howarth <paul at city-fan.org> - 1.210-1
+- update to 1.210 (packaging fixes)
+- use RELEASE_TESTING rather than AUTOMATED_TESTING for better test coverage
+
 * Sat Jul 31 2010 Paul Howarth <paul at city-fan.org> - 1.209-1
 - update to 1.209 (small optimisation release, no functional changes)
 
diff --git a/sources b/sources
index cecfff8..633d9cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1211b049bc91c38335a306516b3baac0  PPI-1.209.tar.gz
+524ee5cee8039313ae5e221ed2ea2f5d  PPI-1.210.tar.gz


More information about the scm-commits mailing list