Accepting request 509387 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/509387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=16
This commit is contained in:
commit
4bb649579f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bb4ee64d3770d6812bda36890ef5df418573287eb8eccbb106f04c981dea22b
|
||||
size 45718
|
3
Exception-Class-1.43.tar.gz
Normal file
3
Exception-Class-1.43.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff3b4b3f706e84aaa87ab0dee5cec6bd7a8fc9f72cf76d115212541fa0a13760
|
||||
size 45601
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user