[perl-Test-SubCalls] Update description.

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Nov 21 13:16:52 UTC 2012


commit cc1b0032377454c140135348b718bb47fb15035a
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Nov 21 14:16:45 2012 +0100

    Update description.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 perl-Test-SubCalls.spec |   12 +++++++-----
 1 files 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 <jplesnik at redhat.com> - 1.09-13
+- Update description
+
 * Wed Oct 24 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.09-12
 - Specify all dependencies.
 



More information about the perl-devel mailing list