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
This commit is contained in:
Stephan Kulow 2017-07-11 09:48:40 +00:00 committed by Git OBS Bridge
parent 6c97e96967
commit 6277d53e56
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bb4ee64d3770d6812bda36890ef5df418573287eb8eccbb106f04c981dea22b
size 45718

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff3b4b3f706e84aaa87ab0dee5cec6bd7a8fc9f72cf76d115212541fa0a13760
size 45601

View File

@ -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

View File

@ -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