diff --git a/Test-Deep-0.112.tar.gz b/Test-Deep-0.112.tar.gz deleted file mode 100644 index 96da0d1..0000000 --- a/Test-Deep-0.112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56696a09a221b03b56e7203d84e27a6af0496e9c1e8d33fb05f2e24bc35ae1ed -size 36584 diff --git a/Test-Deep-0.115.tar.gz b/Test-Deep-0.115.tar.gz new file mode 100644 index 0000000..bd5d897 --- /dev/null +++ b/Test-Deep-0.115.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2f5d41e4c4454b01dedf3fa753cd51001b16e5336702e1b2c5b206a1bdc39c +size 38038 diff --git a/perl-Test-Deep.changes b/perl-Test-Deep.changes index 2c302b2..67a88dc 100644 --- a/perl-Test-Deep.changes +++ b/perl-Test-Deep.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index 63a2276..84d3ecd 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -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,42 +17,20 @@ 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} %description @@ -75,6 +53,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}