[perl-File-Slurp-Tiny] Enhance %description (#1064995)

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 26 13:43:01 UTC 2014


commit 496a85cb7cc259ff30eb6b17a0592aee907841fb
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Feb 26 13:43:01 2014 +0000

    Enhance %description (#1064995)
    
    Make %description explicit about the module operating on files

 perl-File-Slurp-Tiny.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-File-Slurp-Tiny.spec b/perl-File-Slurp-Tiny.spec
index 717e2a9..47bbc41 100644
--- a/perl-File-Slurp-Tiny.spec
+++ b/perl-File-Slurp-Tiny.spec
@@ -3,7 +3,7 @@
 
 Name:		perl-File-Slurp-Tiny
 Version:	0.003
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A simple, sane and efficient file slurper
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -35,7 +35,8 @@ BuildRequires:	perl(Test::Pod::Coverage)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
-This module provides functions for fast and correct slurping and spewing.
+This module provides functions for fast and correct slurping and spewing
+of files.
 
 %prep
 %setup -q -n File-Slurp-Tiny-%{version}
@@ -70,6 +71,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/File::Slurp::Tiny.3pm*
 
 %changelog
+* Wed Feb 26 2014 Paul Howarth <paul at city-fan.org> - 0.003-3
+- Make %%description explicit about the module operating on files
+  (#1064995)
+
 * Thu Feb 13 2014 Paul Howarth <paul at city-fan.org> - 0.003-2
 - Sanitize for Fedora submission
 


More information about the scm-commits mailing list