forked from pool/perl-Test-Exception-LessClever
Accepting request 404137 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/404137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Exception-LessClever?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
d7cdbb665d
commit
44ad4ab205
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:350b6b698e0e441920a8b6f5b774eafb86eca7f29c80e61c6337c1b7ecedb4a2
|
|
||||||
size 5327
|
|
3
Test-Exception-LessClever-0.007.tar.gz
Normal file
3
Test-Exception-LessClever-0.007.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a339ee2c165f3c03bcfaf825a2303a8035181b1368b113a6346a37e0fd75f35
|
||||||
|
size 5443
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -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
|
@@ -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
|
Mon Sep 15 12:56:53 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Exception-LessClever
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,29 +17,32 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Exception-LessClever
|
Name: perl-Test-Exception-LessClever
|
||||||
Version: 0.006
|
Version: 0.007
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Exception-LessClever
|
%define cpan_name Test-Exception-LessClever
|
||||||
Summary: Test::Exception simplified
|
Summary: Test::Exception simplified ***DEPRECATED***
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Exception-LessClever/
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Mock::Quick) >= 1.100
|
BuildRequires: perl(Mock::Quick) >= 1.100
|
||||||
BuildRequires: perl(Module::Build) >= 0.38
|
BuildRequires: perl(Module::Build) >= 0.420000
|
||||||
BuildRequires: perl(Test::Simple) >= 0.88
|
BuildRequires: perl(Test::Simple) >= 0.88
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An alternative to the Test::Exception manpage that is much simpler. This
|
*** This is deprecated please do not use it ***
|
||||||
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
|
An alternative to Test::Exception that is much simpler. This alternative
|
||||||
dies will be hidden when a DESTROY method calls eval. If a DESTROY method
|
does not use fancy stack tricks to hide itself. The idea here is to keep it
|
||||||
masks $@ a warning will be generated as well.
|
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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user