From 23f9f7dc0465d29bc89d97d36315e1278378519d2e3ffeedf6a1e893ce2f0a0d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 20 Nov 2011 12:22:37 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=16 --- Exception-Class-1.29.tar.bz2 | 3 --- perl-Exception-Class.changes | 13 +++++++++++++ perl-Exception-Class.spec | 4 ++-- 3 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 Exception-Class-1.29.tar.bz2 diff --git a/Exception-Class-1.29.tar.bz2 b/Exception-Class-1.29.tar.bz2 deleted file mode 100644 index 30b6a4a..0000000 --- a/Exception-Class-1.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8545d180241adedbcecf01a358e39b0430bb108b35b33b83c10af826f97c06a -size 22387 diff --git a/perl-Exception-Class.changes b/perl-Exception-Class.changes index 7388fc4..7f47e87 100644 --- a/perl-Exception-Class.changes +++ b/perl-Exception-Class.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec index 2599542..3522ff3 100644 --- a/perl-Exception-Class.spec +++ b/perl-Exception-Class.spec @@ -21,12 +21,12 @@ Name: perl-Exception-Class %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