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 - 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 - 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