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
This commit is contained in:
parent
19fa416e6b
commit
54bb97dfa0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
PPI-1.209.tar.gz
|
||||
PPI-1.210.tar.gz
|
||||
|
@ -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@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@city-fan.org> - 1.209-1
|
||||
- update to 1.209 (small optimisation release, no functional changes)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user