Accepting request 290131 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/290131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Deep?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2015-03-18 12:03:41 +00:00 committed by Git OBS Bridge
commit 85eccc1645
4 changed files with 36 additions and 29 deletions

View File

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

3
Test-Deep-0.115.tar.gz Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Mar 10 08:12:01 UTC 2015 - ncutler@suse.com
- add "Requires: perl-Test-Simple" to spec (hidden dependency
not caught by cpanspec)
-------------------------------------------------------------------
Tue Mar 10 07:17:53 UTC 2015 - ncutler@suse.com
- updated to 0.115
- worked around a bug in chained goto on 5.8.5
- improve prereqs metadata (thanks, Karen Etheridge)
- add a noneof() set test (thanks, Peter Haworth)
- regexponly hasn't worked... ever. now it does
- passing :preload to import loads all plugins up front
- a few more tests have been documented
- the many exports of Test::Deep are now documented!
- fix a compile error (!!) in RegexpOnly
- fix some documentation typos (thanks, ZOFFIX)
- add license to META file
-------------------------------------------------------------------
Mon Dec 9 11:17:46 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Deep
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,43 +17,25 @@
Name: perl-Test-Deep
Version: 0.112
Version: 0.115
Release: 0
%define cpan_name Test-Deep
Summary: Extremely flexible deep comparison
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Deep/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source: Test-Deep-0.115.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::NoWarnings) >= 0.02
BuildRequires: perl(Test::Tester) >= 0.04
#BuildRequires: perl(A)
#BuildRequires: perl(Test::Deep)
#BuildRequires: perl(Test::Deep::Array)
#BuildRequires: perl(Test::Deep::Cache)
#BuildRequires: perl(Test::Deep::Cache::Simple)
#BuildRequires: perl(Test::Deep::Class)
#BuildRequires: perl(Test::Deep::Cmp)
#BuildRequires: perl(Test::Deep::Hash)
#BuildRequires: perl(Test::Deep::HashElements)
#BuildRequires: perl(Test::Deep::HashKeys)
#BuildRequires: perl(Test::Deep::HashKeysOnly)
#BuildRequires: perl(Test::Deep::Methods)
#BuildRequires: perl(Test::Deep::MM)
#BuildRequires: perl(Test::Deep::NoTest)
#BuildRequires: perl(Test::Deep::Ref)
#BuildRequires: perl(Test::Deep::RegexpMatches)
#BuildRequires: perl(Test::Deep::RegexpVersion)
#BuildRequires: perl(Test::Deep::Set)
#BuildRequires: perl(Test::Deep::Stack)
#BuildRequires: perl(t::std)
Requires: perl(Test::NoWarnings) >= 0.02
Requires: perl(Test::Tester) >= 0.04
%{perl_requires}
# MANUAL
# necessary because Test::Deep::NoTest does "require Test::Builder"
Requires: perl-Test-Simple
# MANUAL
%description
If you don't know anything about automated testing in Perl then you should
@ -75,6 +57,8 @@ things about how it should look, 'eq' is no good and you must use pattern
matching instead. Test::Deep provides pattern matching for complex data
structures
Test::Deep has *_a lot_* of exports. See the /EXPORTS manpage below.
%prep
%setup -q -n %{cpan_name}-%{version}