From de2df9f21170246487a8b95c99e549abf5acf823 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 5 Jan 2017 12:00:25 +0000
Subject: Update to 1.42

- New upstream release 1.42
  - Generated exception classes are now added to %INC; if you subclass a
    generated class with "use base" then base.pm will no longer attempt to load
    the requested class (GH#8)
---
 perl-Exception-Class.spec | 10 ++++++++--
 sources                   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec
index dcc4be6..8f7e044 100644
--- a/perl-Exception-Class.spec
+++ b/perl-Exception-Class.spec
@@ -1,5 +1,5 @@
 Name:           perl-Exception-Class
-Version:        1.41
+Version:        1.42
 Release:        1%{?dist}
 Summary:        Module that allows you to declare real exception classes in 
Perl
 License:        GPL+ or Artistic
@@ -43,7 +43,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -56,6 +56,12 @@ make test
 %{_mandir}/man3/Exception::Class::Base.3*
 
 %changelog
+* Thu Jan  5 2017 Paul Howarth <p...@city-fan.org> - 1.42-1
+- Update to 1.42
+  - Generated exception classes are now added to %%INC; if you subclass a
+    generated class with "use base" then base.pm will no longer attempt to load
+    the requested class (GH#8)
+
 * Fri Dec  9 2016 Paul Howarth <p...@city-fan.org> - 1.41-1
 - Update to 1.41
   - Switch to GitHub Issues
diff --git a/sources b/sources
index 70c1d52..8c11748 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efa6939523ed83974a992677379c923a  Exception-Class-1.41.tar.gz
+SHA512 (Exception-Class-1.42.tar.gz) = 
b13f13882a4ca1bb44219dab1ebc7cd730d3b739e8f540b597fa3aa0adc0ede00e927844d293c584f05cce643c23bac73703318873c526c94668b8f9ff98a643
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Exception-Class.git/commit/?h=perl-Exception-Class-1.42-1.fc26&id=de2df9f21170246487a8b95c99e549abf5acf823
_______________________________________________
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