- Upstream update.

This commit is contained in:
corsepiu 2007-11-20 05:10:07 +00:00
parent 88cfecf93e
commit f8dc71e5e5
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
Class-Inspector-1.17.tar.gz
Class-Inspector-1.18.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Class-Inspector
Version: 1.17
Version: 1.18
Release: 1%{?dist}
Summary: Get information about a class and its structure
License: GPL+ or Artistic
@ -16,6 +16,9 @@ BuildRequires: perl(Test::More)
# For better test coverage
BuildRequires: perl(Test::Pod) >= 1.00
# FIXME: Not yet available in Fedora
# BuildRequires: perl(Test::MinimumVersion) >= 0.007
%description
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they aren't
@ -41,7 +44,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT
%check
make test
make test AUTOMATED_TESTING=1
%files
%defattr(-,root,root,-)
@ -50,6 +53,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Nov 20 2007 Ralf Corsépius <rc040203@freenet.de> - 1.18-1
- Upstream update.
* Fri Aug 17 2007 Ralf Corsépius <rc040203@freenet.de> - 1.17-1
- Upstream update.

View File

@ -1 +1 @@
8f89655451a3634b9c03e9a376815165 Class-Inspector-1.17.tar.gz
cae6e626a162963bf720fc76f3423563 Class-Inspector-1.18.tar.gz