1
0

Accepting request 92722 from devel:languages:perl

- update to 1.32
 - Removed Test::Most dependency, which was causing a circular dependency
   chain. Reported by Burak Gursoy. RT #58889.
 - Made it possible to use Exception::Class::Base without loading
   Exception::Class. Reported by Alex Peters. RT #57269.
 - Added the ability to create light weight exceptions, which don't record a
   stack trace or any other context info (time, pid, etc.). This is done by
   setting $class->NoContextInfo to a true value for the exception class. Based
   on a patch by Graham Barr. RT #54826.

- use original .tar.gz

OBS-URL: https://build.opensuse.org/request/show/92722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2011-11-21 14:48:59 +00:00 committed by Git OBS Bridge
commit 973b7911a4
4 changed files with 26 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Nov 20 12:18:15 UTC 2011 - coolo@suse.com
- update to 1.32
- Removed Test::Most dependency, which was causing a circular dependency
chain. Reported by Burak Gursoy. RT #58889.
- Made it possible to use Exception::Class::Base without loading
Exception::Class. Reported by Alex Peters. RT #57269.
- Added the ability to create light weight exceptions, which don't record a
stack trace or any other context info (time, pid, etc.). This is done by
setting $class->NoContextInfo to a true value for the exception class. Based
on a patch by Graham Barr. RT #54826.
-------------------------------------------------------------------
Fri Nov 18 11:09:36 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Dec 1 13:07:54 UTC 2010 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Exception-Class (Version 1.29)
# spec file for package perl-Exception-Class
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,14 +19,14 @@
Name: perl-Exception-Class
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
%define cpan_name Exception-Class
Summary: A Module That Allows You to Declare Real Exception Classes in Perl
Version: 1.29
Version: 1.32
Release: 1
License: GPL/Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exception-Class
Source: %{cpan_name}-%{version}.tar.bz2
Source: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl