diff --git a/Exception-Base-0.2401.tar.gz b/Exception-Base-0.2401.tar.gz deleted file mode 100644 index 0689039..0000000 --- a/Exception-Base-0.2401.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb2b274bf3d7408857cfce9e52e334490361d29b26eddc892efff338f664977c -size 56994 diff --git a/Exception-Base-0.25.tar.gz b/Exception-Base-0.25.tar.gz new file mode 100644 index 0000000..e12c565 --- /dev/null +++ b/Exception-Base-0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4ec484ec6154b4b3c477d1ce69f666289fe9b4c2f2318cf742ad2e0cd251e8 +size 59534 diff --git a/perl-Exception-Base.changes b/perl-Exception-Base.changes index 85a2599..b8e2b1d 100644 --- a/perl-Exception-Base.changes +++ b/perl-Exception-Base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 16 06:53:47 UTC 2013 - coolo@suse.com + +- updated to 0.25 + * Builds on Perl 5.18.0 with smartmatch operator as an experimental feature. + ------------------------------------------------------------------- Mon Apr 4 08:38:50 UTC 2011 - coolo@novell.com diff --git a/perl-Exception-Base.spec b/perl-Exception-Base.spec index 00a1b99..b72709b 100644 --- a/perl-Exception-Base.spec +++ b/perl-Exception-Base.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Exception-Base # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,7 +17,7 @@ Name: perl-Exception-Base -Version: 0.2401 +Version: 0.25 Release: 0 %define cpan_name Exception-Base Summary: Lightweight exceptions @@ -38,9 +38,16 @@ BuildRequires: perl(Test::Unit::Lite) >= 0.12 #BuildRequires: perl(File::Slurp) #BuildRequires: perl(Readonly) #BuildRequires: perl(Test::CheckChanges) +#BuildRequires: perl(Test::CPAN::Changes) +#BuildRequires: perl(Test::CPAN::Meta) +#BuildRequires: perl(Test::DistManifest) #BuildRequires: perl(Test::Distribution) +#BuildRequires: perl(Test::EOL) #BuildRequires: perl(Test::Kwalitee) +#BuildRequires: perl(Test::NoTabs) #BuildRequires: perl(Test::Perl::Critic) +#BuildRequires: perl(Test::Pod) >= 1.14 +#BuildRequires: perl(Test::Pod::Coverage) >= 1.04 #BuildRequires: perl(Test::Signature) #BuildRequires: perl(Test::Spelling) #BuildRequires: perl(Test::Unit::TestCase) @@ -53,7 +60,7 @@ This class implements a fully OO exception mechanism similar to the Exception::Class manpage or the Class::Throwable manpage. It provides a simple interface allowing programmers to declare exception classes. These classes can be thrown and caught. Each uncaught exception prints full stack -trace if the default verbosity is uppered for debugging purposes. +trace if the default verbosity is increased for debugging purposes. The features of 'Exception::Base': @@ -94,7 +101,7 @@ The features of 'Exception::Base': * * - easly expendable, see the Exception::System manpage class for example + easily expendable, see the Exception::System manpage class for example * * @@ -128,6 +135,6 @@ The features of 'Exception::Base': %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes eg Incompatibilities LICENSE README xt +%doc Changes examples Incompatibilities LICENSE README README.md %changelog