From 19d4df4f699af0b2416acf96c8db2ab10dad79de Mon Sep 17 00:00:00 2001 From: corsepiu Date: Tue, 10 Jun 2008 07:25:49 +0000 Subject: [PATCH] - Upstream update. --- .cvsignore | 2 +- perl-Class-Inspector.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 003e290..af81e8e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Class-Inspector-1.22.tar.gz +Class-Inspector-1.23.tar.gz diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index aab472b..43115f8 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,5 +1,5 @@ Name: perl-Class-Inspector -Version: 1.22 +Version: 1.23 Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic @@ -17,6 +17,11 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} < 10 +# FIXME: Missing in FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif + %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 @@ -51,6 +56,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Corsépius - 1.23-1 +- Upstream update. + * Tue Mar 11 2008 Ralf Corsépius - 1.22-1 - Upstream update. diff --git a/sources b/sources index 1ce847f..106b347 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74d1c6f817d859baab5999c53278887b Class-Inspector-1.22.tar.gz +28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz