diff --git a/Test-Exception-LessClever-0.006.tar.gz b/Test-Exception-LessClever-0.006.tar.gz deleted file mode 100644 index 078167c..0000000 --- a/Test-Exception-LessClever-0.006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:350b6b698e0e441920a8b6f5b774eafb86eca7f29c80e61c6337c1b7ecedb4a2 -size 5327 diff --git a/Test-Exception-LessClever-0.007.tar.gz b/Test-Exception-LessClever-0.007.tar.gz new file mode 100644 index 0000000..a59a0ee --- /dev/null +++ b/Test-Exception-LessClever-0.007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a339ee2c165f3c03bcfaf825a2303a8035181b1368b113a6346a37e0fd75f35 +size 5443 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Test-Exception-LessClever.changes b/perl-Test-Exception-LessClever.changes index 51ef06a..42d8609 100644 --- a/perl-Test-Exception-LessClever.changes +++ b/perl-Test-Exception-LessClever.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 23 07:08:12 UTC 2016 - coolo@suse.com + +- updated to 0.007 + see /usr/share/doc/packages/perl-Test-Exception-LessClever/ + ------------------------------------------------------------------- Mon Sep 15 12:56:53 UTC 2014 - coolo@suse.com diff --git a/perl-Test-Exception-LessClever.spec b/perl-Test-Exception-LessClever.spec index 153ca63..6c31e25 100644 --- a/perl-Test-Exception-LessClever.spec +++ b/perl-Test-Exception-LessClever.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Exception-LessClever # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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,29 +17,32 @@ Name: perl-Test-Exception-LessClever -Version: 0.006 +Version: 0.007 Release: 0 %define cpan_name Test-Exception-LessClever -Summary: Test::Exception simplified +Summary: Test::Exception simplified ***DEPRECATED*** License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Exception-LessClever/ -Source: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Mock::Quick) >= 1.100 -BuildRequires: perl(Module::Build) >= 0.38 +BuildRequires: perl(Module::Build) >= 0.420000 BuildRequires: perl(Test::Simple) >= 0.88 %{perl_requires} %description -An alternative to the Test::Exception manpage that is much simpler. This -alternative does not use fancy stack tricks to hide itself. The idea here -is to keep it simple. This also solves the Test::Exception bug where some -dies will be hidden when a DESTROY method calls eval. If a DESTROY method -masks $@ a warning will be generated as well. +*** This is deprecated please do not use it *** + +An alternative to Test::Exception that is much simpler. This alternative +does not use fancy stack tricks to hide itself. The idea here is to keep it +simple. This also solves the Test::Exception bug where some dies will be +hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a +warning will be generated as well. %prep %setup -q -n %{cpan_name}-%{version}