From 4352675533edd7ef0502ba232c8b17dab3f9782e Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 10 Jul 2017 10:35:24 +0100
Subject: Update to 1.43

- New upstream release 1.43
  - The full_message() method in Exception::Class::Base now calls message()
    instead of accessing the object's hash key, which makes it easier to
    override message() in a subclass (GH#11)
---
 .rpmlint                  |  3 +++
 perl-Exception-Class.spec | 10 ++++++++--
 sources                   |  2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..671ca8a
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,3 @@
+from Config import *
+
+addFilter("spelling-error %description -l en_US esque -> ")
diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec
index 4d3a798..971802e 100644
--- a/perl-Exception-Class.spec
+++ b/perl-Exception-Class.spec
@@ -1,6 +1,6 @@
 Name:           perl-Exception-Class
-Version:        1.42
-Release:        3%{?dist}
+Version:        1.43
+Release:        1%{?dist}
 Summary:        Module that allows you to declare real exception classes in 
Perl
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Exception-Class/
@@ -56,6 +56,12 @@ make test
 %{_mandir}/man3/Exception::Class::Base.3*
 
 %changelog
+* Mon Jul 10 2017 Paul Howarth <p...@city-fan.org> - 1.43-1
+- Update to 1.43
+  - The full_message() method in Exception::Class::Base now calls message()
+    instead of accessing the object's hash key, which makes it easier to
+    override message() in a subclass (GH#11)
+
 * Mon Jun 05 2017 Jitka Plesnikova <jples...@redhat.com> - 1.42-3
 - Perl 5.26 rebuild
 
diff --git a/sources b/sources
index 8c11748..1518746 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Exception-Class-1.42.tar.gz) = 
b13f13882a4ca1bb44219dab1ebc7cd730d3b739e8f540b597fa3aa0adc0ede00e927844d293c584f05cce643c23bac73703318873c526c94668b8f9ff98a643
+SHA512 (Exception-Class-1.43.tar.gz) = 
8416f82032dd39c38c9a4e12d7ae23cd0d66e1cbe9b22bde274972031c6218ed2d90cf9caf052a3d201decf92e715d0bf56a42789f35a7a60b9ea66680fb2668
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Exception-Class.git/commit/?h=master&id=4352675533edd7ef0502ba232c8b17dab3f9782e
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to