[perl-Error] Update to 0.17022

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 29 19:59:01 UTC 2014


commit db462187942f277ab128ae8275373a8055c724d3
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 29 19:58:47 2014 +0000

    Update to 0.17022
    
    - New upstream release 0.17022
      - Add "use warnings;" to everything
      - Add a separate LICENSE file

 perl-Error.spec |   11 +++++++++--
 sources         |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Error.spec b/perl-Error.spec
index c01fc87..2cc8620 100644
--- a/perl-Error.spec
+++ b/perl-Error.spec
@@ -1,6 +1,6 @@
 Name:           perl-Error
 Epoch:          1
-Version:        0.17021
+Version:        0.17022
 Release:        1%{?dist}
 Summary:        Error/exception handling in an OO-ish way
 License:        (GPL+ or Artistic) and MIT
@@ -16,6 +16,8 @@ BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Test::More)
@@ -57,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 # GPL+ or Artistic
-%doc ChangeLog README examples/
+%doc ChangeLog README LICENSE examples/
 %{perl_vendorlib}/Error.pm
 %{_mandir}/man3/Error.3pm*
 # MIT
@@ -65,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Error::Simple.3pm*
 
 %changelog
+* Wed Jan 29 2014 Paul Howarth <paul at city-fan.org> - 1:0.17022-1
+- Update to 0.17022
+  - Add "use warnings;" to everything
+  - Add a separate LICENSE file
+
 * Thu Oct  3 2013 Paul Howarth <paul at city-fan.org> - 1:0.17021-1
 - Update to 0.17021
   - Fix for the format of the new Carp in bleadperl (CPAN RT#88137)
diff --git a/sources b/sources
index 4e4158b..3ab25d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd98e0041b2acbfb19c6b492243709d2  Error-0.17021.tar.gz
+f4d825f4be915ae90bf2e0d66734956b  Error-0.17022.tar.gz


More information about the scm-commits mailing list