From 6277d53e56042feff557e6a6cb53362b4517482661d8cd0cd25e8f1f2f23f731 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 11 Jul 2017 09:48:40 +0000 Subject: [PATCH] Accepting request 509069 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/509069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=33 --- Exception-Class-1.42.tar.gz | 3 --- Exception-Class-1.43.tar.gz | 3 +++ perl-Exception-Class.changes | 12 ++++++++++++ perl-Exception-Class.spec | 7 ++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 Exception-Class-1.42.tar.gz create mode 100644 Exception-Class-1.43.tar.gz diff --git a/Exception-Class-1.42.tar.gz b/Exception-Class-1.42.tar.gz deleted file mode 100644 index 00a60ff..0000000 --- a/Exception-Class-1.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bb4ee64d3770d6812bda36890ef5df418573287eb8eccbb106f04c981dea22b -size 45718 diff --git a/Exception-Class-1.43.tar.gz b/Exception-Class-1.43.tar.gz new file mode 100644 index 0000000..e20c405 --- /dev/null +++ b/Exception-Class-1.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3b4b3f706e84aaa87ab0dee5cec6bd7a8fc9f72cf76d115212541fa0a13760 +size 45601 diff --git a/perl-Exception-Class.changes b/perl-Exception-Class.changes index d53bfeb..6ed52b7 100644 --- a/perl-Exception-Class.changes +++ b/perl-Exception-Class.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 10 05:31:47 UTC 2017 - coolo@suse.com + +- updated to 1.43 + see /usr/share/doc/packages/perl-Exception-Class/Changes + + 1.43 2017-07-09 + + - The full_message() method in Exception::Class::Base now calls message() + instead of accessing the object's hash key. This makes it easier to override + message() in a subclass. Patch by Alexander Batyrshin. PR #11. + ------------------------------------------------------------------- Fri Jan 6 06:22:54 UTC 2017 - coolo@suse.com diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec index fa6f0c2..7685d61 100644 --- a/perl-Exception-Class.spec +++ b/perl-Exception-Class.spec @@ -17,14 +17,14 @@ Name: perl-Exception-Class -Version: 1.42 +Version: 1.43 Release: 0 %define cpan_name Exception-Class Summary: Module That Allows You to Declare Real Exception Classes in Perl License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Exception-Class/ -Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -80,6 +80,7 @@ module. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING.md LICENSE README.md +%doc Changes CONTRIBUTING.md README.md +%license LICENSE %changelog