[perl-Ouch] 0.0405 bump, POD fixes

Petr Šabata psabata at fedoraproject.org
Thu Aug 22 14:40:14 UTC 2013


commit c18ec7b4797826f308f3218099f44a8a06ba74b2
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Aug 22 16:40:02 2013 +0200

    0.0405 bump, POD fixes
    
    - Make our description a little better

 .gitignore     |    1 +
 perl-Ouch.spec |   18 +++++++++++-------
 sources        |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0d8b20..898eb0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Ouch-0.0401.tar.gz
 /Ouch-0.0402.tar.gz
 /Ouch-0.0403.tar.gz
+/Ouch-0.0405.tar.gz
diff --git a/perl-Ouch.spec b/perl-Ouch.spec
index 9599af9..e16b4c6 100644
--- a/perl-Ouch.spec
+++ b/perl-Ouch.spec
@@ -1,6 +1,6 @@
 Name:           perl-Ouch
-Version:        0.0403
-Release:        3%{?dist}
+Version:        0.0405
+Release:        1%{?dist}
 Summary:        Exceptions that don't hurt
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,11 +24,11 @@ BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
-Ouch provides a class for exception handling that doesn't require a lot of
-boilerplate, nor any up front definition. If Exception::Class is working
-for you, great! But if you want something that is faster, easier to use,
-requires less typing, and has no prereqs, but still gives you much of that
-same functionality, then Ouch is for you.
+Ouch provides a class for exception handling that doesn't require a
+lot of boilerplate, nor any up front definition. If Exception::Class
+is working for you, great! But if you want something that is faster,
+easier to use, requires less typing, and has no prerequisites, but still
+gives you much of that same functionality, then Ouch is for you.
 
 %prep
 %setup -q -n Ouch-%{version}
@@ -51,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 22 2013 Petr Šabata <contyk at redhat.com> - 0.0405-1
+- 0.0405 bump, POD fixes
+- Make our description a little better
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0403-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index abe25e8..bf0b6f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-68bb5cfdc6d41d5b9303560ff1650c3f  Ouch-0.0403.tar.gz
+6fd3a410e40d20244de4d67fe5b08037  Ouch-0.0405.tar.gz



More information about the perl-devel mailing list