From cc1b0032377454c140135348b718bb47fb15035a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 21 Nov 2012 14:16:45 +0100 Subject: [PATCH] Update description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcela Mašláňová --- perl-Test-SubCalls.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/perl-Test-SubCalls.spec b/perl-Test-SubCalls.spec index e5ad2e8..4a5cfb1 100644 --- a/perl-Test-SubCalls.spec +++ b/perl-Test-SubCalls.spec @@ -1,6 +1,6 @@ Name: perl-Test-SubCalls Version: 1.09 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Track the number of times subs are called Group: Development/Libraries License: GPL+ or Artistic @@ -29,10 +29,9 @@ BuildRequires: perl(Test::Pod) >= 1.26 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description -There are a number of different situations (like testing caching -code) where you want to want to do a number of tests, and then verify -that some underlying subroutine deep within the code was called a -specific number of times. +There is a number of different situations (like testing caching code) where +you want to do a number of tests, and then verify that some underlying +subroutine deep within the code was called a specific number of times. %prep %setup -q -n Test-SubCalls-%{version} @@ -59,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Test::SubCalls.3pm* %changelog +* Wed Nov 21 2012 Jitka Plesnikova - 1.09-13 +- Update description + * Wed Oct 24 2012 Jitka Plesnikova - 1.09-12 - Specify all dependencies.