From 4ccd77b690ca030ac5ff4cf39edf66683559311d Mon Sep 17 00:00:00 2001 From: corsepiu Date: Tue, 13 Sep 2005 16:20:43 +0000 Subject: [PATCH] Fix another typo in %%summary. --- perl-Class-Inspector.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index f353b77..65d289d 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,7 +1,7 @@ Name: perl-Class-Inspector Version: 1.12 Release: 2%{?dist} -Summary: Get information about a class and it's structure +Summary: Get information about a class and its structure License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Inspector/ @@ -48,6 +48,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Sep 13 2005 Ralf Corsepius +- Fix another typo in %%summary. + * Tue Sep 13 2005 Ralf Corsepius - 1.12-2 - Fix typo in %%summary. - Spec file cleanup.